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)

Change History (1)

comment:1 by Jon, 15 years ago

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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