locked
How to create a kiosk application RRS feed

  • Question

  • Hi, I wonder how to configure Windows 8 and how to create a touch application, which is supposed to run in a kiosk - ie. users should by able to see just the specific application; they should not by able to use ALT+TAB, nor any similar gestures, use the right panel with Search, Share etc. The only way how to go away from the application should be the regular Windows shutdown using PC's Power button, or using the interface of that application.

    Is the Metro UI the right environment for that application which supports an internal business process, for example receipt of goods station, a scale in the butcher's shop etc. while fulfilling the requiremenets above, or it should better suited in the desktop UI?

    • Edited by MCCZ Wednesday, September 14, 2011 8:46 AM
    • Moved by BillFillMicrosoft employee Wednesday, September 14, 2011 12:33 PM doesn't look like it belongs in General OS (From:Windows Developer Preview: General OS questions )
    Wednesday, September 14, 2011 7:34 AM

Answers

  • Metro style apps would not be a good fit for a Kiosk application.  UI activation, system menus and gestures to bring up charms etc... are all under the control of the OS layer and not accessible from the application itself.  There is not a way today to disable this for a Windows Metro Style application. 

    You can however program your Kiosk application the way you do today and simply leverage the Metro Style guidlines to give it the look of a Metro Application.  You could generate your UI using HTML/CSS or XAML and bring that in to your desktop application to get the feel of Metro apps as a give you a good starting point for your UI.

    Since you will be effectively disabling sharing, the ability to swipe in and dock another app and the other Metro functionality (if you could make a Metro Style app Kiosk Only) you would not have any benifit going with a Metro Style app for your solution.


    Jeff Sanders (MSFT)
    Friday, September 16, 2011 2:46 PM
    Moderator

All replies

  • Metro style apps would not be a good fit for a Kiosk application.  UI activation, system menus and gestures to bring up charms etc... are all under the control of the OS layer and not accessible from the application itself.  There is not a way today to disable this for a Windows Metro Style application. 

    You can however program your Kiosk application the way you do today and simply leverage the Metro Style guidlines to give it the look of a Metro Application.  You could generate your UI using HTML/CSS or XAML and bring that in to your desktop application to get the feel of Metro apps as a give you a good starting point for your UI.

    Since you will be effectively disabling sharing, the ability to swipe in and dock another app and the other Metro functionality (if you could make a Metro Style app Kiosk Only) you would not have any benifit going with a Metro Style app for your solution.


    Jeff Sanders (MSFT)
    Friday, September 16, 2011 2:46 PM
    Moderator
  • Hi Jeff, thank you for your answer and recommendation. I hope that the desktop controls are tuned for touch as well (still waiting for arrival of the touch monitor).

    <small>PS: Why are you marking your post as an answer before I have even a change to read it?</small>

    Friday, September 16, 2011 5:16 PM
  • Sorry, meant to hit Propose instead :-).  Desktop apps to respond to touch as well!
    Jeff Sanders (MSFT)
    Monday, September 19, 2011 3:29 PM
    Moderator
  • Hi all,

    i think there should be a way to make a metro app secure from stopping or changing to startscreen etc.

    I would like to make a kiosk app on a win 8 RT tablet. But without something like apples "guided access" i have to make it on iPads :(

    Is there realy no way to disable the systemgestures and startbutton?


    Friday, December 28, 2012 12:04 PM