mcgrailm
10-10-2008, 02:01 PM
How do I do this.. I have list component on the stage and I want to put it into a window component
here is what I have tried
var my_win:MovieClip = mx.managers.PopUpManager.createPopUp(this, Window, true, {title:"Chapters", contentPath:chapterList});
my_win.setSize(320, 240);
here is what I have tried
var my_win:MovieClip = mx.managers.PopUpManager.createPopUp(this, Window, true, {title:"Chapters", contentPath:chapterList});
my_win.setSize(320, 240);