View Single Post
  #2  
Old 06-02-2015, 04:00 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The vizinfo.InfoPanel uses a vizdlg.GridPanel to display information.

Perhaps you could write a function to split the text into strings of a specific length. If you need additional flexibility with GUIs, you might look into Python add-ons such as wxPython or Tkinter. These can be used with Vizard.
Reply With Quote