I done this action : There is a dynamic textfield (var2), a button (erase_btn)
I want to erase a text, with the onPress action, it doesn¹t
erase_btn.onPress = function() {
this.var2.text = "";
};
And it doesnt work, have U got an idea ?
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

