Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-11 Thread Martin Schreiber
On Tuesday 11 April 2017 21:45:03 Krzysztof wrote: > Can you explain this? Lets say that I have timagelist1 which contain images > for normal grid state, initialized with timagelist1.bitmap.init(cl_black) > or any other color and second timagelist2 which contain exactly same images > but for select

Re: [MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Fred van Stappen
> On Windows EOL is Return-LineFeed, on Unix it is LineFeed. > eol_system uses the lineend style of the operating system, eol_default uses > original style of the file (see popup hint). Perfect. Thanks. Fre;D -- Check o

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-11 Thread Krzysztof
2017-04-10 13:36 GMT+02:00 Martin Schreiber : > > > 2. Is it possible to set different image for selected row in > ttreeitemedit? > > My icons are dark and I would like to set them as "negative" color when > > selected. So it should be also from different timagelist (which I init > with > > brighte

Re: [MSEide-MSEgui-talk] Change tdialogstringedit frame buttons from

2017-04-11 Thread Krzysztof
Thanks! -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ mseide-msegui-talk mailing list mseide-ms

Re: [MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Martin Schreiber
On Tuesday 11 April 2017 17:34:32 Fred van Stappen wrote: > > > What is Eolstyle in MSEide > Project Options > Editor ? > > > > EOL = End Of Line (LineFeed/Return-LineFeed). > > Ha, ok but what is the difference with eol_default, el_system, eol_windows, > eol_unix ? Concretely, what result gives ea

Re: [MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Fred van Stappen
> > What is Eolstyle in MSEide > Project Options > Editor ? > EOL = End Of Line (LineFeed/Return-LineFeed). Ha, ok but what is the difference with eol_default, el_system, eol_windows, eol_unix ? Concretely, what result gives each eol_* ? Thanks. Fre;D ---

Re: [MSEide-MSEgui-talk] imagelist's cornermask (again! )

2017-04-11 Thread Martin Schreiber
On Tuesday 11 April 2017 16:29:08 code dz wrote: > 2017-04-11 14:47 UTC+01:00, code dz : > > Hi > > iam just stuck in finishing tab skin , my tab shape has 2 top round > > corners , and 2 bottom squares corners , now the timagelist.cornermask > > applies on all corners , you can see the screenshot

Re: [MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Martin Schreiber
On Tuesday 11 April 2017 17:06:52 Fred van Stappen wrote: > Hello Martin. > > What is Eolstyle in MSEide > Project Options > Editor ? > EOL = End Of Line (LineFeed/Return-LineFeed). Martin -- Check out the vibrant tech co

[MSEide-MSEgui-talk] Eolstyle ?

2017-04-11 Thread Fred van Stappen
Hello Martin. What is Eolstyle in MSEide > Project Options > Editor ? Thanks. Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [MSEide-MSEgui-talk] imagelist's cornermask (again! )

2017-04-11 Thread code dz
2017-04-11 14:47 UTC+01:00, code dz : > Hi > iam just stuck in finishing tab skin , my tab shape has 2 top round > corners , and 2 bottom squares corners , now the timagelist.cornermask > applies on all corners , you can see the screenshot how the mask > affects the bottom corners . > > so how to a

[MSEide-MSEgui-talk] imagelist's cornermask (again! )

2017-04-11 Thread code dz
Hi iam just stuck in finishing tab skin , my tab shape has 2 top round corners , and 2 bottom squares corners , now the timagelist.cornermask applies on all corners , you can see the screenshot how the mask affects the bottom corners . so how to avoid this ? thanks