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

2017-04-13 Thread code dz
2017-04-11 16:21 UTC+01:00, 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 >>

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-13 Thread code dz
2017-04-12 13:02 UTC+01:00, Martin Schreiber : > On Wednesday 12 April 2017 13:32:30 Fred van Stappen wrote: >> Hello. >> >> Is it possible to have rounded-tabs of ttabwidget and if yes, how to do >> it >> ? >> > Yes, use TTabWidget.tab_frametab.frameimage_*. Maybe "code dz" can provide > an > exam

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

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 11:14:02 code dz wrote: > 2017-04-11 16:21 UTC+01:00, 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 , an

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

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 12:15:19 Martin Schreiber wrote: > > You are aware that the purpose of cornermasks is clipping the client area > if the client area has been shifted under transparent areas of the frame > images by negative frameimage_left, frameimage_top, frameimage_right or > frameimage_

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-13 Thread Fred van Stappen
Thanks Code dz ;-) @Martin, maybe you could add the demo in MSE ? Fre;D De : code dz Envoyé : jeudi 13 avril 2017 11:14@À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ? 2017-04-12 13:02 UTC+01:00, Martin Schrei

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

2017-04-13 Thread Krzysztof
2017-04-13 6:35 GMT+02:00 Martin Schreiber : > The actual image number is the sum of the node image number and the state > values either direct or the lookup value provided by TImageList.ImageLookup > if it is not empty. > Assume an empty ImageLookup property, ItemList.imnr_selected = 1, -> the >

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 12:47:09 Fred van Stappen wrote: > Thanks Code dz ;-) > > > @Martin, maybe you could add the demo in MSE ? > You can do it yourself, you have developer access at MSEuniverse IIRC. Martin -- Check

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

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 13:14:06 Krzysztof wrote: > 2017-04-13 6:35 GMT+02:00 Martin Schreiber : > > The actual image number is the sum of the node image number and the state > > values either direct or the lookup value provided by > > TImageList.ImageLookup if it is not empty. > > Assume an empt

Re: [MSEide-MSEgui-talk] Rounded-tabs of ttabwidget ?

2017-04-13 Thread Fred van Stappen
> You can do it yourself, you have developer access at MSEuniverse IIRC. B, you know that I am terrify to deal with git. But ok, I will try to do it (and I hope that MSEuniverse will not explode after my actions). [😏] Fre;D ---

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

2017-04-13 Thread code dz
2017-04-13 11:24 UTC+01:00, Martin Schreiber : > On Thursday 13 April 2017 12:15:19 Martin Schreiber wrote: >> >> You are aware that the purpose of cornermasks is clipping the client area >> if the client area has been shifted under transparent areas of the frame >> images by negative frameimage_le

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

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 14:40:44 code dz wrote: > 2017-04-13 11:24 UTC+01:00, Martin Schreiber : > > On Thursday 13 April 2017 12:15:19 Martin Schreiber wrote: > >> You are aware that the purpose of cornermasks is clipping the client > >> area if the client area has been shifted under transparent

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

2017-04-13 Thread code dz
2017-04-13 13:54 UTC+01:00, Martin Schreiber : > On Thursday 13 April 2017 14:40:44 code dz wrote: >> 2017-04-13 11:24 UTC+01:00, Martin Schreiber : >> > On Thursday 13 April 2017 12:15:19 Martin Schreiber wrote: >> >> You are aware that the purpose of cornermasks is clipping the client >> >> area

Re: [MSEide-MSEgui-talk] Rounded-tabs ofe ttabwidget ?

2017-04-13 Thread Fred van Stappen
Martin, I have to say a other big WoW. Open 2 instances of MSEide, with 2 different projects. Copy a widget from one instance (project 1). On the second instance (project 2), paste the widget in a form. The widget is there, with all the properties of project 1. Wow. Fre;D

Re: [MSEide-MSEgui-talk] Rounded-tabs ofe ttabwidget ?

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 21:00:48 Fred van Stappen wrote: > Martin, I have to say a other big WoW. > > > Open 2 instances of MSEide, with 2 different projects. > > > Copy a widget from one instance (project 1). > > > On the second instance (project 2), paste the widget in a form. > > > The widget

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

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 06:35:04 Martin Schreiber wrote: > On Wednesday 12 April 2017 19:47:12 Krzysztof wrote: > > Great, seems doable but can't understand ttreeitemedit1.itemlist.imnr_X > > policy. Can you explain that too? > > The actual image number is the sum of the node image number and the

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

2017-04-13 Thread Martin Schreiber
On Tuesday 11 April 2017 17:21:54 Martin Schreiber wrote: > 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

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

2017-04-13 Thread Martin Schreiber
On Thursday 13 April 2017 21:00:10 Krzysztof wrote: > Noticed that I had unsaved project before zipping it. Please download again > from attachment A copy-paste error more than 10 years ago, sorry. Please try again with git master f003fd1c37fb5a1ff787798d99286249b8a98177. Martin ---