TimeSpanPicker

by Admin 20. January 2005 06:31

The RikWareTimeSpanPicker is complete. Basically it looks like the standard DateTimePicker when it's in time format except it allows the hour section to go past 24 hours. This allows easier editing of short TimeSpans.

The whole thing is built on the UpDownBase class supplied with .NET. On top of that I had to re-implement the partial selection style that the DateTimePicker provides (ie. where you can select just the hour section and move it up and down with the buttons). Unfortunately, using the UpDownBase means no visual styles - I'm working on fixing that.

TimeSpanPicker
EDIT - 30 April 2008: The TimeSpanPicker control has now been released publically under a BSD license. You can find out more here - http://www.rikware.com/page/TimeSpanPicker.aspx

Skype Time

by admin 20. January 2005 00:05

I signed up for Skype yesterday (username: richard_mason). Seems to work reasonably well even over my 56k link, unless I try to host a conference call or download anything else at the same time. Still, what do you expect...

WinForms TimeSpan editing

by admin 16. January 2005 01:36

So... this blog is worth watching isn't it. Anyway, the short version is I haven't posted in a month, but I have managed to visit Melbourne for the first time in over 20 years. Report from Victoria is: Hedge mazes are fun.

On the off chance that somebody out there is still listening, I'm looking for a winforms control to edit timespans. I'm thinking an up-down style control with a time format but which allows the hour section to go past 24 hours. Having found nothing in my brief search, I'm about to go make one of my own.

Also been checking out O/R mappers - settled on LLBLGen Pro which looks pretty good at this stage. If anybody has comments on O/R mappers then I'd love to hear them...

About Us

RikWare is a software development company based in Brisbane, Australia. Led by director, Richard Mason, RikWare focusses on solving challenging business problems promptly and effectively.

RikWare is also the owner of Aussie Bushwalking, a free, wiki-like collaboration site for bushwalkers and the creator of RikMigrations, a migration framework for .NET.

Aussie Bushwalking

Want to discover some new bushwalking ideas? Share a few of your own? Aussie Bushwalking is like Wikipedia... but for bushwalkers. Head on over. Anybody can see the walks and it's free to sign up and share your own.

 

RikMigrations

RikMigrations is a database migration library for .NET based on the migrations facility provided by Ruby on Rails. It allows simple upgrading and downgrading of databases using .NET code (such as VB or C#) either from the command line or built into your application. Unlike many other migration frameworks, RikMigrations is a stand-alone library which does not rely on a large surrounding framework.