|
I have the following code which successfully creates a window ... myWindow =
mx.managers.PopUpManager.createPopUp ( form1x.rootScreen, mx.containers.Window, false, {
title:"My
window", contentPath:"form1x" } ); myWindow.setSize(320,
240); I want to address objects within the window after it is created (to set
a text area called message with a form validation prompt) Don’t seem to be able to work out how to address the object. Any ideas out there? Regards, Paul Johnson You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
