#1
|
|||
|
|||
Vizmenu slider bug?
When I click and hold on the tick mark in a vizmenu slider to slide it, I need to move beyond the right side of the slider to move the tick mark to the right side of the slider.
I think the tick position is computed with the origin incorrectly on the right side of the slider, rather than in the center of the slider. Code:
import viz viz.go() #Create main menu object import vizmenu menu = vizmenu.add() Ball1Menu = menu.add( 'Ball 1' ) #Add another sub-menu to the Ball1 menu for a slider. Ball1SizeSlider = Ball1Menu.add( viz.SLIDER, 'Size' )
__________________
Paul Elliott WorldViz LLC |
#2
|
|||
|
|||
Looks like a bug, will be fixed in the next release. You can use a progress bar object in the meantime.
|
#3
|
|||
|
|||
Progress bars are cool. Good idea.
__________________
Paul Elliott WorldViz LLC |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
heya everybody, just a quick one | fc2008 | Vizard | 4 | 07-17-2008 05:52 AM |
Blending/Fading 5 Textures with a Slider | south_bank | Vizard | 2 | 05-15-2008 08:59 AM |
Question regarding GUI sliders | dan12345 | Vizard | 7 | 03-19-2008 12:47 PM |
VizMenu aspect | Jerry | Vizard | 1 | 07-09-2007 11:59 AM |
Mouse and Viz.Input | bjgold | Vizard | 4 | 04-20-2007 02:21 PM |