leonreucher / powerpoint-remote-websocket

VSTO PowerPoint plugin to remote control the SlideShow using a WebSocket connection
6 stars 1 forks source link

Open/Close Presentation in background #5

Open meitzner-hannes opened 3 weeks ago

meitzner-hannes commented 3 weeks ago

regarding #4 would it be possible to open/close presentations in the background.

At the moment, when you have a presentation in presentation-mode, opening another presentation would set that one in the foreground.

If possible, always open presentation in background and add a parameter to the openPresentation function to force it in the foreground (like it is now).

for closing in background you could add a parameter into the endPresentation function to specify a path and check if its in path a the array of open presentation. If no parameter is specified, close the active one, if its specified search and close or throw an error or do nothing