inserting accented characters

Dan Friedman dan at clearvisiontech.com
Fri Dec 6 06:58:01 EST 2002


> I would like to make it as easy for users to insert accented characters.

I had this same problem...  I just put a little popup menu next to the field
(you could also put it in the menubar) that displays the special characters:





-




-




-




-




-



Then I use this script in the button:

on menuPick theItem
  put the id of the selectedField into tFieldID
  put word 4 of the selectedChunk into tChunk
  put theItem after char tChunk of field id tFieldID
end menuPick


Hope this helps...

Dan



More information about the use-livecode mailing list