Re: [flexcoders] TextSnapshot not working in Flex 2

2006-07-25 Thread JesterXL
] TextSnapshot not working in Flex 2 Thats OK but then how do I have static text in Flex? Also, is there any other way to find X and Y co ordinates for a specific character in TextArea? Thanx in advance, Jignesh SatraJesterXL [EMAIL PROTECTED] wrote: TextSnapshot is only for static text

Re: [flexcoders] TextSnapshot not working in Flex 2

2006-07-24 Thread Jignesh Satra
Thats OK but then how do I have static text in Flex?Also, is there any other way to find X and Y co ordinates for a specific character in TextArea?Thanx in advance, Jignesh SatraJesterXL [EMAIL PROTECTED] wrote: TextSnapshot is only for static text, not dynamic or input.-

[flexcoders] TextSnapshot not working in Flex 2

2006-07-21 Thread satrajignesh
Hi there, I have a TextArea which gets dynamically populated with text received from Server. At the client on some specific event I need to retrieve X and Y co ordinates of some text. There is property in TextArea called textSnapshot, but whenever I try to get it the character count is always

Re: [flexcoders] TextSnapshot not working in Flex 2

2006-07-21 Thread JesterXL
TextSnapshot is only for static text, not dynamic or input. - Original Message - From: satrajignesh [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, July 21, 2006 1:23 AM Subject: [flexcoders] TextSnapshot not working in Flex 2 Hi there, I have a TextArea which gets