RE: [qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Hugh Gibson
> Just wanted to let you know I got it working. > I've attached a small example - in case anyone would want to use > CPAINT with Now added to snippets. Hugh --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that

RE: [qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Kent Olsson
agName("Name").item(i).firstChild.nodeValue }); > }; > g.update(); // refresh listview > } > > ========== > > Regards, > Peter > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hansen > Se

RE: [qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Peter Hansen
Regards, Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hansen Sent: 22 February 2006 16:09 To: qooxdoo-devel@lists.sourceforge.net Subject: RE: [qooxdoo-devel] CPAINT and Qooxdoo Hi Sebastian, Thanks for your reply. I take y

Re: [qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Sebastian Werner
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Werner Sent: 22 February 2006 15:08 To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-devel] CPAINT and Qooxdoo I'm not really familiar with cpaint. Are you sure it transfers the data sync

RE: [qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Peter Hansen
08 To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-devel] CPAINT and Qooxdoo I'm not really familiar with cpaint. Are you sure it transfers the data synchronous in this example? Otherwise you need to update the listview again, after the data is ready. Sebastian Peter Hansen sch

Re: [qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Sebastian Werner
I'm not really familiar with cpaint. Are you sure it transfers the data synchronous in this example? Otherwise you need to update the listview again, after the data is ready. Sebastian Peter Hansen schrieb: Hi, Hope someone can help with this one – I’m fairly new to qooxdoo. I’m trying

[qooxdoo-devel] CPAINT and Qooxdoo

2006-02-22 Thread Peter Hansen
Hi, Hope someone can help with this one – I’m fairly new to qooxdoo.   I’m trying to use CPAINT v2.0.3 with QooXdoo v0.5, however I’m stuck on getting the CPAINT returned data back into qooxdoo. I’ve tested the CPAINT part and it returns data ok. The CPAINT cp.call invokes the backen