There should be errors showing up in the Problems pane down on the
bottom.

The classpath of an MXML application includes the directory where the
application is (so AS classes in subdirectories need to be in packages)
and anything else that's in the library path as specified in the project
dialogs.  You get access to those subpackages by doing import
statements.

If you have MXML components in the subfolders you need to use a
namespace to get access to it, xmlns:prefix="subdir1.subdir2.*"

Matt

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of phatboychatter
Sent: Thursday, March 09, 2006 12:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FLEX Builder 2 Beta 1 - compiler bug

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



 




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