| View previous topic :: View next topic |
| Author |
Message |
wezel Freshman
Joined: 09 Oct 2003 Posts: 30
|
Posted: Dec 30th, 2003 07:13 PM Post subject: Menu |
|
|
Hi,
I want to make a popupmenu that shows when I right click a label.
I made a menu with the menu editor and then used function popupmenu(name)
The thing is, I only need the menu when I right click on a label, now it's visible next to 'File' etc... and when i try to uncheck 'visible' in the menu editor it says at least 1 submenu must be visible...
Any ideas on how to solve this?
Thanx at advance _________________ Real Programmers don't comment their code - it's hard to write, it should be hard to read |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 30th, 2003 07:44 PM Post subject: |
|
|
Don't make the submenu invisible, make the main menu invisible. For example, if you have : File and submenu : Exit don't make exit invisible, make file.
I think I understood you wrong... _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
wezel Freshman
Joined: 09 Oct 2003 Posts: 30
|
Posted: Dec 30th, 2003 07:48 PM Post subject: |
|
|
Thanx !
I tried that before but I thought it was still visible (silly me)
Thanx mate! _________________ Real Programmers don't comment their code - it's hard to write, it should be hard to read |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 30th, 2003 07:50 PM Post subject: |
|
|
Oh! That was it? And I thought I got confused and would confuse you... Oh well. You're welcome  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|