Substacks

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
andres
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 68
Joined: Thu Jan 04, 2007 2:24 am

Substacks

Post by andres » Wed May 07, 2008 8:35 pm

Hello

We have an application that make use of substacks and we want them not to be shown in Windows as independent tasks on the taskbar. In other words we want to hide them on the taskbar. This, because we may have several simultaneous substacks and we want just one task to be shown.

Is this possible?

Thanks
Andres

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

Post by Mark » Fri May 09, 2008 2:00 pm

Hi Andres,

Yes, just hide them. See the hide command.

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

andres
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 68
Joined: Thu Jan 04, 2007 2:24 am

Post by andres » Fri May 09, 2008 2:07 pm

Hello Mark

But I want them visible.

Andres

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

Post by Mark » Fri May 09, 2008 2:12 pm

Andres, that wasn't clear to me. Have you tried setting the style of the windows to modeless?

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

andres
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 68
Joined: Thu Jan 04, 2007 2:24 am

Post by andres » Fri May 09, 2008 2:23 pm

No Mark

Sorry about my ignorance, but what is modeless?

Andres

andres
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 68
Joined: Thu Jan 04, 2007 2:24 am

Post by andres » Fri May 09, 2008 9:21 pm

Hello Mark

I read something about modeless.

Now, how can I turn a stack window modeless?

Andres

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

Post by Mark » Tue Jun 03, 2008 11:13 pm

Hi,

It seems I never replied this one.

You can set the style of a stack to modeless. You can also go to a stack as modeless.

To change the style, execute this in the message box:

set the style of stack "Your Stack" to modeless

To open a stack as a modeless stack without changing its style permanently, use the following in a script:

go stack "Your Stack" as modeless

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

Post Reply

Return to “Windows”