mrbig1479 Posted June 10, 2008 Posted June 10, 2008 (edited) heyi have this line in the scriptFor $i = 0 To 9 $icons[$i] = GUICtrlCreateButton("{" & $i & "}", 10 + $i * 30, 340, 25, 25, $BS_BITMAP) GUICtrlSetImage(-1, @ScriptDir & "\Symbols\" & $i & ".bmp") NextIt used to work (i made the new GUI include GUIConstantsEx.au3 in addition to the GuiConstants.au3)I have no Idea why its not working.Sorry if im a noob ..Edit: Problem solved Edited June 10, 2008 by mrbig1479
quagmire1973 Posted July 9, 2008 Posted July 9, 2008 hey i have this line in the script For $i = 0 To 9 $icons[$i] = GUICtrlCreateButton("{" & $i & "}", 10 + $i * 30, 340, 25, 25, $BS_BITMAP) GUICtrlSetImage(-1, @ScriptDir & "\Symbols\" & $i & ".bmp") Next It used to work (i made the new GUI include GUIConstantsEx.au3 in addition to the GuiConstants.au3) I have no Idea why its not working. Sorry if im a noob .. Edit: Problem solved What did you do to fix this issue? I am having the same problem.
aslani Posted July 9, 2008 Posted July 9, 2008 What did you do to fix this issue? I am having the same problem. The new version now requires you to include a lot of different Constants, in the OPs case, I believe it's the; #include <ButtonConstants.au3> [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now