Jump to content

I updated to the new Auto it version and something is wrong


Recommended Posts

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

Edited by mrbig1479
Link to comment
Share on other sites

  • 4 weeks later...

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.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...