Robert Brenstein wrote:

If you want to trap return you need 4 handlers in your field

on returnKey
on enterKey
on returnInField
on enterInField

Actually, just to be picky, the returnKey and enterKey handlers aren't needed in fields. Only returnInField and enterInField are sent directly to fields. The other two will never trigger.

That said, I had no problem running Charle's field script as long as the field was sized correctly. The keydown handler worked as expected when autoTab was set to true.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com


Ah, yes, Jacque is right as always :) -- the returnKey and enterKey handlers are called only when there is no explicit text selection, so their place is on the card.

Robert
_______________________________________________
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