selection is not selected

2005-08-05 Thread Muaadh salih
I have the following code which emulate double clicking into an unlocked field and thus selection the chunk under the clicked mouse: set the locktext of me to false click at the mouseloc click at the mouseloc --- the above should emulate the mouse click and select whatever under it. but it

Re: selection is not selected

2005-08-05 Thread Ken Ray
On 8/5/05 1:37 PM, Muaadh salih [EMAIL PROTECTED] wrote: The idea of unlocking a field , selecting text and locking it is to avoid problems caused by the is the way the Revolution engine is storing the internal string representation and how this is displayed by the OS. Can you elaborate?

RE: selection is not selected

2005-08-05 Thread Lynch, Jonathan
Couldn't he just use: On Mousedown If the mousechunk empty then Select the mousechunk End mousedown -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray Sent: Friday, August 05, 2005 6:02 PM To: Use Revolution List Subject: Re: selection