WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Can I change the text size of slider object? (https://forum.worldviz.com/showthread.php?t=3894)

jincheker 08-26-2011 08:55 AM

Can I change the text size of slider object?
 
Hi, everyone
I have code like this:
Code:

linkChangeBox = vizinfo.add('',textsize=0.6)
link_Slider1_min = linkChangeBox.add(viz.SLIDER, 'Link 1 Min')

Can I change the text size of slider, which is ' 'Link 1 Min''

Also, since linkChangeBox contains all the sliders, can I do something to change the size of all the objects which are in it?

Thanks

Jeff 08-26-2011 11:20 AM

You can use the .scale command to scale the entire box and contents.


All times are GMT -7. The time now is 10:52 AM.

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