RE: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-11 Thread Christoph Diefenthal
] Im Auftrag von Derrick Grigg Gesendet: Freitag, 7. Oktober 2005 20:13 An: flexcoders@yahoogroups.com Betreff: RE: [flexcoders] PopupManager.createPopUp - varying the className argument Thanks Matt and Jester No luck though. The background of my app goes white the first time this function

RE: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-07 Thread Mink, Joseph
I would guess you could use a string...like, instead of ...createPopUp( _root, SomeClass, true, initObj, false ); maybe you could do createPopUp( _root, "SomeClass", true, initObj, false ); But I would guess your best bet is to arrangeyour implementation in such a way that you can just

RE: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-07 Thread Derrick Grigg
of Mink, Joseph Sent: Fri 07/10/2005 9:48 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] PopupManager.createPopUp - varying the className argument I would guess you could use a string...like, instead of ...createPopUp( _root, SomeClass, true, initObj, false ); maybe you could do

Re: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-07 Thread JesterXL
@yahoogroups.com on behalf of Mink, Joseph Sent: Fri 07/10/2005 9:48 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] PopupManager.createPopUp - varying the className argument I would guess you could use a string...like, instead of ...createPopUp( _root, SomeClass, true, initObj, false

RE: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-07 Thread Matt Chotin
@yahoogroups.com] On Behalf Of JesterXL Sent: Friday, October 07, 2005 7:38 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] PopupManager.createPopUp - varying the className argument Close! var yourClass:String = Pooki; PopUpManager.createPopUp(this, _global[yourClass], false

RE: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-07 Thread Derrick Grigg
for the help though. From: flexcoders@yahoogroups.com on behalf of Matt Chotin Sent: Fri 07/10/2005 10:44 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] PopupManager.createPopUp - varying the className argument Also you need to make sure that the class