Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Disabling a Text Input created through the TEXT TOOL?

Explorer ,
Dec 23, 2008 Dec 23, 2008


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.
TOPICS
ActionScript
513
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 23, 2008 Dec 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.
Translate
Community Expert ,
Dec 23, 2008 Dec 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 23, 2008 Dec 23, 2008
Hi Kglad,

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

Regards,
Roshan
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 23, 2008 Dec 23, 2008
LATEST
you're welcome.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines