Re: [qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-10 Thread Derrell Lipman
On 10/10/07, bibliograph <[EMAIL PROTECTED]> wrote: > Derrell Lipman schrieb: > > On 10/10/07, bibliograph <[EMAIL PROTECTED]> wrote: > > > >> I think it should be left to the developer to decide whether she or he > >> lets the two states get out of sync or not, but I am updating the table > >> cel

Re: [qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-10 Thread bibliograph
Derrell Lipman schrieb: > On 10/10/07, bibliograph <[EMAIL PROTECTED]> wrote: > >> I think it should be left to the developer to decide whether she or he >> lets the two states get out of sync or not, but I am updating the table >> cell in any case. >> >> My use case is the following: I have a r

Re: [qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-10 Thread Derrell Lipman
On 10/10/07, bibliograph <[EMAIL PROTECTED]> wrote: > I think it should be left to the developer to decide whether she or he > lets the two states get out of sync or not, but I am updating the table > cell in any case. > > My use case is the following: I have a remote table with records. When I > c

Re: [qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-10 Thread bibliograph
Derrell Lipman schrieb: > I'm going to let Til comment, as I'm no expert on the remote table > model. I do have some minor concerns, though. With the remote table > model, the data is primarily being maintained at the server (or at > least at the "remote" location whatever that happens to be). U

Re: [qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-10 Thread Derrell Lipman
On 10/10/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > bibliograph schrieb: > > Hello, > > > > qx.ui.table.model.Remote currently does not implement the setValue() > > method required by interface qx.ui.table.model.Abstract. This patch adds > > this method. I tested it with legacy 0.7 and it seems

Re: [qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-10 Thread Fabian Jakobs
bibliograph schrieb: > Hello, > > qx.ui.table.model.Remote currently does not implement the setValue() > method required by interface qx.ui.table.model.Abstract. This patch adds > this method. I tested it with legacy 0.7 and it seems to work fine. This > is especially useful if you locally change t

[qooxdoo-devel] Patch to qx.ui.table.model.Remote: setValue() method implemented

2007-10-09 Thread bibliograph
Hello, qx.ui.table.model.Remote currently does not implement the setValue() method required by interface qx.ui.table.model.Abstract. This patch adds this method. I tested it with legacy 0.7 and it seems to work fine. This is especially useful if you locally change the remote table data and do not