Modify ↓
#1809 closed Bug (No Bug)
Made an Error in script -> GUICtrlCreateButton $SS_RIGHT Create CheckBox
| Reported by: | Emiel Wieldraaijer | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | GUICtrlCreateButton $SS_RIGHT Create CheckBox | Cc: |
Description
Hi,
It's not really a bug i guess.. because it's bad coding .. but when i add $SS_Right to a GUICtrlCreateButton it will make a none checkable checkbox from a button control...
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
GUICreate("Test", 200, 200)
GUICtrlCreateButton("Test", 10, 20, 100, 20, $SS_RIGHT)
GUISetState()
While 1
$msg = GUIGetMsg()
If $msg = $GUI_EVENT_CLOSE Then Exit
WEnd
Best regards,
Emiel Wieldraaijer
Attachments (0)
Change History (1)
comment:1 by , on May 22, 2011 at 7:37:13 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
