flex - clear the text field or destroy the object -


I have a text field, which holds the session value. Now that I do the logout operation .. Text field clearing does not work ...

  sessionHold.text = "";  

The above code does not work, it does not clear the session value in the field.

  appSes = event.result as array var vinoth: string = string (appSes [0]); Alert.show (vinoth); SessionHold.text = appSes [1];  

Now I am a bit confused ....

Why do not you have to hold session ID inside a text field and not inside the string variable ?!


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -