Lors d’un ITEMRENDERER, j’utilise l’évènement creationComplete.
Assez curieusement, cet évènement est appelé 2 fois.
Alert.show(”creation Completed”+this.name);
Lors du deuxième appel, l”évènement retourne comme nom hiddenItem
Afin d’éviter une double initialisation et une double création d’objets, un simple test suffit:
if (this.name==”hiddenItem”) return;
A quoi peut bien correspondre ce hiddenItem ?
commentaires récenets