vanda / DigitalLabels

Django app to generate an interactive gallery label interface, optimised for touch screens and tablets.
Other
1 stars 2 forks source link

Digital Labels: kiosk mode #18

Closed richbs closed 12 years ago

richbs commented 12 years ago

Disable text selection and cursor by default.

methodog commented 12 years ago

Bottom line: on Mac OS X, almost no applications restrict breaking out of full-screen, or so-called 'kiosk mode', to system menu bar. For this reason, the iCab browser may be the only option at the current time.

Some useful commands and settings for Opera kiosk mode follow. However disabling text selection is not among them, the solution lying in Javascript (which is x-browser)
Chromium kiosk mode (with it's superior animation thanks to V8 Javascript engine)
richbs commented 12 years ago

Looks like we're going with iCab. Can we?

I thank your legendary self.

richbs commented 12 years ago

I have agreed with Eric to write an Applescript to close iCab perhaps with a password.

methodog commented 12 years ago

Opera 11.5 is old enough to not support the Mac OS full screen API, thus providing a kiosk mode without the break out problem.

So, the only problem left to fix is the hiding of the cursor in Opera. The solution is in the touchscreen drivers form TouchBase, and an update in the form of their Gestures add-on: http://touch-base.com/downloads/Gestures/UPDDGesturesmacosxSL-Lion.zip The following changes to the default settings are required in the config file gesture.ini:

richbs commented 12 years ago

All good. This is a useful record of our work here. Closed!