PDA

View Full Version : How to display Mathmatical expressions?


renama
06-23-2010, 06:14 PM
We are developing a mathmatic tutorial software with Vizard for college students. We have the difficulty to display mathmatical expressions like integral, fraction. Can vizard insert Math editing like microsoft word ?
This function is critical to us. We would appreciate it if anyone can help.

farshizzo
06-24-2010, 12:40 PM
There is no built-in support for displaying mathematical expressions. You will need to manually position/align the text objects to create the expressions. Depending on the nature of your script, it might be easier to save the expressions in html and use the viz.window.displayHTML command.