dmbaggett wrote:
> Thanks; that does look like a useful thing to try. Do you know what the
> limitations of the Inline type are? E.g., what can you do in Standalone that
> you can't in Inline?
>
Start with this page: http://qooxdoo.org/documentation/0.8/ui_inline. If
I'm not mistaken there i
Dave,
it would be awesome if you could file this as a bug in our bugtracker
(bugzilla.qooxdoo.org), maybe also for the qx.ui.root.Page._window
issue, otherwise they might get lost.
Thanks,
Thomas
dmbaggett wrote:
> For those who are interested, I tracked down exactly what code in
> qx.applicat
Dave,
I'm also new to Qooxdoo, as of about a month ago. I'm also making
strong use of the "Inline" method, but one thing I've found is that this
method is relatively new to Qooxdoo's architecture. Therefore, I've
uncovered a few small problems regarding Inline implementations that the
team had t
Thanks; that does look like a useful thing to try. Do you know what the
limitations of the Inline type are? E.g., what can you do in Standalone that
you can't in Inline?
Dave
Have you tried looking at creating an inline application rather than a
standalone. Not sure what you are trying to achi
Thanks very much Fabian and Matthew. I switched to using
qx.application.Inline and put everything in a div and this fixed things. For
the benefit of others: when you make this switch you must explicitly create
an isle and then add your widgets to the isle. The root/Inline_Window demo
in the demo
For those who are interested, I tracked down exactly what code in
qx.application.Standalone was causing applets to restart. It's the code in
the qx.ui.root.Application._createContainerElement that sets various style
parameters of doc.documentElement.style to, e.g., set overflow:hidden.
It appears
Matthew Gregory schrieb:
> Have you tried looking at creating an inline application rather than a
> standalone. Not sure what you are trying to achieve but sounds like you
> want an inline application.
>
That's the way to go. The standard GUI application uses the "body"
element for the root w
Have you tried looking at creating an inline application rather than a
standalone. Not sure what you are trying to achieve but sounds like you
want an inline application.
dmbaggett wrote:
> I'm very impressed with QooxDoo, both the surface UIs it generates and the
> code underneath the hood. Tha
I'm very impressed with QooxDoo, both the surface UIs it generates and the
code underneath the hood. Thanks for all the hard work it has taken to get
it to this point. It's really impressive.
I have a challenge, though. I've loaded my RIA QooxDoo script in a frame,
and I've set my Application's m