ResizeEvent Looping?
- by user309235
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?