FLEX: sequence of puppets... 3 requirements
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-11T16:26:37Z
Indexed on
2010/05/12
14:34 UTC
Read the original article
Hit count: 176
hi,
I'm implementing this sequence of puppets in flex: http://dl.dropbox.com/u/72686/itemsSequence.png
I want to show the caption when the mouse rolls over the puppet
I want the user being able to click on the buttons of the caption (so the caption doesn't have to disappear when I move the mouse out from the user over the caption).
I don't want the puppet component to become bigger when the caption is added (it becomes visible), because the puppets have to stay nearby each other, I cannot resize the objects.
So.. I need some guidelines to do it. More precisely:
1) Should I add the components in MXML or pure actionscript ?
2) If I use MXML, should I add also the caption to the flex model, and make it invisible and then change the value with actionscript ?
What's the common way to implement it ?
thanks
© Stack Overflow or respective owner