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