Re: [qooxdoo-devel] Drag & Drop in TreeVirtual

2007-08-14 Thread bibliograph
Thanks, Derrell! I reattach the patch that fixes the Firefox/Gecko problem. The demo really doesn't work very well without this patch. Cheers, Christian Index: F:/xampp/htdocs/qooxdoo-trunk/frontend/framework/source/class/qx/event/handler/DragAndDropHandler.js ==

[qooxdoo-devel] Really Simple Filtered Table Model

2007-08-14 Thread MootCycle
I threw this together a couple of days ago, and I've been meaning to post it. Demo: http://evil-lemur.com/misc/filtered/ Sample Class: http://evil-lemur.com/misc/filtered/Filtered.js Maybe this should be done as a mixin instead of a class. I just needed a quick and dirty solution, so I threw th

Re: [qooxdoo-devel] Results of testing Ext Theme: Issues in IE

2007-08-14 Thread Mike Rea
Just a quick update: Mike Rea wrote: > > IE6 Issues: > 2.) Gradients missing from selected button in barView. > 3.) Gradients missing from menu bar. > The gradient issue with the Ext theme in IE6 is a result of IE6 not handling png transparency. A simple solution is to create a custom theme

[qooxdoo-devel] Drag & Drop in TreeVirtual

2007-08-14 Thread Derrell Lipman
I've just added Chrstian's mixin which provides Drag & Drop capability to TreeVirtual, to the legacy_0_7_x branch. The new demo TreeVirtual_6.html shows how it works. Note that qx.event.handler.DragAndDropHandler currently does not allow displaying the drag pointer while over the source icon (at

Re: [qooxdoo-devel] Problem whith findValueExact

2007-08-14 Thread Fabian Jakobs
westor schrieb: > qx.ui.form.List has a function findValueExact to retrieve a ListItem with a > specific value. > If you have a child item with a numeric value eg. > var item = new qx.ui.form.ListItem("something",null,100); > this function will crash, because there is a > "this.getValue().toLowerC

[qooxdoo-devel] Problem whith findValueExact

2007-08-14 Thread westor
qx.ui.form.List has a function findValueExact to retrieve a ListItem with a specific value. If you have a child item with a numeric value eg. var item = new qx.ui.form.ListItem("something",null,100); this function will crash, because there is a "this.getValue().toLowerCase" in the ListItem.js

Re: [qooxdoo-devel] [Derrell] TreeVirtual - move & copy nodes

2007-08-14 Thread Derrell Lipman
On 8/14/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > > great to hear that. The treevirtial in trunk is still unmodified. > Ideally the patch to legacy_0_7 should cleanly apply to trunk. The new > event is not yet used in the widget system. Even if this will be done, > very little should change.

[qooxdoo-devel] Scrollbar not showing same size in IE6 + firefox 1.5

2007-08-14 Thread Juan José Durán
Hi again, I have been doing some more tests around scrollbar control and I have noticied sometimes the cursor isn´t the same in IE and firefox. for example, I have a simple scrollbar which should be rendered from 0 to the middle of the scrollbar. IE does it correctly but Firefox seems to rende

Re: [qooxdoo-devel] qx.ui.form.TextField.createRegExpValidator(RegExp vRegExp)

2007-08-14 Thread asaris
Bug reported http://bugzilla.qooxdoo.org/show_bug.cgi?id=588 asaris Fabian Jakobs wrote: > Hi Asaris, > >> RegExp literal format is not allowed by make (treegenerator). Is there >> any chance to allow to use literal format of RegExp? >> >> qooxdoo rev #9401 >> >> treegenerator.SyntaxExceptio

Re: [qooxdoo-devel] clone on a TextField

2007-08-14 Thread Fabian Jakobs
Hi Jim, we have removed the "clone" method because it never really worked 100% because of some limitations of the current widget system. We didn't want to provide a functionality, which sometimes doesn't work. But you are right, we forgot to mention this in the release notes ;-( > After conver

Re: [qooxdoo-devel] Imposible to show popupmenu in scrollbar?

2007-08-14 Thread Fabian Jakobs
Juan José Durán schrieb: > Same here mate, but I need to do it if possible just to mimic the > behaviour of delphi.Is it possible? > > The scroolbars are native platform widgets. I suppose they do not propagate click events to the browser. They will only produce "scroll" events, which won't h

Re: [qooxdoo-devel] qx.ui.form.TextField.createRegExpValidator(RegExp vRegExp)

2007-08-14 Thread Fabian Jakobs
Hi Asaris, > RegExp literal format is not allowed by make (treegenerator). Is there > any chance to allow to use literal format of RegExp? > > qooxdoo rev #9401 > > treegenerator.SyntaxException: Expected expression but found token/DIV: > '/'. file:airangel.tmp.CompanyView, line:95, column:71 > >

Re: [qooxdoo-devel] [Derrell] TreeVirtual - move & copy nodes

2007-08-14 Thread Fabian Jakobs
Derrell Lipman schrieb: > On 8/13/07, *Fabian Jakobs* <[EMAIL PROTECTED] > > wrote: > > Hi Christian and Derrell, > > I would like to see the Drag and Drop mixin added to qooxdoo. Do you > plan to move it to trunk? > > > Hi Fabian, > > Christian and I had a lo

Re: [qooxdoo-devel] clone on a TextField

2007-08-14 Thread Leander Hanwald
Oh, I remember this problem, too. I missed to report it when I saw it in the betas :/ Interessting is the following code in qx.lang.Object.js /** * Return a copy of an Object * * TODO: Rename to clone() like in prototype and python * * @type static * @param sourc

Re: [qooxdoo-devel] Imposible to show popupmenu in scrollbar?

2007-08-14 Thread Juan José Durán
Same here mate, but I need to do it if possible just to mimic the behaviour of delphi.Is it possible? -- Juan José Durán Alfonso qadram software C/Juan Ramón Jiménez, 15 Entlo. 2 03203 Elche ALICANTE (SPAIN) T: +34 965 45 48 48 F: +34 965 45 48 48 M: +34 618 28 13 69 http://www.qadram.com ---