var ref:PopUpForm = new PopUpForm()
ref.id = id
ref.serviceName = serviceName;
PopUpManager.addPopUp(ref, this, true);
Peace, Mike
On 6/13/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
Hi,
Why are you typing the return as Object?
Object does not have id nor serviceName ;-)
Can you do;
var ref:PopUpForms = PopUpForms(PopUpManager.createPopUp(this, PopUpForms,true));
ref.id = id;
ref.serviceName = action;
Peace, Mike
On 6/13/06, jpwarmer <[EMAIL PROTECTED] > wrote:How can i pass parameters to a popup in flex 2??
This does not work...
var ref:Object = PopUpForms(PopUpManager.createPopUp(this, PopUpForms,
true));
ref.id = id;
ref.serviceName = action;
--
What goes up, does come down.
--
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
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
Reply via email to

