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

2017-10-03 Thread fredvs
Hello Martin. OK, thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

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

2017-10-03 Thread Martin Schreiber
On Tuesday 03 October 2017 00:39:05 fredvs wrote: > > 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. >

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] 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] 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] 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] Parent font.color ?

2017-10-01 Thread Martin Schreiber
On Sunday 01 October 2017 12:49:07 fredvs wrote: > Hello Martin. > > How to assign font color to children only ? > > If there are multiple forms, doing this change the parent color of all > other forms: > > one_of_the_forms.font.color := cl_red; > Activate a local font instance either by clicking

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

2017-10-01 Thread fredvs
Hello Martin. How to assign font color to children only ? If there are multiple forms, doing this change the parent color of all other forms: one_of_the_forms.font.color := cl_red; Idem if there is many groupboxes, assigning a font color to one groupbox --> all other groupboxes change the