Back
Table Of Contents
Future Plans
Locking To a single window
This will allow both the keyboard and mouse input to be confined to a
single window or dialog box. The user will not be able to use any of the
special windows key combinations to move out of the window. For example Task
Switching (Alt-Tab), using the windows key, Ctrl-Esc, etc. This will allow
the library to be used in situations where a password box should appear,
if mouse or keyboard events are detected. Currently this is not possible because
only system wide locking has been implemented.
Client Print Job Reporting
This will allow the print jobs, from the client machine, to be recorded.
Hopefully I'll be able get the amount of pages printed however this is a
printer dependant "feature". I don't know why this is the case, linux
doesn't have that problem.
Next Release
KioskControl 0-9-0 Release
- Locking to a specific window
- Callback if mouse movement or keyboard events are detected.
KioskControl 0-8-3 Release
- This release converts to scons to replace my make/cygwin dependance.
KioskControl 0-8-2 Release
- This release contains the ability to build the C++ code as a DLL.
This allows the project to be used without needing python and boost.
- This release updates the documentation to include the C++ classes
and code.
KioskControl 0-8-1 Release
- This release updates the documentation and allows me to produce
KioskControl DLLs for python 2.1.x and python 2.2.x
Back