Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Денис Черемисов
Very well, but is there any tool for converting glade files into gtkaml? It should also create function prototypes. 04.02.08, 10:20, "Vlad Grecescu" <[EMAIL PROTECTED]>: > On Feb 4, 2008 4:18 AM, pancake <[EMAIL PROTECTED]> wrote: > > Yay :) > > > > I find this approach for GUI design quite bet

Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Vlad Grecescu
On Feb 4, 2008 4:18 AM, pancake <[EMAIL PROTECTED]> wrote: > Yay :) > > I find this approach for GUI design quite better than using glade, > xml is simpler and this will generate native code, instead of > parsing an xml on runtime which is more efficient and productive. > > I'll keep an eye on it

Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread pancake
Yay :) I find this approach for GUI design quite better than using glade, xml is simpler and this will generate native code, instead of parsing an xml on runtime which is more efficient and productive. I'll keep an eye on it ;) btw gtkaml doesnt compiles with valac 0.1.6. You need the svn one.

Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Vlad Grecescu
On Feb 3, 2008 8:22 PM, Nguyen Thai Ngoc Duy <[EMAIL PROTECTED]> wrote: > 2008/2/4 Ed Schouten <[EMAIL PROTECTED]>: > > * Vlad Grecescu <[EMAIL PROTECTED]> wrote: > > > I had this idea for some months now, to write a preprocessor that > > > converts xml like the one below into valid GTK+ code: >

Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Nguyen Thai Ngoc Duy
2008/2/4 Ed Schouten <[EMAIL PROTECTED]>: > * Vlad Grecescu <[EMAIL PROTECTED]> wrote: > > I had this idea for some months now, to write a preprocessor that > > converts xml like the one below into valid GTK+ code: > > But... isn't this what Glade already does? Glade (or GtkBuilder) format is t

Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Émilien Tlapale
And GtkBuilder already present in GTK+ ... Ed Schouten wrote: > * Vlad Grecescu <[EMAIL PROTECTED]> wrote: > >> I had this idea for some months now, to write a preprocessor that >> converts xml like the one below into valid GTK+ code: >> > > But... isn't this what Glade already does? >

Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Ed Schouten
* Vlad Grecescu <[EMAIL PROTECTED]> wrote: > I had this idea for some months now, to write a preprocessor that > converts xml like the one below into valid GTK+ code: But... isn't this what Glade already does? -- Ed Schouten <[EMAIL PROTECTED]> WWW: http://g-rave.nl/ pgpbp0lHD2Et2.pgp Descri

[Vala] gtkaml - An Application Markup Language for GTK+Vala

2008-02-03 Thread Vlad Grecescu
Hello List and Vala developers! I had this idea for some months now, to write a preprocessor that converts xml like the one below into valid GTK+ code: The Vala project made my dream come true :)! So basically I wrote gtkaml (http://code.google.com/p/gtkaml) as an extension of Va