Re: [qooxdoo-devel] Inline root missing styling

2012-05-25 Thread Loren Schlomer
Ahhh! Okay, my bad... from Application.main() I wasn't calling this.base(arguments) so the theming wasn't taking place. On Thu, May 24, 2012 at 4:16 PM, Loren Schlomer wrote: > Hello all, > > I hope I'm not overlooking something, but I have a problem. > > I am working in an Inline applicatio

Re: [qooxdoo-devel] qooxdoo server objects on enums

2012-05-25 Thread John Spackman
Hi Bernado Glad you like it! :) Enums in QSO are envisioned as just identifiers, i.e. the traditional use rather than the augmented Java types you're using, and I considered that the corollary in Javascript/Qooxdoo was to use string literals; the custom handling is because of different coding con

[qooxdoo-devel] Memory leak detection

2012-05-25 Thread Jeroen Smit
Hi, I am currently looking into some memory leak reports and I am finding the "qx.disposerDebugLevel" very useful. When looking at the reporting of objects not being disposed (in Object.js, "Missing destruct definition for...") I see several issues about objects in the Qooxdoo framework (I am u

[qooxdoo-devel] How to send data to server

2012-05-25 Thread Pravin Arote
Hi, I want to send data to backend. My current code is var rpc = new qx.io.remote.Rpc( "http://localhost:56791/Home/AddData";, "HomeController"); try { var result = rpc.callSync("AddData", "Pravin"); alert(qx.util.Ser

Re: [qooxdoo-devel] PHP RPC-Server seems to work but RPC Console does not perform test

2012-05-25 Thread panyasan
Hi Connor, sorry I couldn't reply earlier. "qx.util.Json" seems to be deprecated in recent releases, at least I did not find it in the API viewer. Did you run a migration on the code? Best, Christian -- View this message in context: http://qooxdoo.678.n2.nabble.com/PHP-RPC-Server-seems-to-wor