Modify ↓
Opened 16 years ago
Closed 16 years ago
#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 Changed 16 years ago by Jpm
- Milestone set to 3.2.13.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed in version: 3.2.13.0