Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
using XamTileManager in a line of business app
posted

We've been looking at using XamTileManager with the metro styles in a line of business app, and have some questions about the functionality.

As we look at metro functionality in general, we see where the tiles are used to display the options avaialble for the user, with the ability to include active content in the tile.  That functionality we see in the NetVantage toolset.  What we don't see is where the user can click on a tile to open that screen.  The XamTile doesn't even have a clicked event or a double clicked event.  Our app has a few dozen tiles, and we expect to give the user the screen they opened in a full screen mode.  To have the non-selected tiles still visible on the side of the screen reduces the functionality the user can access in what they selected.  We would also like to have the screens open in the XamDockManager, to allow the user to have multiple screens going at the same time.

So we'd like a XamTileManager to sit on top of a XamDockManager, with the ability to click on a tile and open in the dock manager.  We would also like the ability to go back from the dock manager to the tiles.  Is this conceptually even possible with NetVantage?