Friday, May 01, 2009

I’ve made some further changes to the layout, adding the short status information below the tube line name, and switched to only one traffic light for each line.

tfl3

I used Expression Blend, which looks like quite a good tool. I’m not sure how far I’ll be able to take this, as the design side isn’t really one of my strengths. My  impressions of XAML and WPF, are that it’s big, complicated, and very powerful.

I think it will enable teams to develop very good looking applications, if they can add a designer into the programming team.

Friday, May 01, 2009 10:37:24 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.Net | C# | tflTubeStatus | WPF | XAML

I’ve put in a little more work on my WPF app, mostly learning a bit more about XAML. The layout has changed from this:

tfl1

tfl2

There are still a few things I want to add, a status bar, an control to show more details.

Install the application here

Friday, May 01, 2009 12:08:29 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.Net | C# | tflTubeStatus | WPF | XAML
 Thursday, April 09, 2009

I’ve started working on my first WPF application. Just a simple application to display the current status of the London Underground. It’s very basic and ugly at the moment, but I’ll be working on it.

Click Here to install using Click Once deployment.

Many thanks to Ben Dodson for providing the api @ tubeupdates.com.

Thursday, April 09, 2009 12:11:28 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.Net | C# | Development | tflTubeStatus | WPF
 Friday, March 13, 2009

It is sometimes very handy to be able to upate a value in a config file from within the program.

Here is how:

Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); config.AppSettings.Settings["DailySerialNumber"].Value = this.serialNumber.ToString(); config.Save(ConfigurationSaveMode.Modified); ConfigurationManager.RefreshSection("appSettings");
Friday, March 13, 2009 10:32:52 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.Net | C# | Development
Navigation


Archive
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910


SilverCode Solutions Ltd
4 Maple Close
Brentwood
Essex
UK
CM13 2EA
Phone: 0845 0557260
© Copyright 2010
SilverCode Solutions Ltd
Sign In

Statistics
Total Posts: 16
This Year: 4
This Month: 1
This Week: 1
Comments: 13