 |
GTK+ Forums Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
|
|
|
| Author |
Message |
|
|
muhQ
Joined: 02 Sep 2008 Posts: 3
|
Posted: Tue Sep 02, 2008 2:04 pm Post subject: GTK# cross platform visualization |
|
|
Hi there,
I'm lookin for a framework that fits best.
A editor creates a xml file with information about a gui.
e.g. size of the frame, buttons (positions, name, extensions,event handler,...)
The size of the objects will be smaller if e.g. pda / smart phone etc is selected.
this file needs to be parsed and according to that build a gui. The problem is that i want to use one framework on all of my different systems.
Windows, Windows CE, Windows Mobile
Linux, Linux embedded
Mac OS
etc. (the more i can get the better it is :D )
So my question is, can gtk# handle that in addition to mono?
Thanks a lot, I'm really tired of not being able to tell which framework I could use.
greetz mat |
|
| Back to top |
|
 |
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 526 Location: Falun, WI USA
|
Posted: Tue Sep 02, 2008 3:57 pm Post subject: |
|
|
I think that glade will help you, and while this tutorial isn't for Gtk#, it should help you with the concept of glade
http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html
as for being able to use it on small devices, you'll need to design your interface so that it will work on them,
other than that, gtk should take care of sizing |
|
| Back to top |
|
 |
muhQ
Joined: 02 Sep 2008 Posts: 3
|
Posted: Tue Sep 02, 2008 4:43 pm Post subject: |
|
|
First of all thanks for the interesting link!
But I still have another prob. The editor which describes the GUI and creates an XML file is a graphical one to drag and drop my own widgets onto a ui.
If it is possible to insert my own widgets into glade and lock the basic ones that would help me;( |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group CodeBB 1.0 Beta 2
|