Re: [qooxdoo-devel] Generating API docs for print

2011-09-25 Thread thron7
Derrell, On 09/23/2011 08:54 PM, Derrell Lipman wrote: > Thanks, Thomas. Is there a spec or document anyplace that details the > layout of that JSON data? I get a good idea just by looking at it, but > if you have a document that shows the schema, that'd be of great help. I'm afraid no. But if

Re: [qooxdoo-devel] Newbie Debugging Questions

2011-09-25 Thread Martin Wittemann
Hi, Is it possible to view the actual data in a store in FireBug or Chrome? Is so where do I find it as I have been looking around in Firebug and I can see the store's model but not the actual data? Sure, the models are plain qooxdoo objects which can be debugged in every debugger. We have a demo

[qooxdoo-devel] Antw: Resizing qooxdoo window by browser resize

2011-09-25 Thread Robert Nimax
Hi, what aboud qx.application.AbstractGui.getRoot() ? It´s a typical widget having a "resize"-event. HTH, Rob. >>> Daniel Woste 9/25/2011 9:28 >>> Hello everybody, I'm searching for a way to get a qooxdoo window relocated to the browser's center, if the browser window is resized by the user. I

[qooxdoo-devel] Resizing qooxdoo window by browser resize

2011-09-25 Thread Daniel Woste
Hello everybody, I'm searching for a way to get a qooxdoo window relocated to the browser's center, if the browser window is resized by the user. Is there a way to listen on the DOM "onresize" event?? I also found some examples in different mailing lists, which mention the "resize" event in the q