Re: bordercolor of buttons

2021-06-09 Thread Mike Kerner via use-livecode
i wish we had tmc3 On Wed, Jun 9, 2021 at 10:09 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > looks like there is a (related) report already: > > > > Am 09.06.2021 um 14:49 schrieb Sean Cole (Pi) via us

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
Hi all, looks like there is a (related) report already: > Am 09.06.2021 um 14:49 schrieb Sean Cole (Pi) via use-livecode > : > > Hi Klaus, > > Very much a 'feature' in heavy inverted commas. I've tested as far back as > 5.0.2 and it has ALWA

Re: bordercolor of buttons

2021-06-09 Thread Sean Cole (Pi) via use-livecode
Hi Klaus, Very much a 'feature' in heavy inverted commas. I've tested as far back as 5.0.2 and it has ALWAYS been this way. Round rect button borders are set using the forecolor, not the border colour. If this were a 'bug' I'm sure it would have been noted as such somewhere in the quality sub-site

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
Klaus, Your first message didn’t indicate that you’d unchecked 3D… But, I see what you’re seeing. Given that the same options appear for the ‘color’ of both types of buttons, I’d call it a bug. randy - > On Jun 9, 2021, at 3:09 AM, Klaus major-k via use-livecode > wrote: > > Hi Paul, >

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
Hi Paul, > Am 09.06.2021 um 05:35 schrieb Paul Hibbert 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" Uncheck 3D Set its BOR

Re: bordercolor of buttons

2021-06-08 Thread J. Landman Gay via use-livecode
I usually just use a graphic instead of a button. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 8, 2021 10:37:49 PM Paul Hibbert via use-livecode wrote: Like Sean points out, this is caused by the “threeD” property being on.

Re: bordercolor of buttons

2021-06-08 Thread Paul Hibbert via use-livecode
Like Sean points out, this is caused by the “threeD” property being on. I don’t think it’s a bug, it’s just the nature of the beast, I seem to remember that the threeD effect is generated by pre-made graphics or images, although I may be totally wrong. It would be useful if this kind of info was

Re: bordercolor of buttons

2021-06-07 Thread ELS Prothero via use-livecode
Folks, This issue also confused me recently when I was making an app for my own use. It seems like an idiosyncrasy to me, even tho a pretty minor one that could be mentioned in the dictionary. Best, Bill William Prothero https://earthlearningsolutions.org > On Jun 7, 2021, at 7:30 AM, Klaus maj

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 bordercolor property but only

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: > Hi fri

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