Hello,
ComboBox-Instances are not removed instantly, because they use the
onUnload-Event, which takes one frame to be executet. (see ComboBox.as
line 661)
You can either fix this by modifing the Component or MonkeyPatching it,
or you can wait one frame between the first form step, and the second one.
Janosch
Patrick Matte schrieb:
Hi, I am building a 2-step form with flash 8 components. For the first step,
I¹m attaching a MovieClip which has a few instances on stage of TextInput,
ComboBox, RadioButton and CheckBox.
For the second step, I remove the step 1 movieclip using removeMovieClip and
replace it with a second movieclip which has only TextInputs. Everything
looks normal except that the text inside won¹t show up.
The problem seems to come from the RadioButton and ComboBox from Step 1
because the step 2 TextInputs show up nicely if I delete them.
Is there an issue with the TextInput component used with RadioButton or
ComboBox?
Anybody ever went through a similar problem ? Any idea welcome.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com