Accessing children of element created with PopUpManager

My application has 2 files. First one is main application, second one is custom component (Popup) used to create popup windows. I would like to know how can i access ViewStack element (has id assigned to "vs") in popup from main application.
NB! Lot of code has been removed for readability!
application.mxml
<s:Application creationComplete="init()">
     <fx:Script>
          <![CDATA[
                    public function init():void{
                         var popup:TitleWindow = PopUpManager.createPopUp(this , Popup , false) as TitleWindow;
                         trace(popup.vs , "It's not working!!");
          ]]>
     </fx:Script>
</s:Application>
Popup.mxml
<s:TitleWindow>
     <mx:ViewStack id="vs">
     </mx:ViewStack>
</s:TitleWindow>

<s:Application creationComplete="init()">
     <fx:Script>
          <![CDATA[
                    public function init():void{
                         var popup:Popup= PopUpManager.createPopUp(this , Popup , false) as Popup;
                         popup.vs // should get access
          ]]>
     </fx:Script>
</s:Application>
Can you please try the above.

Similar Messages

  • I am using Lightroom 3 and need to access a catalog I created with a trial version of Lightroom 4.

    I need to access a catalog I created with a trial version of Lightroom 4.  I am currently using Lightroom 3.  Can someone help me find a way to get my images from this catalog?  I don't want to upgrade at this point as I am running on a mid 2007 iMac and would need to buy new RAM, upgrade my OS, etc....  I would rather wait and spend the money on a new system when I'm ready.

    Hi Rikk,
    I just saw your answer to Deborah,
    Does this mean catalogs not backward compatable in regards to metadata and keywords as well?
    I am working on a giant archiving project here in India. The main system here is a Mac G5 Tower at 10.6.8, and it's running LR 3.2.  I have my MacBook  Air here, running Mavericks and LR 4.4.1.
    I want to take the archive catalog OFF of LR 3.2, put it on the Air, running 4.4.1 - then ADD metadata and keywords to the catalog images while on the Air and THEN re-install/import/export/etc the catalog back to the main tower LR 3.2 with out starting a huge problem of version/upgrades/etc. That way another person can be using the tower to scan while I do keywords.
    I have only a week more here for this project. If anyone knows asap would be great. Thanks in advance.
    Barbara

  • I created a spreadsheet on my mac with numbers, and now it tells me  I have to buy a newer version of numbers to access the spreadsheet I created with the old program.  if I wanted problems like that I would go back to using windows

    I created a spreadsheet on my mac with numbers, and now it tells me  I have to buy a newer version of numbers to access the spreadsheet I created with the old program.  if I wanted problems like that I would go back to using windows

    Hi sar23,
    You may have inadvertently created or edited the document in the new Numbers 3.0 (which is free; you don't have to buy it) and are now trying to open it with the old Numbers 2.3.
    Both versions can be on your Mac at the same time, and can run at the same time.  The icons are similar so it's easy to confuse them (old on top here, new on bottom).
    The new Numbers 3.0 is in your Applications folder. The old Numbers 2.3 should be in a subfolder in the Applications folder named iWork '09 or similar.
    If you accidently edited an old document in the new version and want to take to take it back to the old version, you can export it:
    SG

  • After installing latest iTunes I began having R6034 error messages, found and tried fox of removing 5 Apple programs and reinstalling iTunes.  Now iTunes says my library cannot be accessed because it was created with a newer version of iTunes.  HELP!

    After installing latest iTunes, I began getting R6034 Runtime Error messages, found fix of removing 5 Apple programs, reboot and reinstall iTunes.  Seemed to work but now getting error message that my iTunes Library (iTunes Library.itl) cannot be read because it was created with a newer version of iTunes.  Need Help!!!

    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • How to access properties of swf created with pdf2swf

    Hi all-
    I am new to flex, I have been using pdf2swf to convert
    multi-page pdfs to swf files and then load them in adobe flex. I am
    able to load the files correctly with SWFLoader but not access the
    properties to advance the frames (play, stop). I have been scouring
    the internet for a way to do this that I understand.
    I have tried doing something like:
    var mymovie:MovieClip = MovieClip(myloader.content);
    and then using
    mymovie.play();
    which I can't seem to get to work.
    Has anyone here done this successfully. If so, could you give
    me an example of how this is done?
    Thanks,
    Cameron Bracken

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Embedding asset types:
    You can embed Button and MovieClip symbols in a Flex
    application, but you cannot embed ... Alternatively, if you use the
    SWFLoader control to load the Flex
    Link:
    http://livedocs.adobe.com/flex/3/html/embed_4.html
    BrideL.OrG Blog Archive Importing a SWF into Flex with AS3:
    Jul 4, 2006 ... Just to say thanks for posting the SWFLoader
    example, the ONLY one on the ... controlling frames using the
    movieclip details via SWFLoader.
    Link:
    http://www.bridel.org/?p=9
    All Classes (Flex 3):
    mx.skins.halo, The skin for the border of a SWFLoader or
    Image component when ..... mx.core, FlexMovieClip is a subclass of
    the Player's MovieClip class.
    Link:
    http://livedocs.adobe.com/flex/3/langref/class-summary.html
    Cannot load the SWFLoader content in a movieclip - Flex
    India:
    May 17, 2007 ... implementation of movieClip class in as2 is
    different from as3. ... Im just trying to load a .swf in flex. Im
    using SWFLoader
    Link:
    http://groups.google.com/group/flex_india/msg/85ec872c7d94851a
    S (Flex 3):
    SWFLoader. A flag that indicates whether to scale the content
    to fit the ..... for the content in the browser, such as
    'www.adobe.com' or 'www.example.org'.
    Link:
    http://livedocs.adobe.com/flex/3/langref/all-index-S.html
    SWFLoader gotoAndStop [Archive] - ActionScript.org Forums:
    Jun 27, 2006 ... [Archive] SWFLoader gotoAndStop Flex 2 &
    3. ... Is there any way that it is possible to cast the movieclip
    to flash 9 movieclip?
    Link:
    http://www.actionscript.org/forums/archive/index.php3/t-109586.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Accessing a movieclip instance created with AS.

    If I attach a new movie clip and give it a name by concatenating the instance name with a variable number (such as "myMovie + myVar" so that I get "myMovie1", "myMovie2", etc.), how do I then access the resulting instance in order to assign properties? MyMovie + myVar._x = 500 not surprisingly doesn't work. I presume I need to assign the value to a string variable, and then somehow assign that variable as the instance name of the movieclip?
    Thanks.

    that's incorrect syntax and contains a typo.  try:
    var myVar:Number = 1;
    this.attachMovie("Square_mc","Square_mc"+myVar,this.getNextHighestDepth()) ;
    this["Square_mc"+myVar]._x = 300;

  • I can't access raw photo files created with my Nikon D750?

    the NEF files are not recognized by photoshop elements.  I just upgraded from version 9 to version 13 thinking this would solve the problem... but still no luck in getting elements to recognize the files.

    The nikon D750 isn't supported yet in the shipping version of camera raw, though the 8.7 camera raw plugin should be available soon.
    In the meantime you could use 8.7 Release candidate dng converter to convert the files to dng copies, which pse 13 should then open.
    (the 8.7 camera raw plugin on the following page won't work for pse 13, so you want the DNG Converter 8.7 Release Candidate)
    http://labs.adobe.com/downloads/cameraraw8-7.html
    how to use the dng converter
    Camera Raw: How to use Adobe DNG Converter - YouTube

  • Can't open DNG files created with Mac CS5 downloader in Mac CS4 Photoshop

    I recently installed CS5 on my mac but I kept CS4 installed as well.  I notice that I cannot open DNG files created with CS5 in Photoshop CS4.  Bridge CS4 shows the files only as icons - no image thumbnails.  I am able to open these same files on a Windows version of CS4.  Is there some plugin for my mac CS4 that will enable me to access the DNG files created with CS5?  Is there a way to use my CS5 downloader when converting my raw files from my camera to DNG files that will make them compatiple with PS and Bridge CS4?

    rr3rd wrote:
    Is there a way to use my CS5 downloader when converting my raw files from my camera to DNG files that will make them compatiple with PS and Bridge CS4?
    Well, yes...but you'll need to modify your DNG Converter prefs to allow for that. You''ll need a recent (ideally current DNG Converter 6.4.1 or above) and click on the DNG Converter preferences and select the correct DNG Converter options. Check DNG Converter 6.4.1 (the current version) and click on "Change Preferences" to be sure select Camera Raw 5.4 and later then make sure CS4 is updated to ACR 5.7 (which is the last version of ACR for CS4) However, the changes made to ACR 6.x really should be adopted since IQ for ACR 6.4.x is a lot better...

  • We have multiple users, each with multiple devices, on 1 apple id - as we want to share music and ibooks etc.  We want the children to have access to the store, but with a financial limit. How do we do this?

    We have multiple users, each with multiple devices, on 1 apple id - as we want to share music and ibooks etc.  We want the children to have access to the store, but with a financial limit. How do we do this?

    Welcome to the Apple Community.
    That's simply not possible I'm afraid. You'd need to give them their own account and allowance or make it so you are required to be there to input the password when they wish to make a purchase.

  • HT1527 I have windows 8.1 and cannot access itunes store even creating a new apple id. With other users on the same computer I can access itunes store. How can I solve this?

    I have windows 8.1 and cannot access itunes store even creating a new apple id. With other users on the same computer I can access itunes store. How can I solve this?

    i had the same problem before using a fresh install of Windows 8.1.  I have resolved this issue by running the program compatibility wizard.  This I did by right-clicking on the iTunes icon in the desktop, selecting Troubleshoot compatibility, waited for it to detect compatibility issues and when presented with the following options: 1.) Try recommended settings; 2.) Troubleshoot program, I chose the latter.  When asked what problems I noticed, I checked the following: "The program worked in earlier versions of Windows but won't install or run" and "The program requires additional permission"
    After that, it tired to resolve the issue, and provided the necessary settings to run iTunes.  Now it's running flawlessly.  I have Avast anti-virus installed though.
    HTH!

  • Have itl and xml files on external hd am running home premium. can  no longer access files, am told this is because they were created with a newer version of itunes. also when i try to download 10.3 it wont, just says invalid drive j and for me to try aga

    i am running vista home premium on desktop and vista basic on laptop. have placed my itunes music with .itl and .xml files onto external drive connected to another desktop running vista and can no longer access music on first two mentioned comps only on the one connected to external drive. always am told that the library cant be read because it was created using a newer version of itunes. have tried to download 10.3 but it always tells me that i have and invalid hard drive j and to try again. any ideas?

    Older versions of iTunes cannot read libraries created with newer versions of iTunes. You need to have the same version of iTunes on all your PCs. Is that the case?
    As far as the problem installing iTunes goes, see this article from b noir on dealing with the problem:
    https://discussions.apple.com/thread/2450004
    If you get to the point where you need the Microsoft Installer cleanup utility, you will need more help as it has been withdrawn by Microsoft. but I am hoping the virtual drive trick will work,

  • Want to create an oval vignette in photoshop elements 10 with transparent background for printing w

    I am fairly new to PSE and I want to create an oval vignette in Photoshop Elements 10 with transparent background for printing on white paper using MS Publisher. Using the white background on inverse selection makes a slight line impression and either it should have a defined "frame" or nothing.
    Appreciate any guidance.

    Try with the Elliptical marquee tool:
    On the tool's option bar set feather 25-40 px (experiment)
    Drag out the Ellipse to embrace the object
    Go to Layer>new>layer via copy, or CTRL+J
    Your selection should fade out as a vignette and be surrounded by transparency
    Save this layer via File>save for web, select PNG-24, and tick "Transparency"

  • Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    jayarl
    Please do not duplicate thread. It gets confusing for you as well as for those trying to respond to your question.
    I have replied to your question in your other thread.
    https://forums.adobe.com/thread/1662961
    Please continue the discussions there.
    A moderator will probably delete or close one of the duplicates as soon as seen.
    Just a note...Photoshop Elements 13 and Premiere Elements 13 are standalone products. Each comes with the
    Elements Organizer 13. When both are on the same computer, they share the same Elements Organizer 13.
    ATR

  • List of PO's created with reference to WBS element

    Dear Experts,
    I am looking for all the PO's that are created with reference to a WBS element, Can you please suggest a T-code?
    Thanks & Regards,
    Manish

    Answered in  this link List of POs for a WBS Element

  • I purchase Adobe Elements Photoshop 12 & Premiere 12 together from a camera shop in town.  When I tried to use the Premiere, it splashed "created with the trial verson" over all of the photos. How can this unsightly watermark be removed. It has severely h

    I purchased  Adobe Elements Photoshop 12 & Premiere 12 together from a camera shop in town.  When I tried to use the Premiere, it splashed "created with the trial version" over all of the photos. How can this unsightly watermark be removed. It has severely hampered my timeline to start and finish this project. Why would a purchase software product purport to be a "trial" version?

    This indicator will appear when you have not registered your product or typed in the serial number for the product.
    Once you've added the serial number, any future products will not display this indicator.
    To remove this this indicator from videos created before you added the serial number, you'll need to delete the rendered files.

Maybe you are looking for

  • SXI_CACHE throws error while activating; but error does not exist anymore

    Hi everybody, when I try to activate a BPM in sxi_cache. sxi_cache throws an error due to a step that does not exist anymore. What can I do? Thanks a lot Regards Mario

  • Airplay works on everything except sharing screen...

    I am having trouble with my Airplay. I have an apple tv and can airplay from my iphone and from my itunes on my mac. However, I am unable to share my screen on my mac to my tv as the icon does not appear in the top bar. I have a late 2011 Mac and all

  • SQL developer hide non printable characters

    Hi I have accidentally turned on non printiable characters in sql developer.Does anybody know how to turn this off

  • How to uninstall PlugIn "OpenH264 Video-Codec" ?

    How can I uninstall "OpenH264 Video-Codec"-PlugIn from my PC ? Every other plugin could be uninstalled from the source folder. As user I would chose for my own, which plugin I want to install on my PC, but I do not want to be forced to have a plugin

  • Query did not return a unique result: 2

    I had an issue after upgrading to vCloud 5.5 that I could not deploy any vApps with nested ESXi hosts.  It turned out that the workaround I put in place in vCloud 5.1 by adding the OS type of vmkernel5guest caused a duplicate entry as vCloud 5.5 adds