[qooxdoo-devel] PyQooxCard

2008-05-11 Thread kc106_2005-qooxdoo
I don't know if anyone has downloaded PyQooxCard but if you did, you should refresh it from SVN. I fixed a nasty problem when running Windows. -- John Henry - This SF.net email is sponsored by the 2008 JavaOne(SM) Conferenc

Re: [qooxdoo-devel] PyQooxCard - was Poor Man's Qooxdoo GUI Builder

2008-05-05 Thread Siarhei Barysiuk
, load the window stored in xyz.qinc file... > > ? > > > > > > -Original Message- > > From: Siarhei Barysiuk [mailto:[EMAIL PROTECTED] > > Sent: Saturday, May 03, 2008 1:50 AM > > To: [EMAIL PROTECTED]; qooxdoo Development > &g

Re: [qooxdoo-devel] PyQooxCard - was Poor Man's Qooxdoo GUI Builder

2008-05-04 Thread kc106_2005-qooxdoo
Development > Subject: Re: [qooxdoo-devel] PyQooxCard - was Poor Man's > Qooxdoo GUI Builder > > > Hello John, > > What do you mean by "on-the-fly"? On-the-fly in javascript code? Or > load a part of application from server on-demand? > > Qooxdoo cre

Re: [qooxdoo-devel] PyQooxCard - was Poor Man's Qooxdoo GUI Builder

2008-05-03 Thread Siarhei Barysiuk
Hello John, What do you mean by "on-the-fly"? On-the-fly in javascript code? Or load a part of application from server on-demand? Qooxdoo creates all widgets on-the-fly when application starts(in main method). You can also create widgets in any callback, event handler and function and attach

Re: [qooxdoo-devel] PyQooxCard - was Poor Man's Qooxdoo GUI Builder

2008-05-03 Thread Leander Hanwald
Hi John, you can easily create widgets on the fly, thats without qxtransform the normal way of building a qooxdoo gui. You can see demos how to do this here: http://demo.qooxdoo.org/current/demobrowser/ (any of the demos should be ok for this ) Greetings, Leander [EMAIL PROTECTED] schrieb: >

[qooxdoo-devel] PyQooxCard - was Poor Man's Qooxdoo GUI Builder

2008-05-02 Thread kc106_2005-qooxdoo
After chewing on it for a few days, I think I am going to go along with the name created by Christian Boulanger: PyQooxCard. Take a look at my first real life application: http://epc.powersystemadvisors.com/ Some of the screens are just place holders but I am pretty happy that I was able to ha