Tagged Questions
For issues relating to designing and/or deploying software in kiosk environments.
13
votes
3answers
6k views
Kiosk mode in Android
I'm in the process of evaluating if and how a CF .NET enterprise application can be ported to run on Android devices. The application on Windows Mobile phones are run in kiosk mode where the ...
11
votes
5answers
1k views
Windows Kiosk App
So, I need to build a kiosk type of application for use in an internet cafe. The app needs to load and display some options of things to do. One option is to launch IE to surf. Another option is to ...
6
votes
6answers
493 views
Deny Access to Kiosk program process
I have a kiosk app and have to disable task manager always to prevent closing the program by users .
But some users need the TaskManager to close hanging programs.
Any help would be appropriated.
...
6
votes
2answers
5k views
Does Windows 7 have a Kiosk Mode?
I'm writing a Kiosk on a Windows 7 computer. The Kiosk is on a touch screen computer, that will not have a keyboard. The application is a WPF application running the .NET Framework version 3.5.
...
5
votes
1answer
209 views
Looking for a localizable WPF Keyboard control for Kiosk
I'm working on a project that is using WPF on an XPe box that will be deployed as a kiosk application (touchscreen only, no keyboard/mouse), and we have the need for an onscreen keyboard. We can't ...
5
votes
5answers
3k views
Can Flash or Silverlight be used for kiosk applications? How?
My experience is only with Flash and I'm afraid I have not kept up to date. The last time I tried this I was vaguely remember having a problem with Flash where it would slowly eat memory until ...
4
votes
5answers
91 views
What options are available for local state persistence in .Net
I'm looking for good options for persisting local state of an application (created in .Net / C#.)
I've considered rolling my own solution, or using a simple local database such as Sqllite, however I ...
4
votes
3answers
570 views
Advertising display kiosk. Would a browser be ok?
I am considering a project in which workstations, connected to a central server display various content under the control of a central timeline.
Requirements are that the kiosks could have various ...
4
votes
3answers
157 views
Security considerations for an ASP.Net web application that will be used on a public computer or kiosk
I have an application that can be used without authentication on computers in public locations. It's a simple four page application that allows users to apply for a marriage license. Some offices will ...
3
votes
1answer
108 views
Fully “Kiosking” Chrome (capture and prevent default of C-w/t/n)
I need to prevent Ctrl-w, Ctrl-t, Ctrl-n from doing their default functionality. inb4 zomg i hope this isnt possible, your an awful purson.
event.preventDefault() only works on lesser key combos ...
3
votes
4answers
506 views
How can I make a system-modal window?
Is it possible to make the main form of an application system modal? My application will FTP a file from a remote company PC. Users should not be allowed to interact with the desktop while this ...
3
votes
4answers
385 views
Keeping an application on top and in focus - always
I am creating a kiosk application and I want to ensure it is always, no matter what, on top of other Windows applications and the Windows task bar.
I am already blocking Windows keyboard commands ...
3
votes
2answers
2k views
Which Graphical Subsystem for Touchscreen Kiosk Development
I'm starting a hobby project in which I would like to have a graphical, touchscreen interface for interacting with a kiosk-like device running on top of Windows XP Embedded. For development of a rich ...
3
votes
4answers
533 views
Approve USB device after insertion
On Windows, is there any way to programatically approve a USB device after insertion, if it is of a certain type (say Removable Drive) allow its use, otherwise not? Also not to allow running of ...
2
votes
2answers
135 views
Disabling any possibility to exit a software?
I am implementing university exam software in C++, and I want to prevent any person from the ability to close it once it runs. The purpose is to prevent the user from copying the software, printing ...
2
votes
2answers
279 views
Is it possible to disable wireless networking using the Android SDK or NDK?
Is it possible to disable wireless networking on an Android device using the Android SDK or NDK?
2
votes
1answer
90 views
What are some techniques to monitor multiple instances of a piece of software?
I have a piece of self-serve kiosk software that will be running at multiple sites. I'd like to monitor their status remotely.
The kiosk application itself is pretty much finished. I am now in the ...
2
votes
5answers
170 views
A web app with logins in a kiosk situation
We are looking at setting up an internal web application (ASP.NET MVC) as a kiosk for the employees that don't have a dedicated computer. We currently do not have this kiosk setup. Each employee will ...
2
votes
2answers
77 views
Options for deploying an interface for a museum exhibit?
We are building an companion presentation that will be displayed on computer screens next to a museum exhibit. I believe the machines are going to be running OSX (no touchscreens) and the users will ...
2
votes
3answers
3k views
disable ctrl-alt-del and shutdown for kiosk
I finished an app for a client. After talking for a bit he would like me to do an additional app or recommend one for their kiosk.
The client would like a way to prevent the computer from shutting ...
2
votes
3answers
154 views
Two-way encryption on a local webserver that could get stolen
I have an offline kiosk computer that will be running a LAMP web server and hosting a form for people to walk up and fill out. The data they submit will be encrypted and stored in a MySQL database ...
2
votes
4answers
373 views
Programming language and O/S for a kiosk based system
I am going to be developing some software for a kiosk and was wondering what operating system and programming language I would be best off going with.
I understand kiosks a bit and realized there ...
2
votes
2answers
839 views
Can you switch off XSS protection in IE7 so that an Intranet application can know the content of offsite IFRAMEs?
TL;DR: Can I switch off XSS protection in Internet Explorer in a controlled environment so I can manipulate the DOM inside IFRAMES?
I am creating a kiosk for our public computers in our reception ...
2
votes
3answers
314 views
How do I shut off the Mac screensaver?
I'm writing an application that uses Apple's kiosk mode. I would like to disable the screen saver, but the "ScreenSaverDefaults" class reports itself as being 32-bit only. I can change the build to ...
2
votes
1answer
267 views
SDKs for kiosk software development [closed]
Possible Duplicate:
Kiosk software guidance
What kiosk SDKs are available? Are there any? I am looking for ones that saves development time by having built in API integration with hardware ...
2
votes
2answers
507 views
Kiosk software guidance
I need to develop a kiosk system. The only payment option will be a credit card/debit card. The kiosk need to be networked with another PC. For example, if a customer orders something on the kiosk, it ...
2
votes
1answer
1k views
WPF in kiosk mode - taskbar troubles
I'm trying to build an application that needs to lock down access to the PC while it is running. I need to make the app run topmost, in full screen mode, and ensure that alt-tabbing doesn't allow ...
2
votes
2answers
2k views
Hide the taskbar using c#
i am running windows Xp 64 bit. i want to hide the taskbar when i run my application.
I tried codes by searching in google. In all those, it hides the task bar. But the problem is, when i open a ...
2
votes
2answers
562 views
Best way to make a newsletter slideshow kiosk for the office?
So, I've been tasked with making a kiosk for the office for showing statistics about our SCRUM progress, build server status, rentability and so forth. It should ideally run a slideshow with bunch of ...
1
vote
1answer
34 views
ListPicker for WPF?
I'm developing a touch screen kiosk application in WPF. I'm leveraging the Microsoft Surface controls to make the application more touchscreen friendly, but I have yet to find a good replacement for ...
1
vote
1answer
84 views
Kick out cash drawer from Firefox on Ubuntu through Epson TM88iv
I'm working with a kiosk application, and need to kick out cash drawer #1 from an epson t88iv. I need to be able to do this without printing anything, and from firefox on the ubuntu platform.
Any ...
1
vote
0answers
81 views
Like Button issues using iPad/Kiosk software integration
I have created a web page based on the log-in (facebook) specs that works correctly through IE, Safari, Mozilla. I'm trying to set-up an ipad running a Kiosk software program. The link that I have ...
1
vote
0answers
114 views
Safari in kiosk mode or full screen with no tool bars
I have created a html5 video gallery that will be used as a kiosk in a casino. The videos play the best in safari but I cannot get safari to go completely full screen. Is there a way to do this or a ...
1
vote
2answers
67 views
direct mp3 file-transfer from a Kiosk to a smartphone
I'm building a Kiosk, using a MacMini and an Elotouch display. It would load a CoreAnimation based App. that plays multimedia content following user touch-based choices.
I'm in a early stage of the ...
1
vote
1answer
252 views
Bill printing jobs
I'm looking for a way to hook up all printing jobs on a machine.
We have some Kiosk computers running windows XP, and we would like to allow customers to print. We would like to be able to catch the ...
1
vote
3answers
166 views
Can Google Chrome be made to auto reload after network outage in kiosk scenario?
I have an unattended touch screen kiosk application which needs to be able to automatically reload the browser home page after a network outage has occurred. At the moment the browser will display an ...
1
vote
2answers
87 views
Call central in .NET?
I am looking to make a reception kiosk application in WPF to handle incoming phone calls.
The gist of the application is to retrieve customer information both from their caller ID as well as the ...
1
vote
3answers
375 views
Facebook “like” functionality in a kiosk
I've been tasked by a client to write an application for a kiosk (think checkin machine at an airport) and one of the options for the users is to "like" my client in Facebook. I've read the plugin ...
1
vote
2answers
291 views
Running a computer in kiosk mode for a custom Linux C++ app
I want to create a C++ application that is to run on some Linux platform on a specific laptop computer. I do however not want the users of this laptop to use any other applications/system features ...
1
vote
2answers
120 views
Can I with javascript lockdown browser address bar to a specific domain?
I'm quite new at Javascript, and have so far only used the DOM, but I now need to access the browser model, and I don't know if what I'd like to do is possible.
The problem: sometimes I let my ...
1
vote
2answers
438 views
Kiosk GUI layout
I need to develop a GUI for a self-service kiosk. The kiosk will take food orders (i.e pizza, burgers, salads) and provide the ability to pay using a credit card. Can anyone suggest the best GUI ...
1
vote
3answers
657 views
Hide the mouse cursor in Opera 10 Kiosk Mode
Seems I can't use cursor:url(); with opera and from what I can tell they removed the hide cursor setting from opera.ini.
We're running an app in kiosk mode on a touch PC and would like to hide the ...
1
vote
0answers
715 views
General Question about Windows 7(Kiosk) Group Policy Lock down of Silverlight Out of Browser
I'm hoping to lock down, a Windows 7 laptop into more or less a kiosk type mode. Basically login to Windows 7, automatically open up a silverlight out of browser application. It should also prevent ...
1
vote
4answers
2k views
APIs for magtek magnetic credit card readers
All,
I need to develop a kiosk application which needs to communicate with a magtek magnetic credit card reader. I know the readers come with drivers, but any one know of "high-level" APIs? For ...
1
vote
3answers
938 views
How to create kiosk-mode iPhone app?
I'd like to run an app in the KIOSK mode, so that it
auto-starts after starting the device
re-starts after app crash/power loss/etc.
Any ideas how to do this on a [probably jailbroken?] iPhone?
1
vote
1answer
88 views
need help in choosing a pc to run my flash-kiosk-app on - what cpu factors affect flash performance?
i am a self-taught actionscript 3 programmer and i have written a gaming-app to run on an all-in-one touchscreen pc in fullscreen kiosk mode. this project is a "garage business" meaning i learn as i ...
1
vote
3answers
275 views
How to access kiosk id reader data from PHP based Web Application
Has anyone done something like this? How?
I'm just starting a project that will have a browser based web application (using PHP and possibly an Ajax framework like Dojo or JQuery) that is presented ...
1
vote
3answers
2k views
Touchscreen-Oriented Website Development Recommendations for Non-Microsoft Platform
We are currently designing a website that will be accessed from kiosks in a museum. Users will need to be able to browse through a number of different web pages that will currently contain static HTML ...
0
votes
2answers
61 views
c# on windows updating a program while it's still running
I have a program on a kiosk with an associated service that updates the program by periodically checking on the web for a newer version of the MSI. If it finds one, it will install it, the program may ...
0
votes
2answers
58 views
Making Google TV into a public kiosk
I am working on a project where we have to put a Google TV in a public area. I am building a custom application for it that should be running all the time. Basically, we don't want someone to be ...