bomboa 0 Report post Posted June 1, 2007 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. Share this post Link to post Share on other sites
BrettF 24 Report post Posted June 1, 2007 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:$inputI 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? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites
bomboa 0 Report post Posted June 1, 2007 You can't read an input before it's created can you?Lol, so simple... Share this post Link to post Share on other sites
star2 0 Report post Posted June 2, 2007 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] Share this post Link to post Share on other sites