PopupMenu

Post your Gambas programming questions here.
Post Reply
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

PopupMenu

Post by cogier »

Does anybody know how to stop a PopupMenu from showing? I will want to 'Turn it on' and 'Turn it off' in code. I am working on an analogue clock with a nerd load of customisations which is nearing completion. The clock has a right click PopupMenu that I want to disable while the 'Options' form is open. The latest code is attached.

Image
Analogue_clock-0.1.1.tar.gz
(83.61 KiB) Downloaded 196 times
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: PopupMenu

Post by cogier »

OK I have sorted it. Just set it to an empty string and all is well. I was looking at the wrong thing again!! :(
Post Reply