Re: Icon & Picture Button Sources...

2018-10-25 Thread Mike Kerner via 4D_Tech
so what can we do about existing projects that have a pile of forms already, besides manually redoing them? On Wed, Oct 24, 2018 at 11:36 PM Robert ListMail via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Thanks Rudy and Stephen, you’ve given me some things to consider. It’s > been a long time since

Re: Icon & Picture Button Sources...

2018-10-24 Thread Robert ListMail via 4D_Tech
Thanks Rudy and Stephen, you’ve given me some things to consider. It’s been a long time since I’ve customized buttons. Back in 1994 I used photoshop to create some custom buttons but it seems it’s been a while. I’ve inherited many different apps over the years and never paid close attention to t

Re: Icon & Picture Button Sources...

2018-10-24 Thread Two Way Communications via 4D_Tech
Actually, I prefer to roll my own. I start by googling ‘ icons’, i.e. ‘validate icons’, 'customer icons' …. Then I copy the picture I like into Pixelmator. I put 4 identical pictures in a row, same size. Then I tweak them for the 4 states: normal, hovered over, clicked , and disabled. Finally

Re: Icon & Picture Button Sources...

2018-10-24 Thread Keith Culotta via 4D_Tech
Here's a simple example inspired by the 4d-component-generate-icon. //- $width:=3 $opacity:=80 $rw:=40 $color:="black" // normal $svg:=SVG_New (58;58) $ref:=SVG_New_rect ($svg;9;9;$rw;$rw;2;2;$color;"white";$width) SVG_SET_OPACITY ($ref;0;$opacity) $normal:=SVG_Export

RE: Icon & Picture Button Sources...

2018-10-24 Thread Stephen J. Orth via 4D_Tech
om] Sent: Wednesday, October 24, 2018 2:25 AM To: s.o...@the-aquila-group.com Cc: 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: Icon & Picture Button Sources... Stephen, are you photoshopping the other states manually creating the other button versions...? Thanks, Robert Sent fro

Re: Icon & Picture Button Sources...

2018-10-24 Thread Keisuke Miyako via 4D_Tech
you can also use 4D code to do something similar https://github.com/miyako/4d-component-generate-icon 2018/10/24 16:24、Robert ListMail via 4D_Tech <4d_tech@lists.4d.com>のメール: Stephen, are you photoshopping the other states manually creating the other button vers

Re: Icon & Picture Button Sources...

2018-10-24 Thread Robert ListMail via 4D_Tech
Stephen, are you photoshopping the other states manually creating the other button versions...? Thanks, Robert Sent from my iPhone > On Oct 23, 2018, at 7:15 PM, Stephen J. Orth > wrote: > > If you want to create a multi-state button, which is what you are describing, > you simply crea

RE: Icon & Picture Button Sources...

2018-10-23 Thread Stephen J. Orth via 4D_Tech
inal Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Robert ListMail via 4D_Tech Sent: Tuesday, October 23, 2018 6:48 PM To: 4D iNug Tech <4d_tech@lists.4d.com> Cc: Robert ListMail Subject: Re: Icon & Picture Button Sources... Hi Tim thanks for the reminder. I

Re: Icon & Picture Button Sources...

2018-10-23 Thread Robert ListMail via 4D_Tech
Hi Tim thanks for the reminder. I recall liking your interface design. So, are you using the various button states where 4D has the ability to swap the images during different states such as “rollover”? If so, did you have to create two or three different versions of each icon for matrix of imag

Re: Icon & Picture Button Sources...

2018-10-23 Thread Dani Beaubien via 4D_Tech
roup.com > * > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Tim Nevels > via 4D_Tech > Sent: Tuesday, October 23, 2018 2:05 PM > To: 4d_tech@lists.4d.com > Cc: Tim Nevels > Subject:

RE: Icon & Picture Button Sources...

2018-10-23 Thread Stephen J. Orth via 4D_Tech
: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Tim Nevels via 4D_Tech Sent: Tuesday, October 23, 2018 2:05 PM To: 4d_tech@lists.4d.com Cc: Tim Nevels Subject: Re: Icon & Picture Button Sources... On Oct 23, 2018, at 2:00 PM, Robert wrote: > As I recall, Tim Nevels ment

Re: Icon & Picture Button Sources...

2018-10-23 Thread Tim Nevels via 4D_Tech
On Oct 23, 2018, at 2:00 PM, Robert wrote: > As I recall, Tim Nevels mentioned a favorite picture button resource which > has escaped me... Tim, can you refresh my memory...? https://glyphlab.com You have to pay money, but for me it was worth it as I paid once and got a library of high quality

Re: Icon & Picture Button Sources...

2018-10-22 Thread Mike Kerner via 4D_Tech
bert ListMail > via 4D_Tech > Sent: Monday, October 22, 2018 2:44 PM > To: 4D iNug Technical <4d_tech@lists.4d.com> > Cc: Robert ListMail > Subject: Re: Icon & Picture Button Sources... > > As I recall, Tim Nevels mentioned a favorite picture button resource which >

RE: Icon & Picture Button Sources...

2018-10-22 Thread Tai Bui via 4D_Tech
ts.4d.com> On Behalf Of Robert ListMail via 4D_Tech Sent: Monday, October 22, 2018 2:44 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Robert ListMail Subject: Re: Icon & Picture Button Sources... As I recall, Tim Nevels mentioned a favorite picture button resource which has

Re: Icon & Picture Button Sources...

2018-10-22 Thread Robert ListMail via 4D_Tech
As I recall, Tim Nevels mentioned a favorite picture button resource which has escaped me... Tim, can you refresh my memory...? Thanks, Robert Sent from my iPhone > On Oct 22, 2018, at 1:31 PM, Robert ListMail via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > So, were do you find modern pictur

Icon & Picture Button Sources...

2018-10-22 Thread Robert ListMail via 4D_Tech
As I move some v11 projects to v17, the old picture buttons fail to work as expected since they were using a PICT image and since those file formats are no longer supported by 4D. So, were do you find modern pictures to use for your picture buttons? Optimally it would be great if these are alre