Just FYI. You can check it out here. http://yellowbadger.com/index.cfm?p=12
simeon
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
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
- Re: [flexcoders] "Outline" view in FB2 does not... Simeon Bateman
- Re: [flexcoders] "Outline" view in FB2 doe... Tom Chiverton
- Re: [flexcoders] "Outline" view in FB2... Tom Chiverton
- Re: [flexcoders] "Outline" view in... Michael Schmalle
Reply via email to

