Right click in field for menu
Klaus major-k
klaus at major-k.de
Wed Jun 1 14:40:41 EDT 2022
Hi Peter,
> Am 01.06.2022 um 20:34 schrieb Peter Bogdanoff via use-livecode <use-livecode at lists.runrev.com>:
>
> Hi,
>
> I’m wanting to implement a right click (button 3) in an unlocked desktop field to show a pop up menu.
> How would I do this?
on mousedown tNumber
## mousebutton 3 = right-click
if tNumber = 3 then
popup btn "your popup here..." at the mouseloc
end if
end mousedown
> Is the menu that would show Livecode, or from the OS?
That will popup a LC popup menu button.
> Thanks,
>
> Peter Bogdanoff
Best
Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
klaus at major-k.de
More information about the use-livecode
mailing list