Tuesday, January 12, 2010

It turns out that obfuscated fonts cannot be deobfuscated without their original file name (which is a guid with a .odttf extension). I'll have to either package fonts with their filenames intact or as unobfuscated .ttf files. I think I'll go for option a.

Fucked about for ages, having trouble with weird behaviour (I think to do with WPF font cache or something). Too hot to keep proper notes (10:30pm, 32.5 degrees and no air con).

Working on UI and VM to open scores from DB. Need to make a generic modal dialog window that accepts a viewcontrol as content.

A viewModel object can now fire an event and pass another viewModel object (ie the vm for selecting a score from the database). The first vm's view may catch the event and create a new window. The window's content is set to the vm and its style is a global modal dialog window xaml style. The xaml for the window content is a datatemplate for the vm's type.

todo maybe: Actions need a default error message. A message like a null reference exception isn't very handy without a prefix for what failed.
todo maybe: Handle technical errors better such as with a message about an internal error and some reporting mechanism.

Fkn 11:25pm, 32.2 degrees.

No comments:

Post a Comment