Can't find Third Party Tab

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

CAsba
Posts: 431
Joined: Fri Sep 30, 2022 12:11 pm

Re: Can't find Third Party Tab

Post by CAsba » Mon Nov 21, 2022 2:44 pm

Also,
Desktop/Laptop, not for mobiles

Klaus
Posts: 14190
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Can't find Third Party Tab

Post by Klaus » Mon Nov 21, 2022 2:56 pm

You could also check and use -> the working screenrect
That will return the available sscreen pace MINUS the taskbar (Windows) or menubar and dock (Mac).

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10045
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Can't find Third Party Tab

Post by FourthWorld » Mon Nov 21, 2022 5:26 pm

Klaus wrote:
Mon Nov 21, 2022 1:48 pm
What platform are we talking about?
Mac, Windows or even mobile Android/iOS?

Hint:
On mobile a stack will automatically have its -> fullscreen mode set to true.
On desktop you can always -> set the fullscreen of this stack to TRUE
Mobile stacks are always rendered full-screen given the nature of the OS design, but is LC's fullscreenMode now turned on by default?

That might explain why so many are having a harder time putting things where they want them than I'd expect.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Klaus
Posts: 14190
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Can't find Third Party Tab

Post by Klaus » Mon Nov 21, 2022 5:54 pm

Sorry, I meant:
-> fullscreen mode set to true.
-> fullscreen PROPERTY set to true.

CAsba
Posts: 431
Joined: Fri Sep 30, 2022 12:11 pm

Re: Can't find Third Party Tab

Post by CAsba » Mon Nov 21, 2022 5:55 pm

Many thanks, I'll try it.

Post Reply