Modify

#339 closed Bug (Fixed)

GUICtrlDelete() crashes at special occasions.

Reported by: monoceres Owned by: Jpm
Milestone: 3.2.13.0 Component: AutoIt
Version: 3.2.12.0 Severity: None
Keywords: Cc:

Description

Getting hard crash with this code:

GUICreate("",500,600)
$input = GUICtrlCreateInput("8", 10, 100 + 30, 200, 20)
$pic2 = GUICtrlCreatePic("", 0, 280, 450, 1)
GUISetState()

Do
    $msg = GUIGetMsg()
Until $msg = -3

GUISetState(@SW_HIDE)
GUICtrlDelete($input)
GUICtrlDelete($pic2)
GUISetState(@SW_SHOW)
Sleep(1000)

Seems to only occur on vista machines.

Attachments (0)

Change History (1)

comment:1 by Jpm, on Jun 3, 2008 at 6:45:34 AM

Milestone: 3.2.13.0
Owner: set to Jpm
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.0

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.