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 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-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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
> > brighter color). Or some trick to do this on the fly when image is
> painted.
> >
> The selected imagelist item is defined by the sum of
> TTreeItemEdit.ItemList.Imnr_* + the image number of the datanode.
> TimageList
> can have a lookup table ("IndexLookup") in order to save duplicate images.
>

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 selected state and are initialized with
timagelist2.bitmap.init(cl_white) or any other color. Now, how to make them
work with grid (ttreeitemedit)? Is it possible to have only one timagelist
and init different color per image, not per whole timagelist? Because I
think that for IndexLookup I have to use only one timagelist.

Note that I'm creating images at runtime with mseftglyphs and base color
cl_black. It depends on user which color scheme he choice (that is why
timagelist.bitmap.init() is called)

P.S. It is really cosmetic think, so don't bother with that. I'm just
curious :)
--
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-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 each eol_* ?
>
On Windows EOL is Return-LineFeed, on Unix it is LineFeed.
https://en.wikipedia.org/wiki/Newline
eol_system uses the lineend style of the operating system, eol_default uses 
original style of the file (see popup hint).

Martin

--
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-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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 sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 avoid this ?
> thanks
>

seems hiddenedges is the only way ;)

--
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-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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
--
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-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk