Toying a little.. Extending the WPF Text Element
I had a busy week where I was a lot from home I didn’t have access to my .NET Micro Framework devices so I toyed a little with the new 3.0 version and the Emulator. I have an idea to make something like the Philips Wakeup light. It should be easy to construct, it’s just an micro controller board, light dimmer and a light bulb. But that project lies a litte in the future. When i’m developing my simple projects one of the hard parts is always the UI design. I’m a web developer so I’m used to keep the UI as far away from the business logic as posible. Ofcourse this is not realy posible with the small .NET Micro Framework.
Being obligated to think about the user interface and build it I want to make an UI class with elements that are missing from the standard WPF library. Things that should be easy to implement are Up/Down control, Select list, Text edit, Buttons and Alert dialogs. Also focus shifting with the [Tab] key is something I realy mis.
Recent Comments