Hi,

This _should_ work, according to the Flash API reference.  Make sure you 
set accessible="true" on the canvas to turn on accessibility.  That 
said, I had very mixed results myself in the Flash player.  In general, 
accessibility doesn't always work in Flash :(.

-Max

togawa manabu wrote:
> Hi!
> 
> I'm trying to set the tabindex for control the LzFocus like,
> 
> <canvas debug="true" layout="axis:y">
>               <edittext name="edtx1"  aatabindex="1" aaactive="true"/>
>               <edittext name="edtx2"  aatabindex="3" aaactive="true"/>
>               <edittext name="edtx3"  aatabindex="2" aaactive="true"/>
>               <edittext name="edtx4"  aatabindex="5" aaactive="true"/>
>               <edittext name="edtx5"  aatabindex="4" aaactive="true"/>
> </canvas>
> 
> but seem no effect.
> How can I set the tabindex?
> 
> thanks.
> 
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to