[qooxdoo-devel] PDF-Plugin problem

2008-05-05 Thread Tobias Koller (GERMO GmbH)
Hi list, I have a big problem with my PDF-plugin (adobe). I have an iframe with a PDF-file embedded. All I want to do is showing a usual qooxdoo-window above this iframe. But the pdf-plugin is always on top of everything. what can I do? I tested it in IE7. Thanks Tobias -

[qooxdoo-devel] Qooxdoo, stop eating my zeros

2008-05-05 Thread kc106_2005-qooxdoo
I was looking at my application at epc.powersystemadvisors.com and was wondering why there are no 0's in some of the data fields that are suppose to have a preset value of "0", or "0.0". I look at the qxml code, and it says: which looks right and the Qooxdoo code generate

Re: [qooxdoo-devel] make?

2008-05-05 Thread kc106_2005-qooxdoo
May be my original message wasn't clear enough: cygwin *works* on my machine - or else it would not have been possible for me to have developed PyQooxdoo. So, all the suggestions about installation tips would likely not help. As I indicated before, some part of cygwin craps out on "unable to a

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread kc106_2005-qooxdoo
I goofed! I forgot that new files have to be added. commit is not enough. They are there now. > -Original Message- > From: johnl [mailto:[EMAIL PROTECTED] > Sent: Monday, May 05, 2008 10:55 AM > To: [EMAIL PROTECTED]; qooxdoo Development > Subject: Re: [qooxdoo-devel] Builder GUI > >

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread johnl
Sorry, I still don't see them. If you have a moment, take a look and see if they're there. Thanks, David [EMAIL PROTECTED] wrote: > I think you downloaded it before I updated the files this morning. > > Try refresh your SVN. > > The Builder files should be on the same directory as the layoutedi

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread Bruce Bockius
Hi, FWIW I get the same error. I don't see any 'Builder' at SVN revision 41? -Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, May 05, 2008 11:44 AM To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-d

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread kc106_2005-qooxdoo
I think you downloaded it before I updated the files this morning. Try refresh your SVN. The Builder files should be on the same directory as the layouteditor - not to be confused with Christian's original version. > -Original Message- > From: johnl [mailto:[EMAIL PROTECTED] > Sent: Mo

Re: [qooxdoo-devel] No Python backend support?

2008-05-05 Thread thron7
> /me says says to himself, "Why didn't I find it?" > /me tries again... > /me realizes that searching for qxjsonrpc.py (the original query) > doesn't find it whilst searching for (simply) qxjsonrpc finds it right > away. > /me sighs. > Don't despair, it happens to all of us :). (Actually, tha

Re: [qooxdoo-devel] No Python backend support?

2008-05-05 Thread Derrell Lipman
On Mon, May 5, 2008 at 12:58 PM, thron7 <[EMAIL PROTECTED]> wrote: > Yep, that's the one I was writing about. I'm surprised Derrell couldn't > find it, a simple Google search brings up Victor's page at the top. /me says says to himself, "Why didn't I find it?" /me tries again... /me realizes tha

Re: [qooxdoo-devel] No Python backend support?

2008-05-05 Thread thron7
Fabian Jakobs wrote: > Derrell Lipman schrieb: > >> On Thu, May 1, 2008 at 11:09 AM, <[EMAIL PROTECTED] >> > wrote: >> Unfortunately not. It's a proprietary solution. However, I believe the observer model has merit when you are doing more than data

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread johnl
Looks good, but I get the following error: Traceback (most recent call last): File "./layoutEditor.py", line 33, in from builder import Builder ImportError: No module named builder I can't wait to try it out! jdl [EMAIL PROTECTED] wrote: > Ah but it gets better. I've incorporated Christ

Re: [qooxdoo-devel] "$" variable in built script

2008-05-05 Thread Andreas Ecker
Hi Oleksiy! > I wonder if there any non-hackish way to define my own name for the "$" > variable in build? (using some command-line arg or Makefile parameter) For so-called "packages" in 0.7 this is automatically taken care of. When not using the more advanced packaging mechanism, you can still u

[qooxdoo-devel] Builder GUI

2008-05-05 Thread kc106_2005-qooxdoo
Ah but it gets better. I've incorporated Christian's builder into PyQooxCard. Now, from design, to transform, to build is all click, click, click... See: http://sites.google.com/e/qxtransformer.org/qxtransformer/pqc Try it! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[E

[qooxdoo-devel] "$" variable in built script

2008-05-05 Thread Oleksiy Golovko
Hello, everyone I wonder if there any non-hackish way to define my own name for the "$" variable in build? (using some command-line arg or Makefile parameter) Thanks, Oleksiy Golovko - This SF.net email is sponsored

Re: [qooxdoo-devel] Iframe reloading

2008-05-05 Thread Oleksiy Golovko
Helder and Fabian, thanks much for your help! It is not a killer-feature for us at the moment, so we'd wait till officiall FF3 release. Thanks, Oleksiy Golovko On Wed, 2008-04-30 at 07:51 -0700, Helder Magalhães wrote: > > Fabian Jakobs-2 wrote: > > > > You could try to move the widge

Re: [qooxdoo-devel] auto height of label with wrap='true'

2008-05-05 Thread Fabian Jakobs
Leander Hanwald schrieb: > Hi, > > this is not possible with qooxdoo 0.7 without some (not so good working) > tricks. These tricks can be found in the mailing list archive (sorry, > have no link here, I use google for that :) ) > > But as far as I remember will qooxdoo 0.8 supports this. > Tha

Re: [qooxdoo-devel] No Python backend support?

2008-05-05 Thread Derrell Lipman
On Mon, May 5, 2008 at 9:03 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > back from holidays :-) There is a python backend developed externally by > Viktor Ferenczi > . I did some experiments with it some > time ago but I did not actual

Re: [qooxdoo-devel] No Python backend support?

2008-05-05 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Thu, May 1, 2008 at 11:09 AM, <[EMAIL PROTECTED] > > wrote: > > > > > Unfortunately not. It's a proprietary solution. However, I > > > believe the observer model has merit when you are doing more > > > than data collection > > > for example. >

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread Leander Hanwald
Hi Christian , a quick feedback about a small test I made yesterday: It fails to start unter Ubunut 8.04 with python 2.5 I will send the error message to the lost when I'm back at home. Greetings, Leander panyasan schrieb: > Hi, for those you don't want to wait for version 0.8's GUI for the bu

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

2008-05-05 Thread Siarhei Barysiuk
Yes, sure. You can see an example in our showcase. Take a look to file showcase.LoginWindow.qxml. This is a separate file with a window. QxTransformer will create a separate class for it. How to show it? Take a look to file qxtransformerPage.qinc, lines 53-54. When you click to this button, code

[qooxdoo-devel] Builder GUI

2008-05-05 Thread panyasan
Hi, for those you don't want to wait for version 0.8's GUI for the build process, here is a quick one, using wxpython & PythonCard, available from SVN at https://www.qxtransformer.org/svn/qxtransformer/trunk/tools/PythonCard - in the samples/builder subdirectory. http://www.nabble.com/file/p17053

Re: [qooxdoo-devel] Time & Plac

2008-05-05 Thread Helder Magalhães
kc106_2005-qooxdoo wrote: > > At least I am not in a country with state sponsored firewalls. > Maybe you are... ;-) kc106_2005-qooxdoo wrote: > > I tried Repo-browser and entered http://www.qxtransformer.org/trac and I > get an "Error * PROPFIND request failed on '/trac' PRO..." > Same thing

Re: [qooxdoo-devel] Unable to contact Andreas

2008-05-05 Thread Andreas Ecker
Hi Ralf, sorry for the delay. I had a few days off due to the holiday last week and haven't worked through my mails since then. I'm now back at work and gonna get in touch with you asap. TTYL, Andreas On Sun, 2008-05-04 at 15:19 +0200, Ralf Nieuwenhuijsen wrote: > Hi, Andreas. > > I've replie