Hi,
I am trying to use the Cairngorm framework and following this tutorial, but I get 1 error and 1 warning that prevent things from working
http://weblogs.macromedia.com/auhlmann/ - Link to tutorial for those who may be looking.
This is just a warning in Flexbuilder so it might not be a big deal:
Design mode: Error creating item LoginPanel in parent ViewStack "appView". Please choose Design > Refresh to refresh design mode. Login.mxml
The "other error" that causes things to break is:
'login': identifier and class may not have the same name. Login line 47 July 17, 2006. It points to this line of code:
<view:LoginPanel id="login" login="{ model.login }"/> It seems to be some name clashing due to perhaps a class being named the same as the id attribute of the above. I am using this code right out of the box.
Anyone have any suggestions or possibilities. I tried renaming the 'id' to something else, but it seems to require that Id as I got tons of other errors in other files that seem to be looking for a specific value of 'login' for the id attribute when I renmaed it.
Thanks,
Malik
__._,_.___
--
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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

