4/4/2011 11:04:24 PM
Title:
Related With textinput in flex
Hello
I am new to flex.
I am working on text input now,
The task is i am having a textinput in which there is data more than its length. and I make it "editable= false" so that no change happen to this. now due to editable property i am able to c data and when i move data by arrow keys its also goin forward and backward but I am unable to c mouse cursor in that textinput
How Can I see at which point is my mouse cursor though it is editable false????
Please Help
This is the bug i need to solve
Thanks in advance
4/5/2011 12:45:10 AM
cursor wont be visible in non editable textbox . You should rather use some other alternative like saving the text in a variable when you want it to be non editable and then on change of textbox set the value of variable to textbox in this way the user can see the cursor but wont be able to change it