Hide the toolbar (text & icons) on a Mac

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
MMoeller
Posts: 13
Joined: Tue Apr 19, 2011 12:30 pm

Hide the toolbar (text & icons) on a Mac

Post by MMoeller » Thu Apr 25, 2013 2:16 pm

Hi fellow LiveCoders,

I would like to use the full screen to present visual items in an experiment using LiveCode(5.5.4, Build 1502) on an iMac. Can you help me out with the code to hide the toolbar elements ("Inspector", "Code", etc.) together with the text. Did I overlook the command in the dictionary?

Thanks in advance!

Cheers,

Malte

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

Re: Hide the toolbar (text & icons) on a Mac

Post by dunbarx » Thu Apr 25, 2013 2:19 pm

Hi.

All those gadgets are stacks. Just hide them. Read up on "the stacks" function in the dictionary.

Craig Newman

MMoeller
Posts: 13
Joined: Tue Apr 19, 2011 12:30 pm

Re: Hide the toolbar (text & icons) on a Mac

Post by MMoeller » Thu Apr 25, 2013 4:08 pm

dunbarx wrote:Hi.

All those gadgets are stacks. Just hide them. Read up on "the stacks" function in the dictionary.

Craig Newman
Now works fine!

Thanks al lot!

Malte

Post Reply