RE: [qooxdoo-devel] No min/max icons in QxWindow after modifying QxSettings in pre method

2006-03-22 Thread Peter Hansen
-devel] No min/max icons in QxWindow after modifying QxSettings in pre method On Wed, 22 Mar 2006 14:08:36 -0500, Peter Hansen <[EMAIL PROTECTED]> wrote: > window.application.pre = function () > > { > > var QxSettings = { > > imageCorePath : "/qooxdoo-0.5.1/imag

[qooxdoo-devel] No min/max icons in QxWindow after modifying QxSettings in pre method

2006-03-22 Thread Peter Hansen
Hi, I’m using 0.5.1 and am trying to get the QxWindow minimise/maximise icons to show – but I’m getting the icon place-holders.   I’ve added the pre method for my page as follows as suggested in http://qooxdoo.oss.schlund.de/documentation/modify-image-paths :   window.application.pre =

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

[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