I was looking for the solution of my problem but I couldn't find
anything. I wish to display VBox control as a popup like:
columnsWidget = PopUpManager.createPopUp(DisplayObject
(Application.application), VBox, false) as VBox;
So the problem is this doesn't work (code after this line is not
executed) :) In documentation for PopUpManager.createPopUp is written:
---
className:Class Class of object that is to be created for the popup.
The class must implement IFlexDisplayObject.
---
So I'm going to VBox specification and I see VBox inherits from
UIComponent which implements IFlexDisplayObject. So what is wrong?
Thank you.
--
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.

