![]() |
#2
|
|||
|
|||
Hi,
As Vizard is Python based, you actually can use Python's function to convert your variable to a string and show it in a text box or dialogue box. Please try this simple sample: Code:
import viz viz.go() a = 10 b = 3 box = viz.addTextbox() box.setPosition(.5,.5) box.message(str(a + b)) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unexpected Change of Window Size | javadi | Vizard | 7 | 07-23-2013 02:56 PM |
Main window size larger than monitor | dpamplona | Vizard | 2 | 01-25-2012 01:55 PM |
After update to 4.01.0036: exe fails to initialize graphics window | Huib | Vizard | 1 | 06-27-2011 05:02 PM |
display the position and euler coords of the main view | Josh | Vizard | 1 | 03-22-2010 10:48 AM |
Viewpoints outside the main window | sjroorda | Vizard | 7 | 11-03-2005 06:11 AM |