Gliding into a .Net Micro Framework UI design with GLIDE
- Posted: Mar 16, 2012 at 6:00 AM
- 10,002 Views
- 1 Comment
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
So you have your .Net Micro Framework device. You want to give it a UI that people are used to, one with buttons, progress bars, grids, etc. You don't want to do all the basic grunt UI drawing yourself, and wish there was some kind of UI design tool available, preferably a free, though maybe GPL, one, one where there were non-GPL options you could purchase if needed. One where you could just focus on designing your UI and then easily add that design code to your code project...
Something like...
Glide is a graphical library for .NET Micro Framework (NETMF) that uses a graphical screen designer. Glide provides a more responsive experience then NETMF's built-in Windows Presentation Foundation (WPF) with many additional features, from buttons and lists to keyboards and message boxes. Glide only uses standard NETMF calls so it can run on the default NETMF emulator or any NETMF device with graphics support.
For more information please visit the Glide homepage.
ComponentsFeatures
- Button
- Canvas
- CheckBox
- Dropdown
- DataGrid
- Image
- List
- MessageBox
- PasswordBox
- ProgressBar
- RadioButton (automatic grouping)
- Slider
- TextBlock
- TextBox
- Load windows designed by Glide Designer.
- Animate between windows.
- Calibration window.
- Feed in your own touch events.
- Keyboard handling and customization.
- MessageBox handling.
- Can work on the default emulator or any NETMF device with graphics support.
So you download the Library from http://netmfglide.codeplex.com/;
Design your UI in their free web based graphical screen designer;
Take the XML;
Paste it into a sample app (they provide instructions on how to create the sample app's.. it's really easy, Iin their examples);
Run it and there's your UI!
Don't want to be held to a GPL license? Then you can buy a non-GPL version (with 4 hours of consulting) too.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Awesome! Just keep reinventing the already invented (Silverlight) ...
Remove this comment
Remove this thread
close