WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Change 2D text? (https://forum.worldviz.com/showthread.php?t=4393)

Batigol 10-22-2012 12:18 AM

Change 2D text?
 
1 Attachment(s)
When I click a cell, a list of number will appear on the left.
After click on a number on the left it will update to cell.
It will also caculate the total value of each column or each cell.
I could do that now. But the way to do very not so good
I have to remove the text (value of row or column) and add new one.
In other game engine, I could change the text value.
How could I do that in Vizard?
http://forum.worldviz.com/attachment...1&d=1350890135

farshizzo 10-22-2012 03:14 PM

You can use the node.message to dynamically change the text value.
Code:

c2.message('new value')
I'd recommend reading through the documentation, especially the Text node basics section.

Batigol 10-22-2012 07:36 PM

Thanks farshizzo


All times are GMT -7. The time now is 03:56 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC