TextInput to Label when editable is false
By Gerben Robijn on Jul 4, 2008 in Actionscript 3, Featured, Flex, Tutorial | comments(6)
Well the title of this post says it all. I came across a lot of situations which required that some fields should be possible to edit for a certain group of users and some users of cource didn’t have these rights.
A textinput has a property editable but when I set this to false it still shows you the textinput box which I think looks like it’s still editable and doesn’t give the user the right feedback untill he tries to edit it which sounds kinda frustrating to me.
Continued






