I do come here for the following reason.
I thought it was a good idea to save fixed data within a menupick button using customKeys. However i cannot seem to get it working .
The code does not give me errors but also i do not get anything in field "TextField" . The target field "TextField" is made empty
So here is the simple code for test. What do i do wrong ?
Code: Select all
on menuPick itemPicked
switch itemPicked
case "1st Text"
put the customKeys["1st Text"] of me into fld "TextField"
break
end switch
end menuPick
Paul
