Re: [qooxdoo-devel] Form Controller and Store bindings

2010-05-29 Thread Guilherme Aiolfi
Hmm. I'm not sure, but I think your idea doesn't work so well for what I want. Looks like "text description of the concert hall and its address" doesn't need to be part of the controller. In my case it need to be part because will be sent to the server. I could have misunderstood your use case, bu

Re: [qooxdoo-devel] Form Controller and Store bindings

2010-05-29 Thread Gregory Beaver
Hi Guilherme, I see. Actually, I am doing the same kind of thing but I solved the problem slightly differently from you :). I created a custom widget that binds to a single value in the form, and contains the dynamic "sub-form." This way, I still get the benefit of the one-to-one mapping of abs

Re: [qooxdoo-devel] How arrange for MyStandardThingy.js to be in all projects built by create-application?

2010-05-29 Thread Derrell Lipman
On Sat, May 29, 2010 at 12:40, Kenneth Tilton wrote: > > Thx. Well, here's the problem: I have a nice demo app called "IDE" > (don't ask) that includes a remote table, which needs a subclass which I > have created that improves on the qooxdoo Table a little. Its called > ide.TableEnhanced (not re

Re: [qooxdoo-devel] How arrange for MyStandardThingy.js to be in all projects built by create-application?

2010-05-29 Thread Kenneth Tilton
Derrell Lipman wrote: > On Sat, May 29, 2010 at 08:39, Kenneth Tilton > wrote: > > One thing not susceptible to my mad scheme for driving qooxdoo from the > server is qx.ui.table.model.Remote, which requires me to supply certain > methods for accessing th

Re: [qooxdoo-devel] Form Controller and Store bindings

2010-05-29 Thread Guilherme Aiolfi
Greg, you are right. I went and look exactly what I was doing in my code and it's a little different of what I described earlier. The problem is when I have a field in the form that has no correspondent in the store's model. But it still an undesired behavior, IMO. I have a field in my form that

Re: [qooxdoo-devel] Form Controller and Store bindings

2010-05-29 Thread Greg Beaver
On 5/28/10 2:05 PM, Guilherme Aiolfi wrote: > Hi, > > I'm trying to bind a store to a form controller. So all I need to do > to load a record into a form is to set the right URL into the store > and wait it to load. > > It works great. The problem is when I try to load some data that there > is no

Re: [qooxdoo-devel] How arrange for MyStandardThingy.js to be in all projects built by create-application?

2010-05-29 Thread Derrell Lipman
On Sat, May 29, 2010 at 08:39, Kenneth Tilton wrote: > One thing not susceptible to my mad scheme for driving qooxdoo from the > server is qx.ui.table.model.Remote, which requires me to supply certain > methods for accessing the server. > > So I have a subclass which /is/ parameterizable, and I w

[qooxdoo-devel] How arrange for MyStandardThingy.js to be in all projects built by create-application?

2010-05-29 Thread Kenneth Tilton
One thing not susceptible to my mad scheme for driving qooxdoo from the server is qx.ui.table.model.Remote, which requires me to supply certain methods for accessing the server. So I have a subclass which /is/ parameterizable, and I would like to arrange for that to be included in any project c

Re: [qooxdoo-devel] Setting up rpcexample and rpcphp

2010-05-29 Thread panyasan
Hi Tony, I think I fixed your problem - it had to do with the fact that the trunk version does not use the "qooxdoo date hack", i.e. uses json_encode() / json_decode() instead of the modified PHP-based json encoder/decoder. In the newly released 1.2.0 version, which I suggest you should use now

[qooxdoo-devel] Start qooxdoo-application standalone OR inline, optionally

2010-05-29 Thread ReHa
Hello, is there a way to start a qooxdoo-application as standalone-application OR OPTIONALLY as inline-application depending on a url-parameter? First choice: Do the determination within qooxdoo, but where??? Because it has to be done somewhere outside of the qx.application.Standalone- / or qx.a