Jump to content

GuiCtrlCreateInput


 Share

Recommended Posts

Ok, so I dont know why it is not reading my input, the input shows up in the GUI but the inputed text doesnt show up in script (maybe a GUIctrlread problem?). So:

Global $ptc

$input = GUICtrlRead($ptc)

$ptc = GUICtrlCreateInput("", 64, 124, 233, 21, -1,)

(obviously this is not my whole script just part involving this) Then when I do a:

$input

I get nothing.

Is there something else I need to add to script to make this value work? Thanks.

Link to comment
Share on other sites

Ok, so I dont know why it is not reading my input, the input shows up in the GUI but the inputed text doesnt show up in script (maybe a GUIctrlread problem?). So:

Global $ptc

$input = GUICtrlRead($ptc)

$ptc = GUICtrlCreateInput("", 64, 124, 233, 21, -1,)

(obviously this is not my whole script just part involving this) Then when I do a:

$input

I get nothing.

Is there something else I need to add to script to make this value work? Thanks.

You can't read an input before it's created can you?
Link to comment
Share on other sites

You can't read an input before it's created can you?

no one can say it better !!

[quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]

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...