Welcome, Guest. Please login or register.

Author Topic: How can I make a public screen?  (Read 3249 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: How can I make a public screen?
« on: November 23, 2010, 11:37:24 AM »
With ModePro you can define public screens which automatically open when a program requests the name.

Offline Thomas

Re: How can I make a public screen?
« Reply #1 on: November 23, 2010, 11:48:06 AM »
PSI only works for MUI programs.

Offline Thomas

Re: How can I make a public screen?
« Reply #2 on: November 23, 2010, 12:19:45 PM »
newshell "con:////AmigaShell/CLOSE/SCREEN TEST"

does not work with a screen defined in PSI unless a MUI program has opened the screen already.

I talk about opening the screen *automatically*, not by running PSI and clicking on "open" first.

Offline Thomas

Re: How can I make a public screen?
« Reply #3 on: November 23, 2010, 01:11:46 PM »
ModePro does not mode promote if you don't tell it to. It can automatically create non-existing public screens by name. For example if you tell the application to open on a public screen named TEST (as I did in my newshell example) and no such screen exists yet, it opens it with the definitions you made in the database. That's the same what PSI does, but PSI needs manual intervention while ModePro does it automatically.

Offline Thomas

Re: How can I make a public screen?
« Reply #4 on: November 23, 2010, 07:35:05 PM »
No, it's not an alternative in regard to this thread. It is is a pure mode promoter, it cannot create new public screens.