Hi Eric,
not quite the same thing but somewhat comparable:
having to produce a printable report out of my qooxdoo app, I have an
event listener on a clickable button which opens an external native
browser window with the location of a (PHP-) script like
var reportbutton = new qx.ui.form.Button("Create report");
reportbutton.addListener("execute", function() {
var url = "http://" + location.host + reportpath +
"report.php?target=" + target;
window.open(url, "_blank");
}, this);
This in turn (mis-)uses my RPC classes to retrieve the database
information needed in the report and thus creates a PDF from the results.
So I'm creating the external page not with qooxdoo, but with PHP, and
the result is not HTML, but PDF. Nonetheless I get printable results in
an external page.
I am sure anything similar could be achieved with any server scripting
language like Perl or Java or Ruby or whatever.
If you definitely need to create the page with qooxdoo means, I'm afraid
I can't help you there - I am not so sure about the printability of
qooxdoo-apps anyway... can anyone comment on that?
Bye,
Stefan
Dacquay, Eric wrote:
> Hi,
>
> I am currently developing an application with Qooxdoo and one of the
> tasks possible is to generate a table of sorts. I would also like to be
> able to open up another window (native, not a Qooxdoo window) and
> display only this table. However, I haven't been able to get this to
> work. I have tried creating a qx.ui.root.Application based on the
> document of the window I've opened and then add only the UI elements
> which make up the table. If I look at the generated source, it looks
> like the data is being sent to this new window. The problem is that
> nothing is actually showing up. All I get is the gray background of an
> empty application. Is there anything I'm missing or should this be done
> in a different way?
>
> Thanks
>
> Eric
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel