In 1.5, there is the problem that
sometimes the Flash Player object itself does not have the focus. Workarounds
usually involve a custom wrapper that uses _javascript_ to set focus to the Flash
Player(Flex app).
There are examples on CFLEX.net.
Tracy
Hi,
You could use an event listener for the controlName component
FocusEvent.FOCUS_IN
and in the handler
event.currentTarget.setSelection(0,0);
I am not sure where the setSelection() method comes from throught the event.
Most likly it's the currentTarget property.
something like that ?
setSelection(beginIndex:int, endIndex:int):void
Peace, Mike
--
What goes up, does come down.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS