Page 1 of 1

Substacks

Posted: Wed May 07, 2008 8:35 pm
by andres
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

Posted: Fri May 09, 2008 2:00 pm
by Mark
Hi Andres,

Yes, just hide them. See the hide command.

Best,

Mark

Posted: Fri May 09, 2008 2:07 pm
by andres
Hello Mark

But I want them visible.

Andres

Posted: Fri May 09, 2008 2:12 pm
by Mark
Andres, that wasn't clear to me. Have you tried setting the style of the windows to modeless?

Mark

Posted: Fri May 09, 2008 2:23 pm
by andres
No Mark

Sorry about my ignorance, but what is modeless?

Andres

Posted: Fri May 09, 2008 9:21 pm
by andres
Hello Mark

I read something about modeless.

Now, how can I turn a stack window modeless?

Andres

Posted: Tue Jun 03, 2008 11:13 pm
by Mark
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