Hi,
I propose that the qx.html.Iframe to belong to another module different to
io_remote, as it is used outside of this module.
dperez wrote:
>
> This combination
> --exclude-without-dependencies ui_remote
> --include-without-dependencies qx.html.Iframe
> generates an emtpy qx.js without
This combination
--exclude-without-dependencies ui_remote
--include-without-dependencies qx.html.Iframe
generates an emtpy qx.js without any explanatory warning. :-(
dperez wrote:
>
> Hi,
>
> As I'm still using my old AJAX code, I exclude the io_remote modulo in my
> qooxdoo custom builds
Hi,
As I'm still using my old AJAX code, I exclude the io_remote modulo in my
qooxdoo custom builds:
--exclude-without-dependencies ui_remote
This works fine. But I have discovered that qx.embed.Iframe uses
qx.html.Iframe. The latter belongs to the io_remote module. Then I do this
in my cust