Re: Icons On Tab Control

2018-06-04 Thread Kirk Brooks via 4D_Tech
Steve, On Mon, Jun 4, 2018 at 5:04 AM Stephen J. Orth via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I really wish the tab object had more configuration options (especially > on Windows). It just seems to be a forgotten object. > ​Tabs like that have sort of fallen out of fashion in large part.

Re: Icons On Tab Control

2018-06-04 Thread David Samson via 4D_Tech
Tech > Sent: Monday, June 04, 2018 5:33 AM > To: 4d_tech@lists.4d.com > Cc: David Samson > Subject: Re: Icons On Tab Control > > Assuming you have the list built it is a one-liner: > > SET LIST ITEM PROPERTIES(tabJobHeader;4;True;0;Use PicRef+2030) > > (I know I should not be usin

RE: Icons On Tab Control

2018-06-04 Thread Stephen J. Orth via 4D_Tech
Samson via 4D_Tech Sent: Monday, June 04, 2018 5:33 AM To: 4d_tech@lists.4d.com Cc: David Samson Subject: Re: Icons On Tab Control Assuming you have the list built it is a one-liner: SET LIST ITEM PROPERTIES(tabJobHeader;4;True;0;Use PicRef+2030) (I know I should not be using the picture library

Re: Icons On Tab Control

2018-06-04 Thread David Samson via 4D_Tech
Assuming you have the list built it is a one-liner: SET LIST ITEM PROPERTIES(tabJobHeader;4;True;0;Use PicRef+2030) (I know I should not be using the picture library anymore.) What I would like to know is whether one can programatically change the font style on a tab control? I have tried in

RE: Icons On Tab Control

2018-06-03 Thread Stephen J. Orth via 4D_Tech
Arnaud, Great...thank you. Best, Steve -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Arnaud de Montard via 4D_Tech Sent: Sunday, June 03, 2018 9:28 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Arnaud de Montard Subject: Re: Icons

Re: Icons On Tab Control

2018-06-03 Thread Arnaud de Montard via 4D_Tech
> Le 3 juin 2018 à 14:35, Stephen J. Orth via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > May be a dumb question, but I noticed in the Tab Control documentation > (V16.3) it says icons can be displayed on each tab, however I don't see any > documentation on how that is accomplished. > >

RE: Icons On Tab Control

2018-06-03 Thread Stephen J. Orth via 4D_Tech
Jeff, Thanks... Steve -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jeffrey Kain via 4D_Tech Sent: Sunday, June 03, 2018 10:19 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Jeffrey Kain Subject: Re: Icons On Tab Control I think yo

Re: Icons On Tab Control

2018-06-03 Thread Jeffrey Kain via 4D_Tech
I think you need to use the 4D list editor and bind the tab control to a list. -- Jeffrey Kain jeffrey.k...@gmail.com > On Jun 3, 2018, at 8:35 AM, Stephen J. Orth via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > May be a dumb question, but I noticed in the Tab Control documentation >