Comunidad de diseño web y desarrollo en internet online

Eliminar ComboBox

Citar            
MensajeEscrito el 24 Jun 2008 11:57 am
En lo que pusiste solo se ve el listener, no como lo creaste. Si lo hiciste via attachMovie, usa removeMovieClip y si lo hiciste via createObject, usa destroyObject

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 24 Jun 2008 01:10 pm
Lo copio y pego de la ayuda (en el diccionario de AS, UIObject class)

Código :

//Create textinput and button instances
this.createClassObject(mx.controls.TextInput, "my_ti", 1, {text:"Hello World"});
this.createClassObject(mx.controls.Button, "my_button", 2, {label:"My Button"});
//Shift button to be below text input
my_button.move(my_ti.left, Stage.height - my_ti.bottom);

//Create Listener Object for button click
var buttonListener:Object = new Object();
buttonListener.click = function(evt_obj:Object){
    destroyObject("my_ti");
}
//Add Listener
my_button.addEventListener("click", buttonListener); 


Try harder

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.