Search found 6 matches
- Thu Nov 28, 2013 12:59 pm
- Forum: Developers
- Topic: Plugin Menus
- Replies: 8
- Views: 6382
Re: Plugin Menus
Thank you so much for your help. I have successfully added a few custom options to the JPopupMenu using the method you described in your last post.
- Thu Nov 14, 2013 2:07 pm
- Forum: Developers
- Topic: Plugin Menus
- Replies: 8
- Views: 6382
Re: Plugin Menus
<t>I am still confused on how (without changing the source code) I am to access the current popupmenu with a plugin. The code that you linked me to had no @override get call for the popup menu (it has a set). I want to pull the current menu and concatenate onto the end some of my own options so i ...
- Tue Nov 12, 2013 6:25 pm
- Forum: Developers
- Topic: Plugin Menus
- Replies: 8
- Views: 6382
Re: Plugin Menus
I'm guessing that the planController gets filled upon a click event so I was wondering how I might add to the plancontroller popup menu without creating a new list.
- Tue Nov 12, 2013 6:23 pm
- Forum: Developers
- Topic: Plugin Menus
- Replies: 8
- Views: 6382
Re: Plugin Menus
BUMP
- Wed Oct 23, 2013 1:21 pm
- Forum: Developers
- Topic: Plugin Menus
- Replies: 8
- Views: 6382
Re: Plugin Menus
Thank you so much for your reply. The process you described seems to work but I can only get the menu to appear in the 3D model of the house. When I change getHomeController3D() to getPlanController() a JPopupMenu does not get returned.
- Tue Oct 15, 2013 6:49 pm
- Forum: Developers
- Topic: Plugin Menus
- Replies: 8
- Views: 6382
Plugin Menus
Is it possible to create plugin functions that appear in the 'right click' menu instead of the main menu at the top? If it is not possible then that is fine and I can work around that but it would make for a friendlier user interface.