Going through several learning FLEX examples provided both in the FLEX
Builder Help  docs and on the Adobe/FLEX web site.  The simple
examples work fine but more advanced examples are buggy.  For example:

- Custom Control (LoginBox.mxml) example from the FB app
  After adding the control into the parent Main.mxml file, I get a
unspecified RT error:

  "Errors exist in the required projects(s): Lessons
   Continue Launch?"

As expected the output html wrapper file doesnt get created properly -
only displays the parent UI not the embedded custom control.

Question: Is the compilation and/or runtime output file so I tell what
the error is?
  

Also, when testing out the FLEX Builder Eclipse plug-in.  Adding a
package to my ActionScript file caused compile errors.  The parent
mxml file could find the as file(s).  To get things to compile I had
to remove the package statements and relocate all the as file into the
  root folder where the mxml file live.

Question: what is the correct syntax in the mx:Application tag to
define the path to your custom ActionScript classes?

Thanks     






--
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/

<*> 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