Re: [MSEide-MSEgui-talk] Some question about MSE thread...

2017-07-15 Thread Martin Schreiber
On Sunday 16 July 2017 00:04:48 Fred van Stappen wrote: > Hello Martin > > Some question about MSE threads (tthreadcomp?)... > > Mainly how to convert fpc TThread into mse tthreadcomp... > > How do you convert this in mse code (+ some tips are welcome)? > > > TMSEthread = class(TThread) >

Re: [MSEide-MSEgui-talk] TSlider and onmouseevent/onkeydown/onkeyup ?

2017-07-15 Thread Martin Schreiber
On Saturday 15 July 2017 18:38:28 Fred van Stappen wrote: > > In order to trigger value settings before releasing the mouse button > > activate .scrollbar.options sbo_thumbtrack (default true). > > Yep, perfect, I get exactly what I want, thanks. > > > For the the problem with the thread I would

[MSEide-MSEgui-talk] Some question about MSE thread...

2017-07-15 Thread Fred van Stappen
Hello Martin Some question about MSE threads (tthreadcomp?)... Mainly how to convert fpc TThread into mse tthreadcomp... How do you convert this in mse code (+ some tips are welcome)? TMSEthread = class(TThread) > TMSEthread = class(tthreadcomp) > ok ? constructor

Re: [MSEide-MSEgui-talk] TSlider and onmouseevent/onkeydown/onkeyup ?

2017-07-15 Thread Fred van Stappen
> In order to trigger value settings before releasing the mouse button activate > .scrollbar.options sbo_thumbtrack (default true). Yep, perfect, I get exactly what I want, thanks. > For the the problem with the thread I would do Oooops, that is much more complicated than using: "onmouseevent"

Re: [MSEide-MSEgui-talk] TSlider and onmouseevent/onkeydown/onkeyup ?

2017-07-15 Thread Fred van Stappen
Hello Martin. OK, I will (try to) understand all your advices. Write you later. Fre;D De : Martin Schreiber Envoyé : samedi 15 juillet 2017 08:26 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] TSlider and