Hello PGUI-Developer/User !

I have some general question concerning application management.
I saw in the configuration, that I have several options regarding
App-management, but I don't 
know exactly the difference between these options:

- Managed Rootless app manager
- Panel app manager
- Null app manager

Can somebody explain the differences of these options ?


Currently I have a scenario, where I have several apps in one client
registered at the pgserver using
pgRegisterApp(PG_APP_NORMAL, "MyApp_1",0)
pgRegisterApp(PG_APP_NORMAL, "MyApp_2",0)
pgRegisterApp(PG_APP_NORMAL, "MyApp_3",0)

When I want to show for instance MyApp_2 instead of MyApp_1 I use 

pgSetWidget(pgFindWidget"MyApp_1",PG_WP_SIZE, 0,0);
pgSetWidget(pgFindWidget"MyApp_2",PG_WP_SIZE, PG_WP_ALL, 0);

I there any possibility to bring an application to the top regardless, which
APP is currently on the screen ?
Or is there a better way to navigate between several Apps ?
How can I toggle between Applications, when there are more than one Client ?

Any help would be helpful.

Best regards 
Claus


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to