Ken 
I have just applied the following 

 on mouseUp
set the traversalOn of field tp to true
  do "select" && the clickChunk
  put the selectedText into myWord
  select empty
  put myWord after field "btm"
  put uniEncode(space,"UTF8") after fld "btm"

End MouseUp


Again it gives back to front choice . i.e you click at the first word to get 
the last one ......
  

What runrev said is shows a structural problem for non-Roman script  fonts 
(languages)in Rev.! 
The white flag is up ang high !!


-----Original Messag


e-----
From: Ken Ray <[EMAIL PROTECTED]>
To: Use Revolution List <use-revolution@lists.runrev.com>
Date: Sun, 07 Aug 2005 13:44:37 -0500
Subject: Re: selection case

On 8/7/05 8:35 AM, "Muaadh Salih" <[EMAIL PROTECTED]> wrote:

> Many thanks to Ken  with his solution. Again it does not work as long as you
> click on a locked stack.

What do you mean by a "locked stack"? Do you mean password-protected? Or did
you mean locked *field*? If so, you can set the traversalOn to true and the
lockText to false and it will work. You *don't* need to unlock the field.

If you would like me to send you a stack that shows how this works, let me
know... but I think the problem is that normally when you set the lockText
of the field to TRUE, Rev automatically sets the traversalOn to FALSE. You
have to manually set the traversalOn to TRUE for this to work.


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to