Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-10 Thread Jonathan Gardner
Deepak Mishra wrote: > > > 2009/1/10 Deepak Mishra > > > > > I noticed two things that might be related. > > > (1) It appears that the qooxdoo-test app relies on a lot of > things in > the qooxdo-0.8.1-sdk directory. It references them

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-10 Thread Jonathan Gardner
Deepak Mishra wrote: > > You can however view the "build" version from a web server without any > problems, which can be generated using ./generate.py build. > I'm seeing the following errors with firebug with the build/index.html file after I ran ./generate.py build: qooxdoo is not defined if

Re: [qooxdoo-devel] object iframe and applet-html

2009-01-10 Thread Marco Vecchi
Hello jim, I need to use an object as well iframe 'doing my applet is not to overlap on a dropdown menu created previously. I already have 'noted that the only way to ensure that the applets do not overlap in the dropdown menu is to put the applet in an iframe, but' I would not be forced to wri

[qooxdoo-devel] [Fwd: Re: Translated messages in statics]

2009-01-10 Thread thron7
I'm forwarding this to the mailing list, so that all can participate. Could you provide the output of the failing 'generate.py source' run?! Thomas Original Message Subject: Re: [qooxdoo-devel] Translated messages in statics From:"meo

Re: [qooxdoo-devel] object iframe and applet-html

2009-01-10 Thread Jim Hunter
Is there a reason that you don't want to use an qx.ui.embed.Html? It allows you to drop html code into an area of a page. I don't think there is a need to use an IFrame if you are supplying the html locally and not via a URL. http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.Html Jim On Fr

Re: [qooxdoo-devel] custom widget and layout

2009-01-10 Thread aggieben
aggieben wrote: > > I'm trying to make a custom widget based on the Animation demo, and I > haven't quite figured out how to do my widget layout correctly. > > Relevant (I think) snippets: >>From Login.js: > > Sorry for my terseness. I got interrupted while writing this and came back later

[qooxdoo-devel] custom widget and layout

2009-01-10 Thread Benjamin Collins
I'm trying to make a custom widget based on the Animation demo, and I haven't quite figured out how to do my widget layout correctly. Relevant (I think) snippets: >From Login.js: __createLayout : function() { /* * set up the container */ var layout = new qx.ui.layo

Re: [qooxdoo-devel] Translated messages in statics

2009-01-10 Thread thron7
Hi! > I've been using qooxdoo for quite a while, and really like it. Good :). > Today I decided to localize my application, but have run into problems > - I replaced all strings with this.tr(), generated .po files and re- > generated source but when I run my app, it errors out with "this.tr() >