Simple question - Top menu bar?
-
On 13/03/2017 at 15:56, xxxxxxxx wrote:
Hi All,
For my command data plugin I like to add a help tab on the top of the plugin, see image below.
How to you call this and where to find it in the python documentation?
Also small example is always welcomeThanks
-
On 14/03/2017 at 02:01, xxxxxxxx wrote:
Here you got a simple exemple with normal text using MenuSubBegin and for button or any custom UI element using GroupBeginInMenuLine.
https://developers.maxon.net/forum/topic/5646/5677_tips-and-tricks-reading-the-sdk&PID=23592#23592 -
On 14/03/2017 at 02:16, xxxxxxxx wrote:
This is perfect!:)
Thank you so much!
-
On 14/03/2017 at 06:02, xxxxxxxx wrote:
Hi,
I just want to add some additional links for future readers.
The Py-MemoryViewer example demonstrates another option, disabling the menubar and replacing it with your own group.
In C++ docs there's a GeDialog manual, which might be an interesting read for Python developers, too. -
On 14/03/2017 at 08:09, xxxxxxxx wrote:
Really interesting!
Definitely going to look into this!