Ask a Question related to Macromedia Director Lingo, Design and Development.
-
HeathkitGreg webforumsuser@macromedia.com #1
Setting Input Focus for a Field
Hello,
I've been programming in Lingo for over 5 years and have noticed over the years that people often want to know how to programmatically control which field in a screen the users typed input will go into. I have never heard a good answer, but never really needed that control until now. Most other GUI languages have functions that allow the program to control which field, in a multi-field screen, has the "input focus". I recently upgraded to Director 8.5, and am wondering if Macromedia has resolved this deficiency, and provided a means to control the input focus?
If there is still no way to control the input focus, could someone please tell just what rules Director uses to determine which field has the input focus when entering a frame. From what I have seen there doesn't seem to be any rhyme or reason for which field has the focus (like order in the score, or last field written to by Lingo)
Thanks in advance!
Greg Tobin
HeathkitGreg webforumsuser@macromedia.com Guest
-
cfcalendar date input into an input field
Like a JS datepicker, how do i use cfcalendar to input a date into an input field? Something like this:... -
Setting focus on a form field
When a CFM page loads, how can you set focus on a textbox so the cursor is already in the field? Thanks Steve -
input text cursor focus
hi friends i have taken input text field, i want this field cursor is on focus while enter the page. how do i do that. bye prasad -
Setting focus..?
Hi all, I have a Webform with some textboxes on. How can I set the focus so that a user can start the input directly in the first textbox in... -
Setting Focus on field when RequiredFieldValidator fails - This Works!
There seems to be way too much confusion over how to set focus on the a field using a field validator. I looked all over the web and found people... -
MGaston #2
Re: Setting Input Focus for a Field
Greg,
Like you, I've never needed to have that ability for any of the things I've
written, so I'm speaking out of ignorance here (not that uncommon for me),
but I would guess that you could use keyboardFocusSprite.
HTH,
Matt
HeathkitGreg <webforumsuser@macromedia.com> wrote in message
news:br9uil$e7k$1@forums.macromedia.com...years that people often want to know how to programmatically control which> Hello,
>
> I've been programming in Lingo for over 5 years and have noticed over the
field in a screen the users typed input will go into. I have never heard a
good answer, but never really needed that control until now. Most other GUI
languages have functions that allow the program to control which field, in a
multi-field screen, has the "input focus". I recently upgraded to Director
8.5, and am wondering if Macromedia has resolved this deficiency, and
provided a means to control the input focus?tell just what rules Director uses to determine which field has the input>
> If there is still no way to control the input focus, could someone please
focus when entering a frame. From what I have seen there doesn't seem to be
any rhyme or reason for which field has the focus (like order in the score,
or last field written to by Lingo)>
> Thanks in advance!
> Greg Tobin
>
>
>
MGaston Guest



Reply With Quote

