Re: [qooxdoo-devel] no qoox-noopt

2012-02-06 Thread Jagget
Hi Juan! Try download qooxdoo sdk 1.6 again, because in my archive in file sdk/framework/config.json I have strings "qxoo-build" and "qxoo-noopt", that mean I can run command "python generate.py qxoo-noopt" from directory sdk/framework/ С уважением, Jagget On 7 February 2012 07:02, Juan Fern

Re: [qooxdoo-devel] Qooxdoo based web site

2012-02-06 Thread slah
Hello, any link for the web page? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-based-web-site-tp7248010p7261388.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Keep Your Dev

[qooxdoo-devel] no qoox-noopt

2012-02-06 Thread Juan Fernando Jaramillo
Hello, I'm new in Qooxdoo, I like to use the option qxoo-noopt, but in my version 1.6 doesn't appear. I like to debug, and it is hard without this option. I was try by command line parameter, and changing it in the config file, but doesn`t work. Any idea? Regards Juan Fernando Jaramillo -

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-06 Thread Benjamin Dreux
Thanks for you help. I'will give it a try Regards Le 6 février 2012 08:26, Derrell Lipman a écrit : > On Mon, Feb 6, 2012 at 08:02, Benjamin Dreux wrote: >> >> Do you mean that i should try to create a new layout, based on grid >> layout. >> This new layout will add line separator between it ce

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-06 Thread Derrell Lipman
On Mon, Feb 6, 2012 at 08:02, Benjamin Dreux wrote: > Do you mean that i should try to create a new layout, based on grid layout. > This new layout will add line separator between it cells. > > Is that what you meant ? > "Layer," not "layout." The "virtual" infrastructure allows multiple layers

Re: [qooxdoo-devel] Genereate Qx Properties Dynamically

2012-02-06 Thread John Spackman
>You mean like building the map dynamically and then feed it as a parameter >to qx.Class.define() ? Am I right ? Yes, exactly. John -- Try before you buy = See our experts in action! The most comprehensive online lear

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-06 Thread Benjamin Dreux
I'm not quite sure to understand your idea. Do you mean that i should try to create a new layout, based on grid layout. This new layout will add line separator between it cells. Is that what you meant ? Regards Le 3 février 2012 15:21, Derrell Lipman a écrit : > On Fri, Feb 3, 2012 at 15:07, Ben

Re: [qooxdoo-devel] Genereate Qx Properties Dynamically

2012-02-06 Thread Marco Pompili
Hi John, Thank you this might help. But What do you mean with "call qx.Class.define() with your dynamic definition" ? You mean like building the map dynamically and then feed it as a parameter to qx.Class.define() ? Am I right ? Thank you for your response. - La coincidenza non ha madre. --

Re: [qooxdoo-devel] Genereate Qx Properties Dynamically

2012-02-06 Thread John Spackman
Hi Marco I don't know about adding properties to an *existing* class but you can create new classes on the fly and the new classes can have your dynamically-defined properties. Just call qx.Class.define() with your dynamic definition. Is that any help? John On 06/02/2012 10:11, "Marco Pompili"

Re: [qooxdoo-devel] Create password field

2012-02-06 Thread slah
Hi Robert, thank you for the reply, hidden html forms are a nice approach, I need to test if it works first. Also if not working, I'll go for a separate php login page that loads qoox app and pass session id to it when login is successful. Regards Robert Nimax wrote > > Hi, > I don´t think it

[qooxdoo-devel] Genereate Qx Properties Dynamically

2012-02-06 Thread Marco Pompili
Hi qxdoers! I'm working on a contribution that uses xml file to generate forms. The basic idea is to have a frontend that allows to create custom forms objects, so an xml is generated and "bam" the form is generated from the xml, with a preview and all sort of things. I got an old question (well

Re: [qooxdoo-devel] -moz-border-image and Firefox Aurora

2012-02-06 Thread John Spackman
Done http://bugs.qooxdoo.org/show_bug.cgi?id=6099 On 06/02/2012 08:46, "Daniel Wagner" wrote: >Hi John, > >yes, please do so. Pre-release or not, we need to use feature detection >so changes in the browser's implementation don't break things. > >Regards, >Daniel > >On 02/06/2012 09:15 AM, John S

Re: [qooxdoo-devel] CKEditor / qooxdoo integration

2012-02-06 Thread Marc
looks very interesing, is there a change to see the ckeditor in the next qooxoo main version "officially"? ;) -- View this message in context: http://qooxdoo.678.n2.nabble.com/CKEditor-qooxdoo-integration-tp7198793p7258016.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] -moz-border-image and Firefox Aurora

2012-02-06 Thread Daniel Wagner
Hi John, yes, please do so. Pre-release or not, we need to use feature detection so changes in the browser's implementation don't break things. Regards, Daniel On 02/06/2012 09:15 AM, John Spackman wrote: > Hi > > I've been using Firefox Aurora on OSX recently and an update that went > out yest

[qooxdoo-devel] Consistent keypress handling in different controls

2012-02-06 Thread fprijate
Hi In DateField and ComboBox alt+KeyDown opens popup, while in SelectBox it's Enter or Space . Maybe SelectBox should have (beside Space and Enter) also alt+KeyDown combination. Franček -- View this message in context: http://qooxdoo.678.n2.nabble.com/Consistent-keypress-handling-in-diff

[qooxdoo-devel] -moz-border-image and Firefox Aurora

2012-02-06 Thread John Spackman
Hi I've been using Firefox Aurora on OSX recently and an update that went out yesterday (Aurora 12.0a1 or 12.0a2) broke some of my decorators; this decorator no longer displays the background image: "controlpanel-page-button-top-inactive" : { decorator : qx.ui.decoration.Grid, style : { base