Re: [qooxdoo-devel] IE memory management

2008-07-10 Thread Simon Bull
Hi Jim, The qooxdoo-contrib project is hosted in a separate source code repository at http://sourceforge.net/projects/qooxdoo-contrib/ . My stuff is under /trunk/qooxdoo-contrib/WindowManager/ The classes of specific interest to you might be: ext.core.Pool.js

[qooxdoo-devel] Bug in Spinner Widget

2008-07-10 Thread Fink, Andreas
Hi, the Spinner Widget still uses a deprecated method of the ChangeEvent (getOldData()) in line 710. It seems that the Method was removed from the framework, so the Spinner won't work anymore. I've added a patch. Greetings, Andreas Spinner.patch Description: Spinner.patch

Re: [qooxdoo-devel] using Simulator to select ComboBox item

2008-07-10 Thread thron7
Chi Mo wrote: Please look at http://demo.qooxdoo.org/current/showcase/#Form , there is a ComboBox for 'Type', if you click it, you can get something like: CD, Clock, etc. My question is how to use Selenium(Simulator) to select one of those items, e.g: Clock? Hi Chi, aren't you the guy

Re: [qooxdoo-devel] using Simulator to select ComboBox item

2008-07-10 Thread Chi Mo
Hi Thomas, Chi Mo wrote: Please look at http://demo.qooxdoo.org/current/showcase/#Form , there is a ComboBox for 'Type', if you click it, you can get something like: CD, Clock, etc. My question is how to use Selenium(Simulator) to select one of those items, e.g: Clock? Hi Chi,

Re: [qooxdoo-devel] Bug in Spinner Widget

2008-07-10 Thread Alexander Back
Hi Andreas, many thanks for the patch. However, this is already fixed in the legacy_0_7_x branch and will be included in the upcoming release 0.7.4 :-) cheers, Alex Fink, Andreas wrote: Hi, the Spinner Widget still uses a deprecated method of the ChangeEvent (getOldData()) in line 710.

Re: [qooxdoo-devel] jseclipse

2008-07-10 Thread Peter Schneider
Hi Thomas, sorry for the late reply but some other issues kept us busy here. The XSL seems to have a problem with the descr nodes (See the long line in the middle of the following output) code ... qx.core.Version = function(){return this;} qx.core.Version = { __init : function(){;},

Re: [qooxdoo-devel] Re size images in qx.ui.container.SlideBar

2008-07-10 Thread Florian Giesen
Hi Fabian, I opened a new bug report (#1051) for my little patch. You are absolutely right, scrollChildIntoView on qx.core.Widget would have solved my problem in a convenient way (don't know, why I oversaw it) - I have already tested it. The only difference is, that with my solution, you have

Re: [qooxdoo-devel] using Simulator to select ComboBox item

2008-07-10 Thread Chi Mo
I thought you were aware of the Simulator project. The test_showcase.js of the sample simulations does exactly that (although I can see the list when I use //div[text()=My Text]/following-sibling::div/descendant::img[contains(@src,down.gif)]' but, the item is not selected if I use:

[qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
Hi, My users are asking some kind of search functionality at Table column level. They want to see a row of text field above each Table Column to filter data. I am just thinking of something like this. Just above the main table, I will create another table with no columns and one row of Text

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Guilherme Aiolfi
Hi, I have no answer for your question, Kanugula. But I have more questions about the subject: 1) Filtering/searching is a very common task for tables. Is there any plugin/project for it? 2) If the answer for the first question is no, maybe a filter for table widget should be considered in

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
Thanks for your response. I like ExtJs's right side drop-down on each column. It would be nice to have such wonderfull feature in Qooxdoo's Table Column Model. We currently have such drop-down on .NET(non-AJAX) application. I will try to hack the Table.js for a drop-down on Column. Thanks.

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Romain FLIEDEL
Hi, to filter a table you can use a qx.ui.table.model.Filtered for your table. You can find an example here : http://demo.qooxdoo.org/current/demobrowser/#example~Table_4.html Guilherme Aiolfi a écrit : Hi, I have no answer for your question, Kanugula. But I have more questions about the

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
I think this is different. It should be a searchable Filter like http://extjs.com/blog/2007/11/26/extended-filtering-using-the-grid-filter-plugin/ http://extjs.com/blog/2007/11/26/extended-filtering-using-the-grid-filter-plugin/ Romain Fliedel wrote: Hi, to filter a table you can

Re: [qooxdoo-devel] jseclipse

2008-07-10 Thread thron7
Peter, thanks for the patch and the feedback. I also saw that rubbish in between, when I ran the transformation over a file that contained XML for all qooxdoo classes last night. After that, aptana liked the file much more! Again my question: How do you feed this file to Aptana?!

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Andreas Ecker
Hi, besides the rather technical http://demo.qooxdoo.org/current/demobrowser/#example~Table_4.html you should look at the following cool app that offers nice and powerful table filtering. Mike and Dan created this demo app and contributed the filtered table model to qooxdoo (thanks again guys!):

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
Unfortunately, that site is not functioning. Does anybody you know how it looks like from search functionality? Does it have a drop-down at the end of Column? Thanks. Kanugula. Andreas Ecker-2 wrote: Hi, besides the rather technical

Re: [qooxdoo-devel] jseclipse

2008-07-10 Thread Guilherme Aiolfi
Again my question: How do you feed this file to Aptana?! Here is a sample of how to add support for a new ajax library in aptana: http://aptana.com/dev/index.php/Adding_support_for_a_new_Ajax_library and the main file for code assist has this format: ?xml version=1.0 encoding=UTF-8?

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Derrell Lipman
On Thu, Jul 10, 2008 at 4:49 PM, kanugula [EMAIL PROTECTED] wrote: Unfortunately, that site is not functioning. I just got into it with no problems. You should probably try again. Does anybody you know how it looks like from search functionality? Does it have a drop-down at the end of