Re: [qooxdoo-devel] upload-widget

2008-01-25 Thread Phaneesh N
Hi, Here is the link: https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/UploadWidget The other link was for web view - ViewCVS Thanks Phaneesh - Original Message From: Tobias Koller (GERMO GmbH) [EMAIL PROTECTED] To: qooxdoo Development

Re: [qooxdoo-devel] Programatically firing events

2007-10-30 Thread Phaneesh N
. Thanks Phaneesh - Original Message From: Derrell Lipman [EMAIL PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Saturday, October 20, 2007 8:09:16 PM Subject: Re: [qooxdoo-devel] Programatically firing events On 10/20/07, Phaneesh N [EMAIL

Re: [qooxdoo-devel] Programatically firing events

2007-10-20 Thread Phaneesh N
: Derrell Lipman [EMAIL PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Saturday, October 20, 2007 8:09:16 PM Subject: Re: [qooxdoo-devel] Programatically firing events On 10/20/07, Phaneesh N [EMAIL PROTECTED] wrote: Please assist me in adding drag and drop

Re: [qooxdoo-devel] Programatically firing events

2007-10-10 Thread Phaneesh N
] Programatically firing events Phaneesh N schrieb: Hi All, I am trying to write an user extension for Selenium to test qooxdoo applications. I have already written some enhancements on top of the existing qooxdoo extensions by Robert Zimmermann. I am struck at places where I need to dispatch some events

Re: [qooxdoo-devel] Programatically firing events

2007-10-09 Thread Phaneesh N
: [qooxdoo-devel] Programatically firing events Phaneesh N schrieb: Hi All, I am trying to write an user extension for Selenium to test qooxdoo applications. I have already written some enhancements on top of the existing qooxdoo extensions by Robert Zimmermann. I am struck at places where I need

[qooxdoo-devel] Programatically firing events

2007-10-08 Thread Phaneesh N
Hi All, I am trying to write an user extension for Selenium to test qooxdoo applications. I have already written some enhancements on top of the existing qooxdoo extensions by Robert Zimmermann. I am struck at places where I need to dispatch some events to specific objects on screen. For

Re: [qooxdoo-devel] TreeVirtual Label alignment problem

2007-09-05 Thread Phaneesh N
-devel@lists.sourceforge.net Sent: Wednesday, September 5, 2007 10:04:18 PM Subject: Re: [qooxdoo-devel] TreeVirtual Label alignment problem On 9/5/07, Phaneesh N [EMAIL PROTECTED] wrote: Hi, I am using 0.6.6 build. I am facing problem with the alignment of Labels for the nodes. All the labels

[qooxdoo-devel] Access one application class instance from another application

2007-08-18 Thread Phaneesh N
Hi All, I am developing my application in 0.7.1. I have two applications classes [set to two qx.embed.IFrame]. I want to call a member method of application 1 from application 2. Here is the code: Application 1: qx.Class.define(com.myapplication.Main, { extend : qx.application.Gui,

Re: [qooxdoo-devel] performance IE6 + IE7

2007-08-08 Thread Phaneesh N
Before rejoicing you might check the memory imprint of IE7. IE7 leaks huge amounts of memory. FF is at least 100 times better than IE7. - Original Message From: Tobias Koller (GERMO GmbH) [EMAIL PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Wednesday,

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-08-01 Thread Phaneesh N
Hi Peter, That worked a zillion thanks to u... ;-) - Original Message From: Peter Schneider [EMAIL PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Wednesday, August 1, 2007 1:55:28 PM Subject: Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Phaneesh N
Hi Fabian, Thanks for the reply. How to fix this in the current 0.6.6 code? Is there a way to do this? - Original Message From: Fabian Jakobs [EMAIL PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Tuesday, July 31, 2007 2:13:43 PM Subject: Re:

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Phaneesh N
? I think the function/method where you call the setColumnSortable() method should be enough. I hope I can re-activate my old 0.6.6 branch and give it a try... /Peter Original From: Phaneesh N Date: 31.07.2007 13:28 Hi Fabian, Thanks for the reply. How to fix

[qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-20 Thread Phaneesh N
Hi, I am using qooxdoo 0.6.6 in my application. I want to disable column sorting for Table. I am using Table.getTableModel(0.setColumnSortable(2, false); but this is not working. Please give me a workaround to disable column sorting. Thanks, Phaneesh