View Single Post
  #1  
Old 10-21-2008, 06:12 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
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
Reply With Quote