Hi, Can someone tell me what I need to do to work on a plug in for Flex Builder?
I went to Eclipse > Help > Help Contents > Adobe Flex Builder 3 Extensibility > Adobe Flex Builder 3 Extensibility API Reference > Design Model Introduction and found an example called "DesignModelExamples.java" that I'd like to get working but I get a lot of errors on it. CMFactory cannot be resolved SampleView.java PlugInTest1/src/plugintest1/views line 252 Java Problem IMXMLModel cannot be resolved to a type SampleView.java PlugInTest1/src/plugintest1/views line 245 Java Problem MXMLEditor cannot be resolved to a type SampleView.java PlugInTest1/src/plugintest1/views line 245 Java Problem MXMLEditorActivationListener cannot be resolved to a type SampleView.java PlugInTest1/src/plugintest1/views line 211 Java Problem The import zorn cannot be resolved SampleView.java PlugInTest1/src/plugintest1/views line 21 Java Problem zorn cannot be resolved to a type SampleView.java PlugInTest1/src/plugintest1/views line 251 Java Problem I know my project probably isn't including the right classes (which are the right ones?) but I think that the classes in the example are outdated. import zorn.codemodel.common.CMFactory; import zorn.editors.mxml.MXMLEditor; import zorn.editors.mxml.views.MXMLEditorActivationListener; import zorn.mxmlmodel.IMXMLModel; Notice the imports says "zorn". There aren't any zorn classes any more. I really don't know how to setup the project at all. I found an example online that was outdated but that's about it. I can read the Java code and can take it from there if someone helps me get the basic project setup. fyi, the plugin i want will be a view that shows all the attributes of the selected component. see attached, dorkie dork from dorktown
<<attachment: UsedPropertiesView.png>>

