Re: bordercolor of buttons

2021-06-09 Thread Mike Kerner via use-livecode
>> > >>> Like Sean points out, this is caused by the “threeD” property being on. > >> > >> I was not talking about a button with its 3D is ON! > >> Is nobody reading what I write? > >> > >> Create a button of type "roundrect&q

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
gt;>> Like Sean points out, this is caused by the “threeD” property being on. >> >> I was not talking about a button with its 3D is ON! >> Is nobody reading what I write? >> >> Create a button of type "roundrect" >> Uncheck 3D >> Set its BORDERC

Re: bordercolor of buttons

2021-06-09 Thread Sean Cole (Pi) via use-livecode
t; Like Sean points out, this is caused by the “threeD” property being on. > > I was not talking about a button with its 3D is ON! > Is nobody reading what I write? > > Create a button of type "roundrect" > Uncheck 3D > Set its BORDERCOLOR > No change in bordercolo

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
Hi Randy, > Am 09.06.2021 um 14:31 schrieb Randy Hengst via use-livecode > : > > Klaus, > > Your first message didn’t indicate that you’d unchecked 3D… true, but also did not mention that I HAD checked 3D. :-D I was hoping the context would tell... > But, I see what you’re seeing. Given that

Re: bordercolor of buttons

2021-06-09 Thread Randy Hengst via use-livecode
Create a button of type "roundrect" > Uncheck 3D > Set its BORDERCOLOR > No change in bordercolor > > Switch that buttons STYLE to "rectangle" > Et voila, now we can see the bordercolor! > > Switch STYLE back to "roundrect" and if we now

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
ot; Uncheck 3D Set its BORDERCOLOR No change in bordercolor Switch that buttons STYLE to "rectangle" Et voila, now we can see the bordercolor! Switch STYLE back to "roundrect" and if we now change the FOREGROUNDCOLOR that will also affect the BORDER. I do not need a workar

Re: bordercolor of buttons

2021-06-08 Thread J. Landman Gay via use-livecode
e-livecode wrote: Hi Sean, Am 06.06.2021 um 23:40 schrieb Sean Cole (Pi) via use-livecode : Klaus, Forecolor IS the border color. It always has been for shapes including circles, polygons and custom shapes. yes, but I was clearly referring to a button. Buttons have a bordercolor propert

Re: bordercolor of buttons

2021-06-08 Thread Paul Hibbert via use-livecode
> : >>> >>> Klaus, >>> Forecolor IS the border color. It always has been for shapes including >>> circles, polygons and custom shapes. >> >> yes, but I was clearly referring to a button. >> >>> Buttons have a bordercolor pr

Re: bordercolor of buttons

2021-06-07 Thread ELS Prothero via use-livecode
ustom shapes. > > yes, but I was clearly referring to a button. > >> Buttons have a bordercolor property but only visible if 3d is off. > > AND if they are not "roundrect"! > Then the BORDERCOLOR does nto work! > It does if you switch to e.g. "rectangle". >

Re: bordercolor of buttons

2021-06-07 Thread Klaus major-k via use-livecode
Hi Sean, > Am 06.06.2021 um 23:40 schrieb Sean Cole (Pi) via use-livecode > : > > Klaus, > Forecolor IS the border color. It always has been for shapes including > circles, polygons and custom shapes. yes, but I was clearly referring to a button. > Buttons have a borderco

Re: bordercolor of buttons

2021-06-06 Thread Sean Cole (Pi) via use-livecode
Klaus, Forecolor IS the border color. It always has been for shapes including circles, polygons and custom shapes. Buttons have a bordercolor property but only visible if 3d is off. Sean On Sun, 6 Jun 2021 at 14:20, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote:

bordercolor of buttons

2021-06-06 Thread Klaus major-k via use-livecode
Hi friends, bug or feature? I have a "roundrect" button and cannot set its BORDERCOLOR!? I have to set the FOREGROUNDCOLOR which also affects its BORDERCOLOR. This is not the case if I set the buttons type to e.g. "rectangle", then the before set BORDERCOLOR will be displayed. No hint in the