Re: Group corners

2023-08-22 Thread J. Landman Gay via use-livecode
It's probably about time to submit a bug report. The behavior we see isn't expected. On 8/22/23 12:12 PM, Dar Scott via use-livecode wrote: Arg. There is a pixel missing in the upper left corner even when the border width is 1. — Dar On Aug 22, 2023, at 7:05

Re: Group corners

2023-08-22 Thread Dar Scott via use-livecode
Arg. There is a pixel missing in the upper left corner even when the border width is 1. — Dar > On Aug 22, 2023, at 7:05 AM, Dar Scott via use-livecode > wrote: > > Yeah, the order of things seem to make a difference. It is sometimes hard to > do deltas. My lazy programming style is to

Re: Group corners

2023-08-22 Thread Dar Scott via use-livecode
Yeah, the order of things seem to make a difference. It is sometimes hard to do deltas. My lazy programming style is to rebuild GUI features based on the current state whenever there is a change, and then look closer if that gets slow. > On Aug 21, 2023, at 7:44 PM, J. Landman Gay via

Re: Group corners

2023-08-21 Thread J. Landman Gay via use-livecode
Right, but the weird thing is that with a 4-pixel border and 3d, it isn't 3d. It's a plain gray border with the label appropriately placed. Three pixels works about the same. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 21,

Re: Group corners

2023-08-21 Thread Bob Sneidar via use-livecode
Oh right! You can’t have 3D with a 1 pixel border, can you?? I missed that. Bob S > On Aug 21, 2023, at 3:07 PM, J. Landman Gay via use-livecode > wrote: > > On 8/21/23 11:50 AM, Dar Scott via use-livecode wrote: >> For now, I’m using a temporary solution: I am setting the border width to

Re: Group corners

2023-08-21 Thread J. Landman Gay via use-livecode
On 8/21/23 11:50 AM, Dar Scott via use-livecode wrote: For now, I’m using a temporary solution: I am setting the border width to 1. That might become a long-term workaround. I can reproduce your results. Weird thing: if I leave showName and showBorder on, and set the borderWidth to 4, and

Re: Group corners

2023-08-21 Thread Bob Sneidar via use-livecode
Another thing you can do is draw the “border” the way you want in a graphic app with an alpha channel for whatever you want to be transparent. Then import that image and place it behind whatever you want a border around. Be sure to set the quality to best. If you need the “border” to change,

Re: Group corners

2023-08-21 Thread Dar Scott via use-livecode
For now, I’m using a temporary solution: I am setting the border width to 1. That might become a long-term workaround. — Dar > On Aug 21, 2023, at 9:47 AM, Dar Scott via use-livecode > wrote: > > I sprinkled some colors over the different object colors. I can see more of > what is happening

Re: Group corners

2023-08-21 Thread Dar Scott via use-livecode
I sprinkled some colors over the different object colors. I can see more of what is happening that way. Show name off: The border grows outward. If 3D is off, it has the border color. If it is on it has the bevel colors: left and top are the bottom bevel, bottom and right have the top bevel.

Re: Group corners

2023-08-21 Thread Alex Tweedly via use-livecode
I see those kind of changes (10.0.0DP5, MacOS), but the border changes from solid black to black/white lines - with those 'splits' you described. Alex. On 21/08/2023 01:50, Dar Scott via use-livecode wrote: On Mac and LiveCode 9.6.9… Make a new stack. Put a few controls on it. Group them.

Re: Group corners

2023-08-20 Thread Dar Scott via use-livecode
On Mac and LiveCode 9.6.9… Make a new stack. Put a few controls on it. Group them. Give the group a name Set the border width to something like 10-15 so the effect is visible. Turn off 3D. Turn on border. Now, turn show name on and off. When show name is off, the border looks good. When

Re: Group corners

2023-08-19 Thread J. Landman Gay via use-livecode
Weird how? The corners should be right angles. Do you see something different? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 18, 2023 3:47:34 PM Dar Scott via use-livecode wrote: If I turn off 3D for a group, the corners of

Group corners

2023-08-18 Thread Dar Scott via use-livecode
If I turn off 3D for a group, the corners of the rectangle are weird. Advice? — Dar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: