Skip to main content
Known Participant
December 23, 2008
Answered

Disabling a Text Input created through the TEXT TOOL?

  • December 23, 2008
  • 2 replies
  • 543 views


Hi There,

I have created a text input area. I havent used the flash text components. I used the TEXT TOOL. In the properties I set it to "input" type so that i could input data. All the features works fine except one. I have to disable the text area when user clicks a button. I dint get any help from the flash help.

The main objective is that the text input area shouldnt take input from the user when the button is ON, once the button is off, the cursor should be at the point where the user left and he can type thru.

Is this possible? I have achieved this functionality using the textarea component of Flash, but not using the input text area created using the TEXT TOOL.

Can anyone help me.
This topic has been closed for replies.
Correct answer kglad
use the type property of textfields to change your textfield to "dynamic "when you want to disable input and assign it to "input" when you want to enable input.

2 replies

kglad
Community Expert
Community Expert
December 24, 2008
you're welcome.
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
December 23, 2008
use the type property of textfields to change your textfield to "dynamic "when you want to disable input and assign it to "input" when you want to enable input.
3dnirvanaAuthor
Known Participant
December 24, 2008
Hi Kglad,

You are always to the rescue! Thanks a lot Sir. It worked. have a great time.

Regards,
Roshan