Click here to Skip to main content
15,879,095 members
Articles / Mobile Apps / Windows Mobile
Article

OpenTheme : An open source graphic user interface (GUI) toolkit

Rate me:
Please Sign up or sign in to vote.
4.96/5 (157 votes)
22 Oct 20042 min read 726.3K   297   108
An innovative alternative to XAML and XUL

Sample Image - maximum width is 600 pixels

Introduction

OpenTheme is an XML based GUI toolkit with a set of foundation class and WYSIWYG editor. Although it's originally designed for full screen GUI, it is also good for Windowed user interface, with full localization support and arbitary look-and-feel.

I prepared a full tutorial at

Background

When I was developing my OpenHTPC project, I was always thinking about how to make it looking cool. Since I'm not a graphic designer, I know I will never actually design any 'cool' graphics. That brought up an interesting old question, is there a way to completely separate the design of graphic user interface from the design of the business logic?

Well, since I'm confident I'm a fairly good software architect, I think I can do this job better. Finally, I designed this OpenTheme project. In this project, I tried some new technics. And finally I had chance to express my own opinion about software design and implementation in this project.

Using the code

It is still the preliminary Alpha release. So some of the design is still subject to changes. The best way to understand the design is to read the tutorial from a user's point of view.

But this release is already stable enough. The ThemeEditor can be used to design the entire ThemePack. In your code, just use the following code to load a Themepack.

C#
// Create a ThemePack
ThemePack tp = ThemePack.FromXml(fileName, null);
// Run through Themes contained in the ThemePack

foreach (Theme curTheme in tp)
{
   // ........
}

// Get a Top Level page from Theme
ThemeObject themeObj = curTheme.GetThemeObject(ID);
// Draw this ThemeObject with a Graphics
themeObj.SetBounds(......);
themeObj.RecalculateLayout(Graphics g);
themeObj.Invalidate(Graphics g);

Points of Interest

A Theme is a collection of layered graphics (with alpha transparancy) with layout manager. System provides a set of 'atomic' components such as Images (OpenThemePictureBox), Text (OpenThemeTextBox), Color block (OpenThemeColorBox). Components can contain sub components within their bounds. The sub-components may contain other sub-components.

System also provides some more complicated components with custom code to determine the bounds of its sub-components for more complicated layout management. Those are called 'container' components.

Programmers can easily implement their own 'atomic' components and 'container' components. For example, the system provides a button component to support buttons with absolutly ARBITARY user designed look and feel. Below are the look and feels of that button with different state.

Image 2

Disabled

Image 3

Enabled

Image 4

Active

Image 5

Focused

Image 6

Toggled

Another example is the horizontal scrollbar.

Image 7

The logic is complete to define any popular components (such as button, radio, scrollbar, menu etc) with completely user defined look and feel, for full screen or windowed applications.

The system is very light-weighted. The core part only have barely more than 2000 lines of code and only dependent on some very basic GDI+ functions and XML library. And it doesn't even depend on Windows Forms classes. I would expect it to be ported to Linux platform and .Net compact framework with very little or no modification in the near future.

History

  • Oct. 20, Initial Alpha release.

TODO List:

  • Event model
  • Finish all common controls
  • Visual Studio .Net extensibility integration

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Hello All!

Comments and Discussions

 
GeneralMy vote of 5 Pin
hi2hak3-Aug-11 9:34
hi2hak3-Aug-11 9:34 
I still didn't use it but i am impressed superb job man.
Generalgood Pin
futurejo3-Aug-08 3:15
futurejo3-Aug-08 3:15 
Questionlicensing Pin
JayTau11-May-07 19:26
JayTau11-May-07 19:26 
AnswerRe: licensing Pin
dedel19-Aug-07 23:10
professionaldedel19-Aug-07 23:10 
GeneralGreat job man... Pin
antecedents6-Feb-07 13:53
antecedents6-Feb-07 13:53 
GeneralNice but... Pin
Marcel Härry16-Nov-06 12:51
Marcel Härry16-Nov-06 12:51 
GeneralRe: Nice but... Pin
weiqj16-Nov-06 12:55
weiqj16-Nov-06 12:55 
GeneralRe: Nice but... Pin
Rainer Schuster16-Nov-06 20:41
Rainer Schuster16-Nov-06 20:41 
GeneralRe: Nice but... Pin
weiqj18-Nov-06 12:14
weiqj18-Nov-06 12:14 
QuestionRe: Nice but... Pin
stixoffire22-Mar-07 10:58
stixoffire22-Mar-07 10:58 
AnswerRe: Nice but... Pin
weiqj23-Mar-07 5:55
weiqj23-Mar-07 5:55 
GeneralRe: Nice but... Pin
alcexhim29-Aug-13 6:45
alcexhim29-Aug-13 6:45 
GeneralRe: Nice but... Pin
Marcel Härry14-Jul-14 8:52
Marcel Härry14-Jul-14 8:52 
QuestionEvents Pin
obeea9-Aug-06 9:45
obeea9-Aug-06 9:45 
AnswerRe: Events Pin
weiqj11-Aug-06 9:41
weiqj11-Aug-06 9:41 
Questionpublic repository? Pin
a-nema23-Jan-06 8:29
a-nema23-Jan-06 8:29 
QuestionNo images, no icons Pin
Gord Murdoch15-Nov-05 18:28
Gord Murdoch15-Nov-05 18:28 
AnswerRe: No images, no icons Pin
weiqj16-Nov-05 13:49
weiqj16-Nov-05 13:49 
GeneralRe: No images, no icons Pin
Gord Murdoch18-Nov-05 7:52
Gord Murdoch18-Nov-05 7:52 
GeneralGetRelativeDirectory() error Pin
Member 228207418-Oct-05 18:08
Member 228207418-Oct-05 18:08 
GeneralRe: GetRelativeDirectory() error Pin
Anonymous23-Oct-05 16:33
Anonymous23-Oct-05 16:33 
GeneralAn error at runtime Pin
Cong Dan28-Sep-05 22:39
Cong Dan28-Sep-05 22:39 
GeneralRe: An error at runtime Pin
weiqj1-Oct-05 3:04
weiqj1-Oct-05 3:04 
Questionwhere can i download the ThemeEditor? Pin
Your details have been updated11-Aug-05 20:20
Your details have been updated11-Aug-05 20:20 
AnswerRe: where ican i download the ThemeEditor? Pin
weiqj14-Aug-05 4:02
weiqj14-Aug-05 4:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.