Are there any tools or suggestions to diagnose the problem further
and/or resolve it?

Sometimes my flex application fails to compile with the following message:

03/25 09:22:50 ERROR flex.compiler.HtmlOutputHandler: Results of
compiling ... /App.mxml
5 Errors found.
Error .../UserDetailWindow.mxml:53
Cyclical reference to class Chat. Two MXML Files cannot reference each
other as child tags

I understand the notion of a cyclical reference, but do not see it in
this case.  UserDetailWindow refers to Chat, but there is no apparent
connection from Chat back to UserDetailWindow.

I am able to get the program to run perfectly by commenting out the
line with the Chat component and visit the app to cause it to compile.
 Then I uncomment the line and the program works as expected.  It
seems that Flex incrementally compiles only the files that have
changed and this somehow bypasses the problem.  This workaround is OK
for development, but not for production.  Still it is a bit scary.

Any ideas?






 
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