Closed xupea closed 10 years ago
Not sure, @darscan you got an idea?
Hi! Could you provide some more info?
Robotlegs 1 or 2? Flex SDK version? Any other details?
robotlegs2 flex sdk 4.6, the code is simple:
and then you map CostomComp to its mediator, you will find that the initialize method run more than once, only if the CostumComp's width is bigger than its parent (VBox)
"
now I set clipContent = false, that solved the problem
Might be related to: #161
Hello,
This should be fixed in RL v2.2.0.
I hava a HDividedBox container, two vbox in it, i map the left of vbox to the mediator, if i resize the left, the initialize and destroy method in mediator will run once(only once), is this mormal or not? and it bothers me a lot.