ResizeEvent Looping?
Posted
by user309235
on Stack Overflow
See other posts from Stack Overflow
or by user309235
Published on 2010-04-05T14:05:23Z
Indexed on
2010/04/05
14:13 UTC
Read the original article
Hit count: 165
actionscript-3
|flex
Hello all,
I am having an issue with an actionscript event that I am firing every time a flex componenet resizes. In the event, I am altering the height of the component (adding a bit of a buffer), which causes the event to loop in upon itself and continually add height to the component.
Is there an elegant way to have this event only fire once?
© Stack Overflow or respective owner