Modify

Opened 18 years ago

Closed 18 years ago

#339 closed Bug (Fixed)

GUICtrlDelete() crashes at special occasions.

Reported by: monoceres Owned by: J-Paul Mesnage
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 J-Paul Mesnage, 18 years ago

Milestone: 3.2.13.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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