0
Explorer
,
/t5/animate-discussions/disabling-a-text-input-created-through-the-text-tool/td-p/65642
Dec 23, 2008
Dec 23, 2008
Copy link to clipboard
Copied

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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
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.
Community Expert
,
/t5/animate-discussions/disabling-a-text-input-created-through-the-text-tool/m-p/65643#M242325
Dec 23, 2008
Dec 23, 2008
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
3dnirvana
AUTHOR
Explorer
,
/t5/animate-discussions/disabling-a-text-input-created-through-the-text-tool/m-p/65644#M242326
Dec 23, 2008
Dec 23, 2008
Copy link to clipboard
Copied
Hi Kglad,
You are always to the rescue! Thanks a lot Sir. It worked. have a great time.
Regards,
Roshan
You are always to the rescue! Thanks a lot Sir. It worked. have a great time.
Regards,
Roshan
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/disabling-a-text-input-created-through-the-text-tool/m-p/65645#M242327
Dec 23, 2008
Dec 23, 2008
Copy link to clipboard
Copied
you're welcome.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

