inserting accented characters
Manuel Companys
mcompanys at mac.com
Fri Dec 6 06:48:01 EST 2002
Le 6/12/02 8:12, Signe Marie Sanne <signe.sanne at roman.uib.no> a crit:
>> field should
>> receive the character - I take it if the user has clicked in a field that
>> this
>> can direct the output of the palette button.
Sure i have done this with hyperCard, for exemple
On mouseUp -- a handler in the card
Global whichfield
if the target contains "fld"
Then
Put short name of the target into whichfield
Else
if whichfld "" -- is not empty
then do "put short name of the target after fld" && whichfield
End mouseUp
More information about the use-livecode
mailing list