Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Is it possible to define the order of input tabs?
From: Matt Wobensmith
Date: Mon, 30 Oct 2000 23:54:25 GMT

Hi Chris -

You wrote:
>> I made a APR calculator for a client. It works great, looks nice and does
>> the job perfectly. However they are complaining that when you press tab it
>> doesnt go to the next input box.
>>
>> Is it possible in Flash 4 to define the order of input variable boxes
>which
>> tab rotates through? Or is it sheer luck?


Unfortunately, we can't control Tab key focus in Flash 4. However, we can in
Flash 5 using the new ActionScript. So, if your project can use Flash 5,
this might be a great thing to investigate.

For the record, it uses the Selection.setFocus method to put the user's
cursor in the desired field. To capture the Tab key, one can use either the
onKeyPress event or check for the Key.getCode method with an If statement.

Matt

---------------
Matt Wobensmith
Macromedia
Flash Community Manager

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]