Ask a Question related to Macromedia Director Lingo, Design and Development.
-
digitalT webforumsuser@macromedia.com #1
focus button
Hi,
I have a form within a projector, the form is made of of several editable text fields and a submit button.
With each field I can tab to the next field, so that the user does not need a mouse, but how do I tab from the last field to the submit button so that the user can just press enter.
The submit button doesn't seem to support recieving focus. I realise I can add a simple RETURN or ENTER pressed event on the editable fields to submit the form, but would really like to do it via the submit button itself.
Anyone got a solution?
Thanks
Tim
digitalT webforumsuser@macromedia.com Guest
-
CS2 Button Rollover options "On Blur / On Focus"
I'm trying to learn more about the interactive aspects of the program. And I'm stumped when it comes to these 2 events listed for button options. I... -
How control which button has focus [ENTER]
Hello, I'm facing a problem with the behavior of the key while editing items in a datagrid. I would like to make sure that the cancel button is... -
Popup; show, take focus, wait for button action, give focus, hide
Hi. I've got a popup MC for displaying a message or asking a yes/no question that has to do the following on an event: - show and take focus... -
focus/lost focus of custom control
Hi new to .NET and have a question. What I want to do if have a custome control (contains a table grid of text boxes) and multiple instances... -
JavaScript Access to Button in form tags (webcontrol or html button)
Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of... -
JB #2
Re: focus button
Add 1 additional field positioned off stage (locv - 1000) that coincides
with the enter button, monitor the keyboardfocussprite when it = the
offscreen field, enable the button, might be able to check focus from a
common keyUp handler which also can handle return key when button is
hilite.
JB Guest



Reply With Quote

