Hello flexcoders,

    I did not manage yet to use "Outline" view together with classes
  from mx.* package. "Outline" view in FB2 works fine only with my
  custom classes.

    Here are the steps to reproduce:
    --------------------------------
    1) Start Flex Builder 2 Standalone
    2) Press "Window"> "Outline" to make sure that "Outline" view is
    visible
    3) Create simple custom ActionScript class like:
-----------------
package
{
        import mx.containers.VBox;
        
        public class MyText extends VBox
        {
                public function MyText() {      
                }                       
        }
}
-----------------
      4) Notice that outline view works fine with "MyText" class
      5) Now press CTRL + Click ( or F3) on VBox class name to open
      VBox class definition in a separate window
      6) Notice that "Outline" view does not work for VBox class

-- 
Best regards,
 Andriy                          mailto:[EMAIL PROTECTED]



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to