Place stack on Tskbar

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bidgeeman
Posts: 495
Joined: Wed Feb 21, 2007 7:58 am

Place stack on Tskbar

Post by bidgeeman » Fri Jul 24, 2009 3:36 am

Hello. :)

Is there a way to position a stack so that it sits on the Windows Taskbar?

Thanks again
Bidge

Randy Hengst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 157
Joined: Thu Jun 29, 2006 4:16 pm

Post by Randy Hengst » Fri Jul 24, 2009 1:21 pm

I think I understand what you mean by "sits on"..... but I only work with Mac, so I haven't tried this on windows.

What about something like this:

set the bottom of this stack to item 4 the screenRect - TaskBarHeightGoesHere

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Fri Jul 24, 2009 2:22 pm

Bidge,

You might try:

Code: Select all

set the bottom of stack "Your Stack" to item 4 of the working screenRect
Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

bidgeeman
Posts: 495
Joined: Wed Feb 21, 2007 7:58 am

Post by bidgeeman » Fri Jul 24, 2009 2:23 pm

Thank you!!!

That worked perfectly :)

Cheers
Bidge

Post Reply