Why can't I see the Display List in the Debugger?

As bad as the Flash debugger was, at least you could see movie clips being nested as you dynamically added/deleted them from the screen.
When I import swfs/swcs into Flash Builder, I can't "see" them added as properties in the debugger - that is, I can see the movieclips I imported, but not any clips nested inside them.
Also, it would be IMMENSELY helpful if there was a way to actually see the DisplayList in the debugger - perhaps I am missing something?

1. (should be labeled as such). These are members that are inherited from the class ancestry.
2. Local variables in the current scope
3. Private member variables
4. Public member variables
The shapes are only reused twice (the color imparts the meaning).
diamonds used for inherited and protected ... no relation
circles used for public and local ... no relation
Also, you shouldn't see parentheses in the name column. Where do you see them?
Jason San Jose
Quality Engineer, Flash Builder

Similar Messages

  • After the latest update I can no longer see my iPhone listed on the left column - how do you get to where you can pick

    After the latest itunes update I can no longer see my iPhone listed on the left column. How can I get to the section where I can pick & choose apps etc to be synced?
    Also I had to get a new iPhone & so I backed up the night before to the cloud & my computer. When I tried to restore from back up with the new phone my back up wasn't there - shouldn't it be automatic via wifi from the cloud?
    What am I doing wrong?

    Your iphone is shown at the top of the page.
    You can also simply click View>Show Sidebar and it will look about the same as it did before.

  • Why can't I see my Apple TV in the Airport Utility?

    Why can't I see my Apple TVs in the Airport Utility?

    An AirPort Utility is not intended to configure an Apple TV, so there's no reason for it to discover one.
    Use the Apple TV remote to configure it.

  • Why can't I see my Dropbox files in the Open file window on my Samsung Galaxy Note 10.1 2014?

    When I try to open a file from Dropbox; it does not show up in the selection list.
    I have to down load the file to my tablet first. Then I can see it to open. (Pain in the butt).
    Is there a way to open dropbox files directly?
    Any help is greatly appreciated.

    This would probably be something they'd have to incorporate, however unlikely due to Creative Cloud being a somewhat-direct competitor in terms of images.

  • Why can´t I see Minibridge in Photoshop after the installation of Bridge

    I have successfully installed Bridge on my Macbook Air (64 bit) (Trial version of Bridge).
    Now I expected to be using Minibride from within Photoshop (CC 2014) (also a trial version), but the Minibridge option is not shown under "Files - View in Minibridge"
    I have learned that if I didn´t have the option under "Files", I could activate it under "Window - Extensions), But that button is not active.
    PS! I have a Danish version. I hope I have the names of the buttons correct.
    Hope somebody can help, as the option of viewing Minibridge inside Photoshop is my number one reason for buying Bridge.
    Kaj Krogstrup

    The word from Adobe is that "Mini Bridge" has been "Retired" as part of a "Spring Cleaning Process" because it is "Not Compatible" with the 2014 Architecture.
    Mini Bridge is still functional in previous versions but the Development Work has ceased.
    Mini Bridge is "No More"..............I missed it too and that is why I started to do some research
    Regards
    Bob Wallace
    AKA Pykcha Photography & Graphics

  • HT4890 why can't I see/find my photos on the cloud?

    I can't seem to find my photos that were on my phone on my cloud account on my pc? I see the folder, I don't see the photos. Any ideas?

    The Find My iPhone app is an iOS app. What is it that you are wanting to do? If you want to look at the devices you have set up with Find My iPhone, you need to go to icloud.com and sign in. You will find the app there.
    Cheers,
    GB

  • Why can I only see artists that start with the letter "A"?

    On one iPhone, iTunes Match is fine (except that navigation through the iPod app is PAINFULLY slow!!!)
    On the other iPhone, iTunes Match only shows artists whose names start with the letter A. I've gone through playlist mode and downloaded other stuff, but they don't show up, regardless of whether "Show All Music" is on or off.
    Help!
    Any speed tips would be appreciated, too!
    mdc

    Noel Carboni wrote:
    Now I need to figure out where to turn that off by default. 
    OK, now I see the Fill and Stroke options - ONLY VISIBLE IN THE OPTIONS BAR WHEN TOOL MODE Shape IS SELECTED - that affect the operation of the [Shape] button.
    Personally, I really LIKE the concept of always making a Path, then doing with it what I want (e.g., make a Shape with the button).
    I'm not sure what I'd suggest about making the Fill and Stroke options available, but clearly the method of haivng them only show when making Shapes, and not when using the [Shape] button is a stumbling block even for folks who are familiar with the product.
    I would probably turn off the Stroke feature by default, though, then let people discover it.
    -Noel

  • Why can not I see the name of a child process?

    Hi,
    I implemented a program for my project.
    My program has two processes. One is a parent process. Another is a child process.
    The parent process forks its child process. The child process is executed by execl() system call.
    The program code implemented is followed.
    === abbreviation ===
    switch(itmr_forkid = fork()) {
    case 0:
    RCode = execl("./itmr", "itmr", (char *) 0);
    exit(0);
    break;
    === abbreviation ===
    I executed the program. And then I pressed "ps -ef" on command line.
    [stp1ggsn1][user/shlim] ps -ef
    UID PID PPID C STIME TTY TIME      CMD
    root 29402 29376 38 Mar 06 pts/0 11376:36 ibgfb
    root 29403 29402 0 Mar 06 pts/0 0:15
    However, why can not I see itmr process name for the child process?
    When I executed the program for the parent process and the program for the child process respectively, I can see itmr process name for the child process.
    I tried to look for the cause. But I could not find out the answer.
    Please, give me your answer. Thank you for your answer in advance.

    Hi,
    I am sorry that I loaded my question two times by mistake.

  • HT4972 Why can't I see the update download option under general? I need to download iOS 5

    Why can't I see an option to download the ios5 upgrade under General settings

    you can update an iPad 1 up to iOS 5.1.1 , you need to connect it to iTunes on a computer and update from there
    For instructions: http://support.apple.com/kb/ht4623 and scroll down to the part that's about updating with iTunes
    Please  note that iPad 1 goes up to iOS 5.1.1, while iPad 2 goes up to iOS 6.1.3, the (current) latest version. You won't be able to ' choose '  iOS 5.1.1 on iPad 2, it will automatically update to the latest version possible.
    Good luck
    Stijn
    Message was edited by: jesterwylde

  • Problem adding to the display list from a class

    If I try to convert as3 in an mxml file into a class file and
    create an instance of the class, I am unable to add the instance to
    the display list. The original mxml file is at the bottom of the
    page. The modified mxml file and its associated class are below.
    The problem is that I cannot use addChild(myComponent); So how to I
    add the UIComponent to the Display list?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creationComplete="init()">
    <mx:Script>
    <![CDATA[
    import LoadSwf
    private var myLoader:LoadSwf
    public function init():void{
    myLoader=new LoadSwf()
    ]]>
    </mx:Script>
    </mx:Application>
    Class:
    package{
    import flash.display.MovieClip;
    import com.adobe.viewsource.ViewSource;
    import flash.events.Event
    import mx.core.UIComponent
    import flash.display.Loader
    import flash.events.TimerEvent;
    import flash.events.StatusEvent
    import flash.net.LocalConnection
    import flash.net.URLRequest
    import flash.net.URLVariables
    import flash.utils.Timer;
    public class LoadSwf{
    private var request:URLRequest
    private var loader:Loader = new Loader();
    private var conn:LocalConnection = new LocalConnection();
    private var myComponent:UIComponent=new UIComponent();
    private var swfTimer:Timer;
    private var myParameters:URLVariables ;
    public function LoadSwf(){
    request= new URLRequest("Login.swf");
    myParameters= new URLVariables()
    myParameters.loginID = "101";
    myComponent.addChild(loader);
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    finishedLoading);
    loader.load(request);
    private function finishedLoading(e:Event):void{
    //PROBLEM IN THE FOLLOWING LINE!!!!!!!
    addChild(myComponent);
    swfTimer = new Timer(10);
    swfTimer.addEventListener(TimerEvent.TIMER,sendData);
    swfTimer.start();
    private function sendData(e:Event):void{
    conn.addEventListener(StatusEvent.STATUS, onStatus);
    conn.send("myConnection", "lcHandler",
    myParameters.loginID);
    private function onStatus(event:StatusEvent):void {
    if (event.level=="status") {
    trace("LocalConnection connected");
    swfTimer.stop();
    }else if (event.level=="error"){
    trace("FAILED to connect")
    }

    "SiHoop" <[email protected]> wrote in
    message
    news:[email protected]...
    > If I try to convert as3 in an mxml file into a class
    file and create an
    > instance of the class, I am unable to add the instance
    to the display
    > list. The
    > original mxml file is at the bottom of the page. The
    modified mxml file
    > and its
    > associated class are below. The problem is that I cannot
    use
    > addChild(myComponent); So how to I add the UIComponent
    to the Display
    > list?
    >
    > <?xml version="1.0" encoding="utf-8"?>
    > <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    > layout="absolute"
    > creationComplete="init()">
    > <mx:Script>
    > <![CDATA[
    > import LoadSwf
    > private var myLoader:LoadSwf
    > public function init():void{
    > myLoader=new LoadSwf()
    > }
    > ]]>
    > </mx:Script>
    > </mx:Application>
    > Class:
    > package{
    > import flash.display.MovieClip;
    > import com.adobe.viewsource.ViewSource;
    > import flash.events.Event
    > import mx.core.UIComponent
    > import flash.display.Loader
    > import flash.events.TimerEvent;
    > import flash.events.StatusEvent
    > import flash.net.LocalConnection
    > import flash.net.URLRequest
    > import flash.net.URLVariables
    > import flash.utils.Timer;
    > public class LoadSwf{
    > private var request:URLRequest
    > private var loader:Loader = new Loader();
    > private var conn:LocalConnection = new
    LocalConnection();
    > private var myComponent:UIComponent=new UIComponent();
    > private var swfTimer:Timer;
    > private var myParameters:URLVariables ;
    > public function LoadSwf(){
    > request= new URLRequest("Login.swf");
    > myParameters= new URLVariables()
    > myParameters.loginID = "101";
    > myComponent.addChild(loader);
    >
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    > finishedLoading);
    > loader.load(request);
    > }
    > private function finishedLoading(e:Event):void{
    > //PROBLEM IN THE FOLLOWING LINE!!!!!!!
    > addChild(myComponent);
    You didn't add this component to the Application, so I
    wouldn't expect to
    see anything you add in this component in the Application.
    HTH;
    Amy

  • HT1222 How in the **** am I to get to the next email that I don't want to delete or put somewhere I can't see my email list on the left hand side??

    HHow in the **** am I supposed to read my next email when I don't want to put my previous one. Somewhere and why can't I see on the left hand side all my emails for viewing I don't want to receive some and delete ASAP but all I getting is a full view of the next one

    If you're talking about the built-in Mail on the ipad - you will always see the mailbox list in landscape view (ie turn your ipad sideways). In portrait view, you should be able to see the Inbox link at the top left of the screen if it's hidden.
    Matt

  • Why can't I see the message in my hotmail folders?

    When I click on one of my folders in hotmail, I get the message" No message selected" . But when I go to on my laptop to folders in hotmail, I can see my messages in the selected folder. Why can't I see them on my iPad. My daughter in-law has got iPad 2 and she can see her messages in her hotmail folders.
    Anneke.

    Try quitting the mail app completely and restart the iPad.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't work, reset your iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Why can't I see the keyframes in color over stroke?

    Why can't I see the keyframes in color over stroke? I am trying to adjust a heart beat monitor effect I created. I started with a bezier line and gave it a light streak #3 style. In the Color Over Stoke shape window I can click the arrows left and right to jump from KF to KF but they will not appear as editable points in the keyframe editor. I wonder if this is a bug?
    Thanks
    Wilson

    Here's what I did to see them
    -Added a line shape
    -Dropped Light Steak 3 style on the line layer in the layer list.
    -Selected the line and in the inspector, went to Shape>Stroke>Color over stroke.
    -Selected the first color tag in the gradient.
    -At the far right side of the color parameter, clicked the downward facing arrow and selected "Show in Keyframe Editor" option.
    The keyframes show up in the keyframe editor.  Repeat for each color or opacity tag as needed.

  • Why can't I see weather in the notification center on my iphone 5?

    Why can't I see weather in the notification center on my iphone 5? I have Todays Summary turned on and Accuweather app included in view. However, when I pull down my notification center, weather is not displayed. Location services is turned on for Accuweather.

    Thank you! That worked... I didn't even remember I had that app on the phone .

  • Itunes on my iPhone 5 only displays the artist list with the UP NEXT feature.  How can I change the UP NEXT feature on my iPhone 5 to display the next songs that are to be played on my play list?

    Itunes on my iPhone 5 only displays the artist list with the UP NEXT feature.  How can I change the UP NEXT feature on my iPhone 5 to display the next songs that are to be played on my play list?

    Hi Sarah,
    It sounds like the songs have either not yet synced over to the iPhone, or something went wrong when attempting to sync to the iPhone. My recommendation is to uncheck the "Sync Music" checkbox.
    Once you have done that, recheck the "Sync Music" checkbox, and apply the changes once more. This will instruct iTunes to completely remove all music from your iPhone, and then copy the files once more. If you have a large amount of music, this initial sync may take a while.
    If the above does not resolve your issue, see the following articles:
    iOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    Thanks,
    Matt M.

Maybe you are looking for