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