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
, 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
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
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
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:
>
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