PDA

View Full Version : Can I change the text size of slider object?


jincheker
08-26-2011, 08:55 AM
Hi, everyone
I have code like this:

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 <vizinfo>.scale command to scale the entire box and contents.