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
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
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
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
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