> 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:
What are you adding to your VBox? If it's empty, nothing will get
displayed. And it's not possible that code after that line just
doesn't get executed, unless you're getting a runtime exception *and*
catching it and ignoring it.
--
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.

