Re: [qooxdoo-devel] send request and load content as a html page

2011-04-27 Thread Gabriel Munteanu
Hi, I give you a simple example that I guess is what you intend to do: suppose you have 3 containers, a header, a left menu and a main one. In the main container, you have the form. if login is successful [ in a check done in the completed handler], in the main container, other widgets will replac

[qooxdoo-devel] send request and load content as a html page

2011-04-27 Thread Benjamin Dreux
Hi I've been building a app and a login app. I'm using java/tomcat as back end and especially the authentication part of tomcat. As i can resume it, i need a form to allow the user to enter user name and password. Then i send a request to the server, at this time i use a qx.ui.remote.Request, the

Re: [qooxdoo-devel] Problem with dead widget keeping focus?

2011-04-27 Thread Ken Tilton
On Tue, Apr 26, 2011 at 7:28 PM, Derrell Lipman wrote: > On Tue, Apr 26, 2011 at 16:02, Ken Tilton wrote: >> >> This recreates a problem we are having regularly in our app: >> >> http://preview.tinyurl.com/6z5hwdf > > Here's the replacement that works as you'd expect. At the time you were > calli

Re: [qooxdoo-devel] how to use dinamically created class

2011-04-27 Thread tizio85
Ok solved :) it works! The fields of JSON store created models were all of String type, instead of fields of JSON marshal created models that were of the right type (Number and String). Thanks for the help, bye! -- View this message in context: http://qooxdoo.678.n2.nabble.com/how-to-use-dinamic