-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MXML Components Explorer #15
Comments
Would you want help with this? |
Sure! That would save me some time. |
Maybe if you got it started so I can see how you want it structured, then I could start working on each Screen and do a pull request? |
Yeah, that seems like a good idea. I'll try to get it started in the next week. |
I'm using it pretty extensively in my apps now(ported most view AS to MXML), so giving it a good test. :) |
Great! Sounds like things are pretty stable then. |
Knock on wood I have only had one problem and that was creating a subclass of LayoutGroup IE VGroup, then trying to use the VGroup as a base class in MXML. The compiler barfed and said the my MXML needed to be a subclass of starling.events.EventDispatcher, which is was. I need to file that bug in this repo actually. |
That sounds like a bug that I fixed in this commit: bd8049c Did you update to the stable build of 2.2.0? |
AH! Actually, I just did today ironically. So I will try it again and let you know. |
Yes, seems to be fixed, right on! |
HI Josh, I think this is related to a component explorer. Would you be able to provide an example of how to use the drawer component in MXML? thanks |
You can use
The topDrawer, rightDrawer, bottomDrawer, and leftDrawer properties let you set the drawers on each side. I made the content property the default property for MXML, so you you don't need to actually type out
|
awesome, thanks for the help. |
No description provided.
The text was updated successfully, but these errors were encountered: