LaptopKiosk Progress
Posted on : 31-05-2008 | By : Chuck | In : C#, Programming
0
Work has been progressing rather smoothly on the LaptopKiosk project mentioned in the previous post.
The state system is now functional with two states, Main and Weather.
The Main state has a functioning clock and rotating background images. This all works fine on my development machine, but the changing background images seem to freeze the program for about 5 seconds on the laptops. I know why it does this, and i know what needs to be done to fix it, but i’m still working on getting that fix translated into code.
The Weather state currently grabs weather information every minute from a local weather station using the WeatherBug API. Its GUI is certainly far from complete, but I plan to do more work on it after I get the problems fixed with the rotating background images.
Overall, for being the first program I have ever written using WPF, and only the second program I have done using C, progress has been going extremely well. I plan to write up more code-based posts in the future.




