04-07-2016 09:57 AM
We're writing a front-end in DIAdem that allows the user to view videos in the view panel. We want to run it in full screen mode, but the video controls aren't visible. Is there a way to make the video controls appear in full screen mode?
04-07-2016 04:38 PM
The full-screen mode in DIAdem doesn't provide any options e.g. keeping some of teh UI elements visible. That said, there is a script interface which allows you to hide specific toolbars in DIAdem or add /remove icons from the toolbars. Please take a look at the script API starting with "BarManager". I woul dthink that you will find what you need there