RE: [flexcoders] problem with TextInput.setFocus, PopupManager, and Mac

2010-03-16 Thread Nini7016 Nini7016

Thank you very very much Alex for your answers,,, You are very very genti :)
regards

To: flexcoders@yahoogroups.com
From: aha...@adobe.com
Date: Tue, 16 Mar 2010 15:29:41 -0700
Subject: Re: [flexcoders] problem with TextInput.setFocus, PopupManager, and Mac


















 



  



  
  
  

Most browser will not give focus to Flash on startup.





On 3/16/10 12:14 PM, "mitchgrrt"  wrote:




 

 

 

   



I have an application where I launch a dialog with PopupManager.  I want to set 
the focus on a TextInput when the form comes up.  It works fine on the PC but 
not on the Mac.



On the Mac it's strange.  It looks like it works:  there's a bright blue border 
around the TextInput and there's a blinking caret inside.  But when actually 
typing some keys, the letters that are typed don't appear inside the TextInput.



I've tried making a tiny MXML Application with a tiny popup, and this *does* 
work.  So it seems like it's something inside our large application that's 
causing it to not work (on the Mac only).  Any ideas how to fix it?



I've tried TextInput.setFocus(), FocusManager.showFocus(), and callLater() 
using these.  I also tried programmatically creating a MOUSE_DOWN event on the 
TextInput.



Thanks.



 

   







-- 

Alex Harui

Flex SDK Team

Adobe System, Inc.

http://blogs.adobe.com/aharui









 









  
_
Découvrez comment SURFER DISCRETEMENT sur un site de rencontres !
http://clk.atdmt.com/FRM/go/206608211/direct/01/

Re: [flexcoders] problem with TextInput.setFocus, PopupManager, and Mac

2010-03-16 Thread Alex Harui
Most browser will not give focus to Flash on startup.


On 3/16/10 12:14 PM, "mitchgrrt"  wrote:






I have an application where I launch a dialog with PopupManager.  I want to set 
the focus on a TextInput when the form comes up.  It works fine on the PC but 
not on the Mac.

On the Mac it's strange.  It looks like it works:  there's a bright blue border 
around the TextInput and there's a blinking caret inside.  But when actually 
typing some keys, the letters that are typed don't appear inside the TextInput.

I've tried making a tiny MXML Application with a tiny popup, and this *does* 
work.  So it seems like it's something inside our large application that's 
causing it to not work (on the Mac only).  Any ideas how to fix it?

I've tried TextInput.setFocus(), FocusManager.showFocus(), and callLater() 
using these.  I also tried programmatically creating a MOUSE_DOWN event on the 
TextInput.

Thanks.






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


[flexcoders] problem with TextInput.setFocus, PopupManager, and Mac

2010-03-16 Thread mitchgrrt
I have an application where I launch a dialog with PopupManager.  I want to set 
the focus on a TextInput when the form comes up.  It works fine on the PC but 
not on the Mac.

On the Mac it's strange.  It looks like it works:  there's a bright blue border 
around the TextInput and there's a blinking caret inside.  But when actually 
typing some keys, the letters that are typed don't appear inside the TextInput.

I've tried making a tiny MXML Application with a tiny popup, and this *does* 
work.  So it seems like it's something inside our large application that's 
causing it to not work (on the Mac only).  Any ideas how to fix it?

I've tried TextInput.setFocus(), FocusManager.showFocus(), and callLater() 
using these.  I also tried programmatically creating a MOUSE_DOWN event on the 
TextInput.

Thanks.