Le 6/12/02 8:12, ��Signe Marie Sanne�� <[EMAIL PROTECTED]> 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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to