Hey Derrell,

It worked. I believe you want to know if it worked in the 0.7.3. Well, I've
applied this patch to 0.8, but should work in the 0.7.3 as well, right?

Shouldn't it be in the 0.8 from now on?

Thank you!

Guilherme

2008/7/31 Derrell Lipman <[EMAIL PROTECTED]>

>
>
> On Thu, Jul 31, 2008 at 3:20 PM, Guilherme Aiolfi <[EMAIL PROTECTED]>wrote:
>
>> > The examples would be the same as with the Simple model, as the cell
>> editor communication is with the model.  If you implement the  > methods by
>> the abstract Remote model class, you should have use of cell editors with no
>> other work.
>>
>> I haven't figured out how to use remote models and be able to use cell
>> editors yet. Every example that has cell editors uses
>> tableModel.setColumnEditable(columnIndex, bool) method. This method is
>> avaiable just in the Simple Model Class.
>>
>> What am I missing?
>>
>
> Ah, sorry, you're missing the mixin.  I don't believe I ever received any
> confirmation from anyone way-back-when that this works and I haven't tested
> it.  That's why I never checked it in.  You'll see that this patch modifies
> Simple to use the provided mixin and you'll have to do similarly with
> Remote:
>
>   qx.Class.patch(qx.ui.table.model.Remote, qx.ui.table.model.MEditable);
>
> I don't recall the details of why this couldn't just be added to Abstract
> but there was something with breaking backward compatibility.
>
> Please let me know how this patch works for you.
>
> Cheers,
>
> Derrell
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to