popup in field
John Cuccio
jcuccio at pacbell.net
Fri Feb 1 20:57:01 EST 2002
To interacts with a locked field. I do this.
I put a menu button on the card. Put the menu stuff in the button. Script
the button. In your field, Lock text put this handler into the field script.
on mouseup
popup btn "b1" -- the name of the button you want to show.
end mouseup
Then the menu from the button will show under the line you clicked in the
field.
I think this is what you want to do.
John Cuccio
More information about the use-livecode
mailing list