Re: [MSEide-MSEgui-talk] Parent font.color ?

2017-10-02 Thread fredvs
> That is wrong. Do you have a reproducible testcase? I will try and if ok, I will give a demo. > Are you sure you did not change a font color by accident? Maybe. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] About MSE TSlider.

2017-10-02 Thread fredvs
> or better Huh, to not loose the last position in the tlabel ? Yes, but it is done just after button is released by the audio thread. But ok, it is better ;-) Now the test: Perfect, smooth, direct, no delay, no "scratch". So, this works perfectly: - audio thread event to TSlider: if

[MSEide-MSEgui-talk] StrumPract is released !

2017-10-02 Thread fredvs
Hello. I am happy to announce that StrumPract 1.4 is released. StrumPract is various tools for musicians. Like: - Learn to play drums set in 4 lessons and develop your art. - Practice your other instruments with a editable drums machine. - Tune your guitar and bass. - Play audio files and

Re: [MSEide-MSEgui-talk] Parent font.color ?

2017-10-02 Thread fredvs
> Do you have a reproducible testcase? See demo in attachement. msefontcolor.zip > Are you sure you did not change a font color by accident? Yes. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] StrumPract is released !

2017-10-02 Thread Martin Schreiber
On Monday 02 October 2017 23:25:53 fredvs wrote: > Hello. > > I am happy to announce that StrumPract 1.4 is released. > Congrats! If you could provide a video and/or some screenshots I would make an announcement on lazarusforum.de. Martin

Re: [MSEide-MSEgui-talk] About MSE TSlider.

2017-10-02 Thread fredvs
> >Sorry, I still do not catch ;-( > And I don^t understand what you want to achieve OK, we are both then. :-). Imagine that a song is playing. So the audio thread sent, at each reading of the buffer, some data to the main thread, like position in the sound. Then there is a synchro: the

Re: [MSEide-MSEgui-talk] About MSE TSlider.

2017-10-02 Thread Martin Schreiber
On Monday 02 October 2017 15:44:32 fredvs wrote: > > >Sorry, I still do not catch ;-( > > > > And I don^t understand what you want to achieve > > OK, we are both then. :-). > > Imagine that a song is playing. > > So the audio thread sent, at each reading of the buffer, some data to the > main

Re: [MSEide-MSEgui-talk] Color of symbol in button of tspinedit ?

2017-10-02 Thread Martin Schreiber
On Monday 02 October 2017 15:50:59 fredvs wrote: > > trealspinedit.frame.colorglyph. > > Perfect (and indispensable for "Carbon" style). > > > It is also possible to change the RGB value of symbolic colors by "

Re: [MSEide-MSEgui-talk] Parent font.color ?

2017-10-02 Thread fredvs
> Activate a local font instance either by clicking the ellipse button in "font" Huh, of course I did it, but there is still a problem . But like explained in previous thread: one_of_the_forms.font.color := cl_red ---> all other child widgets, even from other forms become red-font. But Martin,

Re: [MSEide-MSEgui-talk] Color of symbol in button of tspinedit ?

2017-10-02 Thread fredvs
> trealspinedit.frame.colorglyph. Perfect (and indispensable for "Carbon" style). Many thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Parent font.color ?

2017-10-02 Thread Martin Schreiber
On Monday 02 October 2017 16:02:45 fredvs wrote: > > Activate a local font instance either by clicking the ellipse button in > > "font" > > Huh, of course I did it, but there is still a problem . > > But like explained in previous thread: one_of_the_forms.font.color := > cl_red ---> all other

Re: [MSEide-MSEgui-talk] About MSE TSlider.

2017-10-02 Thread Martin Schreiber
On Monday 02 October 2017 16:23:20 Martin Schreiber wrote: > > Use tslider.scrollbar.onafterevent and > " > procedure tmainfo.aftereventev(const sender: tcustomscrollbar; >const akind: scrolleventty; const avalue: Real); > begin > if akind = sbe_thumbposition then begin > :=