Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Wednesday 06 April 2016 19:06:28 Fred van Stappen wrote: > > > Is it possible to do that ? > > > > Have you disabled TSlider.ScrollBar.Options sbo_thumbtrack? > > Hello. > > TSlider.ScrollBar.Options -> [sbo_moveauto,sbo_showauto,sbo_valuekeys] > -> sbo_thumbtrack is set to "false". > For me

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Fred van Stappen
> > Is it possible to do that ? > > > Have you disabled TSlider.ScrollBar.Options sbo_thumbtrack? Hello. TSlider.ScrollBar.Options -> [sbo_moveauto,sbo_showauto,sbo_valuekeys] -> sbo_thumbtrack is set to "false". Thanks

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Wednesday 06 April 2016 12:14:41 Fred van Stappen wrote: > > But... the position in song changes each time when the position of the > slider has changed by the user, I would prefer that the position in song > changes only when the mouse-button is released. > > Is it possible to do that ? > Have

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Fred van Stappen
> > OnSetValue with disabled TSlider.ScrollBar.Options sbo_thumbtrack should > > provide the wanted functionality. Currently it does not work, I must check > > why not. > > > Please try again with git master 0ae75ae29b23dc42b52d77e4e2de2ca0e52f381d. Hello Martin. OK, it works using this on

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Wednesday 06 April 2016 08:22:02 Martin Schreiber wrote: > > But I do not find how to get OnMouseDown/UP with MSE for Tslider. > > > > How could I do this ? > > OnSetValue with disabled TSlider.ScrollBar.Options sbo_thumbtrack should > provide the wanted functionality. Currently it does not

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Tuesday 05 April 2016 21:57:05 Fred van Stappen wrote: > Hello Martin. > > OK, -> MSE_Simple_Player is working. ;-) > > And congrats for MSE-synchronize(), it works perfectly. > Hint: in MSEgui one can also use application.lock()/unlock() instead of synchronize(). > I have only a last problem