View Single Post
  #2  
Old 02-11-2014, 04:05 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Thanks for the vizinfo and vizmenu feedback.

1. How would you like to modify the panel at it's creation? Perhaps you can get the underlying panel using InfoPanel.getPanel() and call one of its methods.

8. Take a look at our vizpopup documentation for an example of windows style pop-up menu.

In case its useful, there are other GUI libraries (e.g PyQt, wxPython) available as python add-ons. Installation and basic examples are provided in the our Knowledge Base Addons section.
Reply With Quote