1
Je suis en train d'ajouter un objet de liste à l'étape dynamique, mais je reçois toujours une erreur quand une certaine ligne est appelée:AS3 liste des questions
input.addItem({label:"test",data:"test"});
Erreur lancée lors de l'exécution:
TypeError: Error #2007: Parameter child must be non-null.
at flash.display::DisplayObjectContainer/addChildAt()
at fl.controls::BaseButton/fl.controls:BaseButton::drawBackground()
at fl.controls::LabelButton/fl.controls:LabelButton::draw()
at fl.core::UIComponent/drawNow()
at fl.controls::List/fl.controls:List::drawList()
at fl.controls::List/fl.controls:List::draw()
at fl.core::UIComponent/fl.core:UIComponent::callLaterDispatcher()
TypeError: Error #2007: Parameter child must be non-null.
at flash.display::DisplayObjectContainer/addChildAt()
at fl.controls::BaseButton/fl.controls:BaseButton::drawBackground()
at fl.controls::LabelButton/fl.controls:LabelButton::draw()
at fl.core::UIComponent/fl.core:UIComponent::callLaterDispatcher()
Quelqu'un a des idées pour résoudre ce problème? Merci de votre aide.
Toujours brisé ... quelqu'un a une idée? – Cyclone
est-ce le premier élément ajouté à la liste? – Amarghosh
pouvez-vous montrer un peu plus de code? – bhups