Showing posts with label automatic startup. Show all posts
Showing posts with label automatic startup. Show all posts

Tuesday, April 21, 2009

Automatisation of startup

We also needed to make the startup of all the programs needed to control the multi-touch screen, so we decided to write some code in C#.

What happens in the code is the following.

1: startup of tbeta
2: simulate removing bacground by pressing 'b'
3: minimize tbeta screen for max fps (spacebar)
4: startup of multitouchvista processes in the right order.
5: we move all processes to the background (except tbeta for so far)
6: we write a logfile so you can track what events occurred and what not.
7: we kill all processes when you restart the program.

for more information on the code you can always ask us.