Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread code dz
it's fine , don't bother ,next time i'll sets w before adding images . thanks -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread Martin Schreiber
On Thursday 16 February 2017 10:49:28 code dz wrote: > 2017-02-16 10:18 UTC+01:00, Martin Schreiber : > > On Thursday 16 February 2017 10:09:18 code dz wrote: > >> 2017-02-16 9:50 UTC+01:00, Martin Schreiber : > >> > On Thursday 16 February 2017 09:37:03

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread code dz
2017-02-16 10:18 UTC+01:00, Martin Schreiber : > On Thursday 16 February 2017 10:09:18 code dz wrote: >> 2017-02-16 9:50 UTC+01:00, Martin Schreiber : >> > On Thursday 16 February 2017 09:37:03 code dz wrote: >> >> yes thats obvious ,but after scaling down

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread Martin Schreiber
On Thursday 16 February 2017 10:09:18 code dz wrote: > 2017-02-16 9:50 UTC+01:00, Martin Schreiber : > > On Thursday 16 February 2017 09:37:03 code dz wrote: > >> yes thats obvious ,but after scaling down to 16x16 can you return it > >> to 24x24 which is the original size ? ,

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread code dz
2017-02-16 9:50 UTC+01:00, Martin Schreiber : > On Thursday 16 February 2017 09:37:03 code dz wrote: >> >> yes thats obvious ,but after scaling down to 16x16 can you return it >> to 24x24 which is the original size ? , because sometimes scaling down >> image size will distorted

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread Martin Schreiber
On Thursday 16 February 2017 09:37:03 code dz wrote: > > yes thats obvious ,but after scaling down to 16x16 can you return it > to 24x24 which is the original size ? , because sometimes scaling down > image size will distorted its quality Where should the original imagedata be stored? Martin

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread code dz
2017-02-15 21:39 UTC+01:00, Fred van Stappen : > Hello. > > > @ Cod Z: are you the codz from fpc-forum ? > > yes :) msegui docking system is robust no doubt , but new users expect the docking system is just drag .

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-16 Thread code dz
2017-02-16 7:13 UTC+01:00, Martin Schreiber : > On Wednesday 15 February 2017 20:26:06 code dz wrote: >> >> so if i add image 24x24 to imagelist which is by default 16x16 , that >> means all the clipped pixels beyond 16x16 are gone ! > > If 'stretch' is active the 24x24 image

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread Fred van Stappen
Hello. @ Cod Z: are you the codz from fpc-forum ? If yes, > i still have have an opinion that is not easy at first glance for users , The same for me before but now, in last MSE-gui version, you may enable hint for the buttons of docked forms. And, IMO, it helps a lot beginners. Fre;D

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread code dz
2017-02-15 18:20 UTC+01:00, Martin Schreiber : > On Wednesday 15 February 2017 16:37:23 code dz wrote: >> if i reduce the size from 24x24 to 16x16 it looks like this >> >> but if i return to 24x24 it keeps 16x16 > > What do you expect? The pixels out of 16x16 area are gone

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread Martin Schreiber
On Wednesday 15 February 2017 16:43:18 code dz wrote: > the issue is when you choose images biger than 16x16 and then after > loading try to increase its size in the object inspector , the size > won't increased > That means for example you set size to 16X16 and load a 32x32 pixmap? Then the

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread Martin Schreiber
On Wednesday 15 February 2017 16:37:23 code dz wrote: > if i reduce the size from 24x24 to 16x16 it looks like this > > but if i return to 24x24 it keeps 16x16 What do you expect? The pixels out of 16x16 area are gone after setting the size to 16x16. The cell size actually is 24x24, the frame

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread code dz
the issue is when you choose images biger than 16x16 and then after loading try to increase its size in the object inspector , the size won't increased -- Check out the vibrant tech community on one of the world's most

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread code dz
if i reduce the size from 24x24 to 16x16 it looks like this but if i return to 24x24 it keeps 16x16 -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread code dz
i have windows7 . can you check ? -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___

Re: [MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread Martin Schreiber
On Wednesday 15 February 2017 15:46:23 code dz wrote: > Hi Martin > in design time if i forgot to adjust width and height of the imagelist > at first , then whenever i changed width and height for example to > 24x24 , it does not applied immidialy > so i have to clear all the images inside

[MSEide-MSEgui-talk] changing timagelist's width & height

2017-02-15 Thread code dz
Hi Martin in design time if i forgot to adjust width and height of the imagelist at first , then whenever i changed width and height for example to 24x24 , it does not applied immidialy so i have to clear all the images inside imagelist and load it again with desired width and height . is this by