Modify ↓
Opened 14 years ago
Closed 13 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)
Change History (1)
comment:1 Changed 13 years ago by Jon
- Resolution set to No Bug
- 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.