On 7/10/06, Ian McKnight <[EMAIL PROTECTED]> wrote:
Hi

I have a card with 3 text fields and 1 button. TraversalOn is True.
AutoTab is True for all fields.

The fields are sized to 1 line of text.

When I press the Tabkey I get the expected behaviour-- the cursor
moves from one field to the next in sequence highlighting any text as
it goes or simply movingthe cursor to the next empty field.

When I press return or enter after entering text the cursor jumps to
before the first character of the text.

I have ReturnInField and EnterInField handlers in the card script. The
RIF handler calls the handler to process the input text (using the
target fn to identify individual fields) while the EIF handler just
calls RIF.


If the returnInField handler puts data back into the field, this
resets the cursor position. In this case, you may need to include a
line after the "put" that selects the text of the next field.

HTH,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to