[qooxdoo-devel] Time breakdown of a modern web design project

2008-01-27 Thread Derrell Lipman
Wow! Look at that little sliver of green that enlarges to encompass nearly the entire circle when switching to qooxdoo! :-) http://www.vilain.com/images/web-design.gif Derrell - This SF.net email is sponsored by: Microso

Re: [qooxdoo-devel] window with only a table

2008-01-27 Thread Tim Taubert
Thanks for your quick answer, this was exactly what I needed. Thank you very much! Tim Sebastian Werner wrote: > Hi Tim, > > the window comes with some auto-sizing features. Please try to remove > the minWidth and minHeight with: > > yourWindow.setMinWidth(null); > yourWindow.setMinHeight(nu

Re: [qooxdoo-devel] Appearances collection?

2008-01-27 Thread Sebastian Werner
Just to let you know. The system in 0.8 allows a lot more than in 0.7.x. You can write full-blown renderers for decorations (background + border). This system allows you to use images, canvas elements, SVG... whatever to implement your design ideas. You can think about it like a HTML elemen

Re: [qooxdoo-devel] window with only a table

2008-01-27 Thread Sebastian Werner
Hi Tim, the window comes with some auto-sizing features. Please try to remove the minWidth and minHeight with: yourWindow.setMinWidth(null); yourWindow.setMinHeight(null); Hope this helps. Sebastian Am 27.01.2008 um 12:04 schrieb Tim Taubert: > Hi, > > I am trying to create an internal win

[qooxdoo-devel] window with only a table

2008-01-27 Thread Tim Taubert
Hi, I am trying to create an internal window with only a table inside. The table should always adjust to the window's size, not the other way around. If I set the table dimension to (100%, 100%) the table sets the window size. It is not possible to shrink the window lower than the table's dime

Re: [qooxdoo-devel] Appearances collection?

2008-01-27 Thread SQville
Thanks! I could not agree with you more. Presentation is vital. I love ExtJS never touching a line of ExtJS code. It looks fantastic. In regards to qooxdoo, I like the way it is engineered but not the way it looks. Thus, my AIE project. As far as it's licensing is concerned... not sure what to

Re: [qooxdoo-devel] Appearances collection?

2008-01-27 Thread SQville
Thanks! None complete yet. Qooxdoo's theme system requires images for borders and gradients. Mine is all code, thus, requires a bit more time to put together. I'll keep you posted. Chris Tobias Koller (GERMO GmbH) wrote: > > Hi, > > it looks very very good! Great work! > Did you finish some

[qooxdoo-devel] How to parse XML with qx.xml.Element?

2008-01-27 Thread Webhotline IP SYSCON
Hello, i am now working for a week with qooxdoo (0.7.2) and my little application communicates with Java Backend (SOAP) in XML. I was successfull in making request with the qooxdoo objects and i´m only suffering from one problem. There is a no example how to use the API Element qx.xml.Element wit