Modify ↓
Opened 15 years ago
Closed 15 years ago
#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)
Note:
See TracTickets
for help on using tickets.
