FYI I recently built my own tab control that looks almost exactly like the one 
the Mac displays, but it has two advantages: 

1. It looks good on both Windows AND Mac. 
2. It has support for Drag and Drop. 

You edit the tabs by right-clicking in the “pane” of the group object, then 
selecting Tabs. You use an answer dialog to enter a comma separated list of 
tabs. When these are built there are invisible buttons created over the top of 
the Segmented Control Widget tabs. (The only reason I did this is so I could 
drag over a button and it would hilite, and also because I could create a 
behavior that is applied to ALL the buttons, so I only have one place to go to 
edit the code for them.) 

Sizing works for every side but the top. I haven’t spent any time trying to 
figure that one out. Also, I’ve had problems adding more than one tab at a 
time, but I think I know what is wrong there. 

Let me know and I will try to kludge together a sample stack. 

Bob S


> On Aug 25, 2020, at 3:27 PM, Marty Knapp via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> I just installed the latest beta of the Big Sur OS on my MacBook Pro and ran 
> an LC app built in 9.6.1 (that works fine on Catalina) and right off it looks 
> like 2 things are broken:
> 
> 1) Tabbed buttons - the active tab does not show the text, it’s just blank 
> white. Tried both Light and Dark modes with no difference
> 2) WindowShape - whatever graphic you’ve selected for the shape is ignored
> 
> Anybody else finding these or other issues?
> 
> Marty
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to