Catalina look and feel

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10341
Joined: Wed May 06, 2009 2:28 pm

Catalina look and feel

Post by dunbarx » Thu Oct 08, 2020 5:12 pm

Upgraded to Catalina, and in most programs I like the new look. But LC stacks such as the inspectors are a stark white as opposed to a nice shaded grey backColor as in earlier OS's.

How does one change that look? This is asking the same question as "how does one open the inspector for the stack "revInspector"? I cannot, from msg:

Code: Select all

set the backColor of stack "revinspector" to "grey"
And if I lock one inspector and open another, the "stacks" only shows one, and I am not sure which one, not that it matters to my question.

Craig

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10116
Joined: Fri Feb 19, 2010 10:17 am

Re: Catalina look and feel

Post by richmond62 » Thu Oct 08, 2020 8:16 pm

Dunno: always preferred the white in earlier recensions of LiveCode/Revolution.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: Catalina look and feel

Post by mwieder » Fri Oct 09, 2020 12:51 am

Code: Select all

set the backColor of stack "revinspector" to 240,240,240

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10341
Joined: Wed May 06, 2009 2:28 pm

Re: Catalina look and feel

Post by dunbarx » Fri Oct 09, 2020 4:25 am

Mark.

See my post above. I tried that, albeit with "gray". Nothing.

Craig

Post Reply