Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-29 Thread che fou
thanks -- ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-29 Thread che fou
here offsetclicked and offsetmouse have the same index but shows deferent faces ! test.7z Description: Binary data -- ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-29 Thread Martin Schreiber
On Thursday 29 October 2015 08:32:29 che fou wrote: > here offsetclicked and offsetmouse have the same index but shows > deferent faces ! That's the idea. ;-) The selected index is the sum of all active offsets. offsetclicked = 1, offsetmouse = 1, all other = 0 -> Default = 0. Mouse in

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-28 Thread che fou
good , thats easier , can you check the ( offsetclicked) seems it takes the ( value - 1) if i set the 3rd face to offsetclicked it shows the 2nd . -- ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-28 Thread Martin Schreiber
On Wednesday 28 October 2015 14:45:33 che fou wrote: > good , thats easier , > can you check the ( offsetclicked) seems it takes the ( value - 1) > if i set the 3rd face to offsetclicked it shows the 2nd . Works for me, please send a testcase. Martin

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-28 Thread Martin Schreiber
On Tuesday 27 October 2015 16:22:12 Martin Schreiber wrote: > I probably should replace the frameimage_offsetactive* values by > frameimage_offsetactive which will be added and is by default 0 in order to > simplify. > Done, git master 9793f167dfe16e862c4697cea7fdc79f8637802d. Now all active

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-27 Thread che fou
thanks , but why with tbutton i don't need to set offsetactiveclicked and offsetactivemouse ? -- ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-27 Thread Martin Schreiber
On Tuesday 27 October 2015 16:01:09 che fou wrote: > thanks , but why with tbutton i don't need to set offsetactiveclicked > and offsetactivemouse ? > Because the button is not focused. There can be different faces if the widget is active or not. Activate tbutton1.optionswidget ow_mousefocus in

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-27 Thread Martin Schreiber
On Tuesday 27 October 2015 15:06:32 che fou wrote: Please set tslider1.framebutton.frameface_offsetactiveclicked and frameface_offsetactivemouse because tslider1 is focused. --

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-27 Thread che fou
faces.7z Description: Binary data -- ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-26 Thread che fou
ops , still can not show tslider button faces , only one face is shown which is frameface.offset . others like offsetmouse and offsetclicked are not working ! -- ___

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-26 Thread Martin Schreiber
On Monday 26 October 2015 16:53:44 che fou wrote: > ops , still can not show tslider button faces , only one face is shown > which is frameface.offset . others like offsetmouse and offsetclicked > are not working ! > Works for me. Please send a simple test project. Martin

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-26 Thread che fou
thanks , it works now . i hope msegui will support rounding edges without using frame images . -- ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-26 Thread Martin Schreiber
On Monday 26 October 2015 16:28:42 che fou wrote: > thanks , it works now . > i hope msegui will support rounding edges without using frame images . > Probably no because corner images must be universal, round is too specific. Alexandre Minoshi made a tool which can extract the imagelist items.

Re: [MSEide-MSEgui-talk] tslider & tfacelist

2015-10-24 Thread Martin Schreiber
On Saturday 24 October 2015 09:55:21 che fou wrote: > Hi Martin > i assigned tfacelist to tslider.scrollbar.framebutton.frameface.list > but seems not working ! > Please try again with git master 1ec0d6c783d80cf9f0a7c1b6d4578e60df8ea585. tslider.scrollbar.face has been moved to tcustomscrollbar,