I may be missing something here, I'm just not sure. I get the error:
"Variable used without being declared" when trying to use $Get_Focus.
GUISetControlEx(-1,20)
$nInputCfn = GuiSetControl ("input", "", 50,45,100,20)
GUISetControlEx(-1,2,$GUI_FOCUS)
$nInputCln = GuiSetControl ("input", "", 200,45,100,20)
At first I had $Get_Focus by itself, when it did't work I added the line
GuiSetControlEx(-1,20) and still got the same error message. Aside
from that small piece the rest of my code works. What I'm trying to
accomplish is to get the focus (cursor) on the first Input filed of the form.
$nInputCln = GuiSetControl ("input", "", 200,45,100,20). Unless there is
another way and I'm just missing it.
Thanks for your responses.
$Get_Focus
Started by
RocTx
, Jun 24 2004 07:52 PM
3 replies to this topic
#1
Posted 24 June 2004 - 07:52 PM
#2
Posted 24 June 2004 - 07:55 PM
Did you do an: #include <GUIConstants.au3> at the top of the script?
This contains all the constants for the GUI commands...
This contains all the constants for the GUI commands...
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
#3
Posted 24 June 2004 - 08:04 PM
No.. I had not added the "#include" line.
Thanks.. that cleared up the "Variable not declared" problem. But now, it doesn't
give me the focus on the field I want it be in. It don't get any focus unless I click
on the field.
Thanks JdeB...
Thanks.. that cleared up the "Variable not declared" problem. But now, it doesn't
give me the focus on the field I want it be in. It don't get any focus unless I click
on the field.
Thanks JdeB...
#4
Posted 24 June 2004 - 08:11 PM
Figured it out.. My $input variable was not inside my $Get_Focus function.
Now it's in.. and it works. Great!
Thank for the tip JdeB..
Now it's in.. and it works. Great!
Thank for the tip JdeB..
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




