On Mar 27, 2011, at 12:24 PM, Richmond wrote:

> on mouseUp
>   set th useUnicode to true
>   set the useUnicodeText of the selectedText to numToChar(65288)
>   select after the selectedText
> end mouseUp


Is it possible you're doing it in a too complicated way? Here's my script, 
which also leaves the insertion point where the text used to be:

on mouseUp
   set the unicodeText of the selectedText to numToChar(65288)
end mouseUp

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

Reply via email to