Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Derrell Lipman
On Mon, Mar 17, 2008 at 2:46 PM, Charlie <[EMAIL PROTECTED]> wrote: > Yes! it's working! > Thanks a lot derrell. I've just opened the bug 805 in bugzilla, hope it's > not a duplicate somewhere :-) > Yup, saw the bug report, fixed the problem. Please pull from svn, remove the event listener you

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Charlie
Yes! it's working! Thanks a lot derrell. I've just opened the bug 805 in bugzilla, hope it's not a duplicate somewhere :-) Cheers Charles Derrell Lipman a écrit : On Mon, Mar 17, 2008 at 1:35 PM, Charlie <[EMAIL PROTECTED] > wrote: Hi Derrell Unfortunately i

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Derrell Lipman
On Mon, Mar 17, 2008 at 1:35 PM, Charlie <[EMAIL PROTECTED]> wrote: > Hi Derrell > Unfortunately it is not working. Using firebug, I can see that the code is > entering the handler but nothing happens. > I tried to call those _updateScrollXYZ functions in a timer after the > "dataChanged" event b

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Charlie
Hi Derrell Unfortunately it is not working. Using firebug, I can see that the code is entering the handler but nothing happens. I tried to call those _updateScrollXYZ functions in a timer after the "dataChanged" event but it does nothing either. Same, if I try to resize the pane after changing t

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Derrell Lipman
On Mon, Mar 17, 2008 at 12:15 PM, Charlie <[EMAIL PROTECTED]> wrote: > Hi, > I searched both the API and the mailing-list and could not find an > answer to my problem. > I use a qx.ui.table for displaying a huge list, and the user can use a > checkbox to display or not some details in each rows. I

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Oleksiy Golovko
Charles, I'm not an expert or qooxdoo framework developer, though I have some experience digging the qooxdoo source code. Try searching for the "_applyRowHeight" as well Thanks, Alexei Charlie wrote: > Hi, > I searched both the API and the mailing-list and could not find an > answer t

[qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Charlie
Hi, I searched both the API and the mailing-list and could not find an answer to my problem. I use a qx.ui.table for displaying a huge list, and the user can use a checkbox to display or not some details in each rows. If details is hidden, the rows are 20px high, if details is show, the rows are

Re: [qooxdoo-devel] Focus management

2008-03-17 Thread Hugh Gibson
> you might have to allow for a little more time, since there is this > AjaxWorld going on, and there was a bit of preparation going on > last week, and there are holidays ahead ... :-). Thanks, yes, I read about that after posting my nagging message. Sorry... Anyway, I've worked round the pro

Re: [qooxdoo-devel] Focus management

2008-03-17 Thread thron7
Hugh Gibson wrote: >> I'm thinking that I need to write a focus manager which knows about >> the widgets which I want to have focus i.e. tables, tree and also >> about popups and menus and so on. If focus is lost by something like >> a toolbar getting it, I should be able to reset focus back to th

Re: [qooxdoo-devel] TextField._onblur method

2008-03-17 Thread Hugh Gibson
> The last line of the TextField._onblur method says: > this.setSelectionLength(0); Probably relates to this method in TextField: _ontabfocus : function() { this.selectAll(); }, which is called from qx.event.handler.FocusHandler: vNext.setFocused(true); vNext._

Re: [qooxdoo-devel] Focus management

2008-03-17 Thread Hugh Gibson
> I'm thinking that I need to write a focus manager which knows about > the widgets which I want to have focus i.e. tables, tree and also > about popups and menus and so on. If focus is lost by something like > a toolbar getting it, I should be able to reset focus back to the > previous widget tha

Re: [qooxdoo-devel] broken images

2008-03-17 Thread Ales Rippl
This happened after migrating from 0.6.3 to 0.7.3. Weird thing is, that same code sometimes render normaly and in same cases like in provided pictures. I always use same code for rendering i.e. ComboBoxes(class extending qx.ui.form.ComboBox) but on some places it is always bad and on some places i

Re: [qooxdoo-devel] broken images

2008-03-17 Thread thron7
Ales Rippl wrote: > Hello. > > Has anybody an idea why this happens? > http://www.nabble.com/file/p16091225/combo.png > http://www.nabble.com/file/p16091225/ikona.png > http://www.nabble.com/file/p16091225/okno.png > Ales, that's very hard to tell from just the pictures. You have to provide

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread thron7
Alexei, > Thank you for the reply and the roadmap URL. Well, nothing pressing > there though I'd like to know the 0.7.4 Release Date. :) The thing is > we're using "svn:externals" method to build our qooxdoo-based app. Now > the external link points to the legacy branch. Of course I could speci

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread thron7
Just applied this patch (r12543). Thomas Oleksiy Golovko wrote: > Hello everyone, > > I'm working in legacy (0.7.4-pre) branch. I noticed an error with > TextField.getSelectionStart method in Firefox. It seems that the code > in the appropriate file has 2 typos. I'm using a mixin workaround fo

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread Oleksiy Golovko
Hi Thomas, Thank you for the reply and the roadmap URL. Well, nothing pressing there though I'd like to know the 0.7.4 Release Date. :) The thing is we're using "svn:externals" method to build our qooxdoo-based app. Now the external link points to the legacy branch. Of course I could specify t

[qooxdoo-devel] broken images

2008-03-17 Thread Ales Rippl
Hello. Has anybody an idea why this happens? http://www.nabble.com/file/p16091225/combo.png http://www.nabble.com/file/p16091225/ikona.png http://www.nabble.com/file/p16091225/okno.png -- View this message in context: http://www.nabble.com/broken-images-tp16091225p16091225.html Sent from the

Re: [qooxdoo-devel] TextField patch

2008-03-17 Thread thron7
Oleksiy Golovko wrote: > Hello everyone, > > I'm working in legacy (0.7.4-pre) branch. I noticed an error with > TextField.getSelectionStart method in Firefox. It seems that the code > in the appropriate file has 2 typos. I'm using a mixin workaround for > now, but it would be great if you could