Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Dronius #1
How to disable copy/past (selectable='disable') fromTextArea
How to disable copy/past and text selection ability from TextArea?
<mx:Text has a nice selectable='false' propertie, but TextAre hasn't. Very, very strange.
Dronius Guest
-
Disable swf
It sounds to me as though you've loaded a movie into level2. If that's the case then in the frame where you want to get rid of the movie (frame 2... -
Disable ESC key?
I have a problem. When I create a projector in Director, the ESC key automatically and immediately exits the game. I solved this problem with the... -
Slow Text Import / Copy and Past in Freehand MX Mac
populationman wrote: Yes, I've seen that. It seems that FHMX can't interpret the word-processing code. This method works for me. Highlight... -
How to disable F8...
You don't want to do that... If there are problems, you can't run safe mode anymore. If problems like this occur, then you need to reinstall... -
Disable help key ?
In article <SaltyJack-41D36F.16252820062003@news.mpls.visi.com>, SaltyJack <SaltyJack@nospam.com> wrote: } I finally upgraded my OS X to the... -
ntsiii #2
Re: How to disable copy/past (selectable='disable') fromTextArea
Would enabled="false" work for you?
Why not use mx:Text?
Tracy
ntsiii Guest
-
Dronius #3
Re: How to disable copy/past (selectable='disable') fromTextArea
Thanx Tracy, but...
yeah, enabled="false" - blocks ALL user input: insert text capability,
copy/past capability etc AND... ScrollBars, ohhh Lord!!!!
I need "textComponet" with scrollBars, with borders, with multiline, with
wordWrap, with html support and WITHOUT insert/copy/past capability.
Text does not support scrollBars - it's important for me.
Dronius Guest
-
bdeen #4
Re: How to disable copy/past (selectable='disable') fromTextArea
That's easy
<mx:TextArea id='myTextArea' initialize='myTextArea.label.selectable=false'/>
-Bruce
bdeen Guest
-
Dronius #5
Re: How to disable copy/past (selectable='disable') fromTextArea
Wow! Great! It works!
but i don't understand how :) there is no 'label' propertie in TextArea
component in official docs.
where did you find it?? may be in some secret documents?? :) i guess some
people got the MagicSecretFULLtFlexDocumentation :) :) :)
Dronius Guest
-
bdeen #6
Re: How to disable copy/past (selectable='disable') fromTextArea
I wish i could say I was all knowing, but all I did was go to your install
directory for Flex 1.5, go to resources open up FlexforFlash.zip and go into
the Flex classes and work your way down to where the TextARea should be.
Some things aren't there due to the fact that they are just a different
configuration of what they extend, so sometimes you have to work your way up
the inheritance tree. -Bruce
bdeen Guest



Reply With Quote

