I'd like to implement a very simple application, which would:
- Get a number from bar code reader
- Fetch some data from MySQL based on the number
- Based on the data, draw max 10 selection boxes on the screen of a touchscreen display
- User points at the boxes she wants to select
- Application updates database according to user's selection
The selection screen should be aesthetically pleasing and "fill" the whole display.
Application can implemented for either Windows or Linux, but the development environment and other tools should be either free or low cost.
The software will not be made available for download, but it will only be installed in a couple of computers.
My experience is mostly from server side applications, so I welcome suggestions for the technology which would enable fast development of such an application.