I have a custom AS component called "CollapsablePanel" that extends Panel.
Now when I try to use it like this:
<ui:CollapsablePanel ...>
<mx:states>
...
</mx:states>
</ui:CollapsablePanel>
I get the following compile error:
Could not resolve <mx:states> to a component implementation.
As soon as I replace "ui:CollapsablePanel" with "mx:Panel", everything
works fine. What's going wrong?
Regards
pnw_s
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
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.

