setting the height of a sprite container makes it's children disappear
5 views
Skip to first unread message
eric
unread,
Oct 11, 2008, 2:29:50 PM10/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ActionScript User Interface Development
I'm new to ActionScript development.
I have a Sprite container with a child MovieClip and two children
TextFields (the container and children make an item in a playlist that
has a play button, name and dialog).
When I set the height of the Sprite container the children (MovieClip
and TextFields) disappear. The TextFields are using
TextFieldAutoSize.LEFT.
Evgenios Skitsanos
unread,
Oct 11, 2008, 4:46:23 PM10/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to as...@googlegroups.com
Eric, posting a source code fragment sometimes says more than words, from what i see at this point, most probably you are missing handler for resize event. have a look, maybe it will help you.