component many times throughout my app. However, depending where the
user is in the app, it will change the title on the TitleWindow
popup. I need to reference the specific initObject name each time a
new TitleWindow instance is created and change the title depending
on what the titlewindow popup is being used for.
So, if my showText method creates a new popup with the initObject
name of textZoom I need to know how to how to reference it in the
popup (in an if statement) to change the title.
I think I am on the right track, but any suggestions would be
appreciated.
Thanks
*****************
mainApp.mxml
*****************
public function showText():Void{
var textDescObj = new Object();
var t:Object = TitleWindow(PopUpManager.createPopUp this,
textZoomPopup, false, textDescObj, false))
}
*********************
TitleWindow.mxml
*********************
pseudo code:
If this objects name == textDescObj
then change my title to "Desired Title"
else if objects name == someOtherObjName
then change my title to "Different Title"
--
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.

