[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-12 Thread chinaloveshisiling
I found this issue exist in the Firefox and Chrome but not in IE. --- In flexcoders@yahoogroups.com, "chinaloveshisiling" wrote: > > I doubt this is defect of Adobe Flex :-), who know how to open defect for > them? > > --- In flexcoders@yahoogroups.com, "chinaloveshisiling" > wrote: > > > >

Re: [flexcoders] Re: After importing file using FileReference focus is lost

2010-08-11 Thread Oleg Sivokon
http://bugs.adobe.com/jira/secure/QuickSearch.jspa By the way, while you are on it... sometimes the window opened by FileReference isn't modal, Flash will also not dispatch key release events after the dialog box appears... I hadn't have the time to post these :) (Make sure it wasn't posted before)

[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-10 Thread chinaloveshisiling
I doubt this is defect of Adobe Flex :-), who know how to open defect for them? --- In flexcoders@yahoogroups.com, "chinaloveshisiling" wrote: > > When using the keyboard to navigate the UI, focus is lost after > importing file using FileReference. Who know how to deal with this > issue? Thanks

[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-10 Thread chinaloveshisiling
Please keep in mind that my meaning is Keyboard lose tab focus after call FileReference.browser(). --- In flexcoders@yahoogroups.com, Akshar Kaul wrote: > > can you share your code. > > Akshar Kaul > > > On Tue, Aug 10, 2010 at 13:11, chinaloveshisiling < > chinaloveshisil...@...> wrote: > >

[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-10 Thread chinaloveshisiling
You can try using below codes. Thanks. http://www.adobe.com/2006/mxml"; layout="vertical" creationComplete="creationCompleteHandler(event)"> --- In flexcoders@yahoogroups.com, Akshar Kaul wrote: >

Re: [flexcoders] Re: After importing file using FileReference focus is lost

2010-08-10 Thread Akshar Kaul
can you share your code. Akshar Kaul On Tue, Aug 10, 2010 at 13:11, chinaloveshisiling < chinaloveshisil...@yahoo.com> wrote: > > > Tried. Still no effect. And other ideas? :-) > > > --- In flexcoders@yahoogroups.com , Akshar > Kaul wrote: > > > > try importButton.setFocus(); > > > > Akshar Ka

[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-10 Thread chinaloveshisiling
Tried. Still no effect. And other ideas? :-) --- In flexcoders@yahoogroups.com, Akshar Kaul wrote: > > try importButton.setFocus(); > > Akshar Kaul > > > On Tue, Aug 10, 2010 at 11:42, chinaloveshisiling < > chinaloveshisil...@...> wrote: > > > > > > > Thanks Akshar, I had tried use the metho

Re: [flexcoders] Re: After importing file using FileReference focus is lost

2010-08-09 Thread Akshar Kaul
try importButton.setFocus(); Akshar Kaul On Tue, Aug 10, 2010 at 11:42, chinaloveshisiling < chinaloveshisil...@yahoo.com> wrote: > > > Thanks Akshar, I had tried use the method you mentioned. Call > focusManager.setFocus(importButton); in the function handle for the > completion event. But the

[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-09 Thread chinaloveshisiling
Thanks Akshar, I had tried use the method you mentioned. Call focusManager.setFocus(importButton); in the function handle for the completion event. But there is no effect. --- In flexcoders@yahoogroups.com, Akshar Kaul wrote: > > you can listen to the completion event of the filereference and

[flexcoders] Re: After importing file using FileReference focus is lost

2010-08-09 Thread chinaloveshisiling
After completing a FileReference call, the Flash application appears to lose focus. --- In flexcoders@yahoogroups.com, "chinaloveshisiling" wrote: > > When using the keyboard to navigate the UI, focus is lost after > importing file using FileReference. Who know how to deal with this > issue? T