RE: [flexcoders] Re: Change the caret in TextArea

2009-11-30 Thread Gordon Smith
can override. If you're unlikely, you might need to monkey-patch TLF. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Tuesday, November 24, 2009 5:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Change the caret in TextArea

[flexcoders] Re: Change the caret in TextArea

2009-11-24 Thread valdhor
I do not believe you can inside Flex. If someone else knows differently, please chime in. You should be able to create a custom component with a timer and keyboard event listeners to simulate what you want. This blog post might be a good starting point:

[flexcoders] Re: Change the caret in TextArea

2009-11-23 Thread valdhor
These links should help... http://www.switchonthecode.com/tutorials/flex-custom-cursor-tutorial http://blog.flexexamples.com/2007/09/10/changing-the-cursor-in-a-flex-application-using-the-cursormanager-class/