Re: [Gambas-user] slider/spinbox

2011-04-18 Thread Fabien Bodard
2011/4/18 Shane Powell : > On 18/04/11 17:24, Fabien Bodard wrote: >> 2011/4/18 Shane Powell: >>> How about a slider and or a spinbox having float values ? >> for slider the workaround will be  to use a *100 factor >> >> slider.step = 2 >> >> slider.maxvalue = 400 >> Slider.MinValue = 200 >> >> >>

Re: [Gambas-user] slider/spinbox

2011-04-18 Thread Shane Powell
On 18/04/11 17:24, Fabien Bodard wrote: > 2011/4/18 Shane Powell: >> How about a slider and or a spinbox having float values ? > for slider the workaround will be to use a *100 factor > > slider.step = 2 > > slider.maxvalue = 400 > Slider.MinValue = 200 > > > slider.value = 2.22 * 100 'preset val

Re: [Gambas-user] slider/spinbox

2011-04-18 Thread Fabien Bodard
2011/4/18 Shane Powell : > How about a slider and or a spinbox having float values ? for slider the workaround will be to use a *100 factor slider.step = 2 slider.maxvalue = 400 Slider.MinValue = 200 slider.value = 2.22 * 100 'preset value zoom = Slider.value/100 > > >

[Gambas-user] slider/spinbox

2011-04-18 Thread Shane Powell
How about a slider and or a spinbox having float values ? -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization ca