Re: [flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-16 Thread Igor Costa
helps. > PopUpManager. removePopUp( e.currentTarget. document as > IFlexDisplayObject) ; > > thanks > Rajan > > -- > *From:* Igor Costa > *To:* flexcoders@yahoogroups.com > *Sent:* Tuesday, April 14, 2009 7:54:51 PM > *Subject:* Re: [

Re: [flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-15 Thread Rajan Jain
] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299 Rajan Isn't a bug, Not a Bug the problem is the way of your code implementation works. The PopUpManager doesn't work to cast itself. Due to the dependecy of IFlexDisplayObject. Instead of current code example. NOT

Re: [flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-14 Thread Igor Costa
Rajan Isn't a bug, Not a Bug the problem is the way of your code implementation works. The PopUpManager doesn't work to cast itself. Due to the dependecy of IFlexDisplayObject. Instead of current code example. NOT Right way //action1 if (myPopUp == null) { myPopUp = PopUpManager.createPopUp(thi

[flexcoders] Adobe Bug | http://bugs.adobe.com/jira/browse/SDK-17299

2009-04-14 Thread ilikeflex
Hi Adobe bug http://bugs.adobe.com/jira/browse/SDK-17299 Does anybody has idea when Adobe is going to fix the above bug ot there is any workaround. Thanks Rajan