Inserting unicodeText into a unicode string? #2

Richmond richmondmathewson at gmail.com
Sun Aug 29 10:19:08 EDT 2010


  On 8/29/10 4:43 PM, Peter Brigham MD wrote:
> Mouseup won't get sent if the field is unlocked. Use the 
> selectionchanged message to trigger your handlers.
>
> -- Peter
>
'Tis true; but I am inserting chars via a series of virtual buttons 
rather than attempting to type directly into the field;

so my

on mouseUp
     set the useUnicode to true
     set the unicodeText of the selectedText to numToChar(50000)
end mouseUp

will, ultimately, be part of a series of scripts underlying 
images-serving-as-buttons, rather than in the
scroit of the textField itself.



More information about the use-livecode mailing list