Allow app panels dedicated to certain apps

Started by ubacher, May 29, 2021, 08:48:15 AM

Previous topic - Next topic

ubacher

I want to have a certain app running in a docked app panel. More generic: I want to have the 4 app panels open and specific apps only
running in a specific panel. This is not possible now since opening an app always uses the last used app panel (the currently active).

Could one not specify to the app manager which app panel is to be used by an app? In the app.json file?

Mario

App Panels remember the last app they ran. If you close and re-open the panel, it should restore the same app.
Does this not work for you?
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

ubacher

QuoteIf you close and re-open the panel, it should restore the same app.

But if you open another app it will appear in the open app panel - so the wanted app gets removed.
The only way is to always have a second app panel open so that other apps appear in that second panel.

Open more than 2 App panels and it gets confusing.


Jingo

You can always modify your app to run in a SPECIFIC app panel every time using this command: IMatch.appRun({appid: 'YOUR APP', target: 'app-panel-3',});

Mario

-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

ubacher

Yes, by calling the app via a favorite I can specify the desired app panel.
But then I have to "protect" the app in the panel because if I call another app it will
run in the same panel. Thus the need to have a second app panel where all the other apps run.

(Or I have to specify the wanted panel for ALL apps that I run.)

Mario

-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook