Fullscreen plugin/app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I'm working on a naviworks plugin(addinplugin) witch take advantage of the touch and sensor capabilities of windows 8 Ultrabooks.
considering the limited screen space available on those kind of devices, I would want the interface to be as minimal as possible(I don't need to see the toolbars, or even the sides of the windows when it is active, only a limited set of toolpanels).
I'm wondering if it is still possible to do that by keeping my modification as a plugin. So far I've noticed that when you switch navisworks to fullscreen with F11, all the toolpanels like properties & selection sets dissapear, as well as my plugin toolpanel.
I fear that, if I start programming a stand alone application based on the navisworks api (like a viewer) I would have to re-do all the specific panels that I want to keep from Naviworks(Properties, selection sets, the animator timeline) so it wouldn't be of my interest if I want to save time.
I was thinking of making a plugin that displays a always-on-top, transparent WPF window on top of a full-screen navisworks, but if there is a way to hide everything but the view zone and the toolpanel zones, It would be ideal.
To reformulate, if my plugin could behave exactly like the ViewCube, witch stays when the user press F11, it would be Great.
I know what I'm making looks a bit like BIM 360, but I searched into it and I absolutely need those Navisworks features: an exhaustive property panel, lot of selection sets, work scheduling using a timeline... all of that on large navisworks files(hence the need of a Windows 8 Ultrabook).
What is the best approach to my problem?