On 3/8/02 1:30 PM, "Rand Valentine" <[EMAIL PROTECTED]> wrote:

> I am having a hard time getting arrow keys to work as I want in a text
> field. I want pressing the arrow keys to move me within the text of the
> field, not jump to another field. The textArrows property is presumably
> designed to handle this, but it doesn't seem to work properly with a
> grouped field-- pressing an arrow key causes a jump to another field (or
> a jump _somewhere_), but does move the cursor within the field. What am
> I doing wrong?
> 
> rand valentine
> 
> 
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution

Try putting the following in your startup handler:


set the navigationArrows to false
set the textArrows to true

-- 
Tim

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to