[qooxdoo-devel] Table bug hunting day

2008-07-29 Thread Fabian Jakobs
Hi qooxdoo users, I declare today as official qooxdoo 0.8 table bug hunting day. I have just finished the last feature of the 0.8 table port and now try to find the last remaining errors. Since the table has a really huge code base it is likely that there are still some bugs in it. I have uplo

Re: [qooxdoo-devel] [0.8] Tables

2008-07-29 Thread Fabian Jakobs
Good morning ererybody, > On Tue, Jul 29, 2008 at 5:12 PM, Guilherme Aiolfi <[EMAIL PROTECTED] > > wrote: > > What a great explanation. Thank you for that. > > > You're welcome. > > > > Actually, I'm using the 0.8. > > > LOL. Wow, you really like to live at th

Re: [qooxdoo-devel] Loading images with original dimensions in qx.ui.embed.Gallery (0.7.3)

2008-07-29 Thread Dalmazio Brisinda
Hi Alex, I've made improved bug fixes to the qx.ui.embed.Gallery source since the last go, that will allow the loadComplete to fire more reliably. Specifically, with the previous bug fix, it still doesn't work when appending a list of images to the existing list via addFromPartialList() or addFro

Re: [qooxdoo-devel] Loading images with original dimensions in qx.ui.embed.Gallery (0.7.3)

2008-07-29 Thread Dalmazio Brisinda
Hi Alex, Your image preloader approach worked superbly. I'm now able to scale my images to fit within the image cell -- and I didn't even have to subclass qx.ui.embed.Gallery! Mucho thanks for this. Best, Dalmazio Alexander Back wrote: > > Hi Dalmazio, > > see my comments below. > > Dalma

[qooxdoo-devel] migration from 0.7 to 0.8

2008-07-29 Thread Derrell Lipman
I would like to port some code from 0.7 to 0.8 tomorrow (which will likely be "today" for those of you in Germany). I can't locate any new documentation on migration to 0.8, and the migrator.py file in 0.8 only lists versions up to 0.7.2. What process have you who've been doing migrations been fo

[qooxdoo-devel] using Simulator to click Toolbar in IE

2008-07-29 Thread Chi Mo
Hi Thomas, I'm using Simulator to test our product made by qooxdoo. I got a problem when I tried clicking Toolbar in IE. The script is something like: sel.qxClick('//img[contains(@src,"copy.gif")]') This works fine in FF, but I got an Exception in IE7: Exception: ERROR: Element //img[cont

Re: [qooxdoo-devel] [0.8] Tables

2008-07-29 Thread Derrell Lipman
On Tue, Jul 29, 2008 at 5:12 PM, Guilherme Aiolfi <[EMAIL PROTECTED]> wrote: > What a great explanation. Thank you for that. > You're welcome. > > Actually, I'm using the 0.8. > LOL. Wow, you really like to live at the cutting edge. No, that's not just cutting, that's bleeding (as in gushing

Re: [qooxdoo-devel] [0.8] Tables

2008-07-29 Thread Petr Kobalíček
Darrel, your answer is great. I thing that similar answers should be directly added to documentation ;-) 2008/7/29 Derrell Lipman <[EMAIL PROTECTED]>: > On Tue, Jul 29, 2008 at 3:52 PM, Guilherme Aiolfi <[EMAIL PROTECTED]> wrote: >> >> Hi, > > Hi! > >> >> I'm keep doing some tests, now with table

Re: [qooxdoo-devel] [0.8] Tables

2008-07-29 Thread Guilherme Aiolfi
What a great explanation. Thank you for that. Actually, I'm using the 0.8. But I've asked about the cell editor because even in the qx.ui.table.model.Remote0.7.3 API, there aren't those method used in the example here

Re: [qooxdoo-devel] [0.8] Tables

2008-07-29 Thread Derrell Lipman
On Tue, Jul 29, 2008 at 3:52 PM, Guilherme Aiolfi <[EMAIL PROTECTED]> wrote: > Hi, > Hi! > I'm keep doing some tests, now with tables. > Great. The message subject indicates that you're using 0.8 but I believe from your questions that that's not actually the case. Please confirm that you're

[qooxdoo-devel] [0.8] Tables

2008-07-29 Thread Guilherme Aiolfi
Hi, I'm keep doing some tests, now with tables. First, I would like to know the difference between Virtual Table and Progressive Table. ohh, and a simple Table using a Remote model. Second, can I use cell editors with a remote model? is there an example? and, the last question: ERROR: args.ca

Re: [qooxdoo-devel] custom controls in tool bar ?

2008-07-29 Thread Guilherme Aiolfi
Sometimes we need to send the e-mail to find the solution. :) I'm going to get the chance to ask something too: 1) is there a way to set a default vertical align to the toolbar? and 2) is there a way to set the height of the toolbar (I'd like a toolbar a little bit smaller, specially in the modern

Re: [qooxdoo-devel] custom controls in tool bar ?

2008-07-29 Thread Petr Kobalíček
Solved:-) I missed inherited properties, so setVerticalAlign("middle") is the answer Sorry for lame question :-D 2008/7/29 Petr Kobalíček <[EMAIL PROTECTED]>: > Hello, > > I have question about adding custom controls to toolbar. My experience > is, that any qx control can be added to toolbar tha

[qooxdoo-devel] custom controls in tool bar ?

2008-07-29 Thread Petr Kobalíček
Hello, I have question about adding custom controls to toolbar. My experience is, that any qx control can be added to toolbar that's great. But for example if I add the Label into it, it's in the left top corner. Is there a simple solution to center it in tool bar ? ( I'm adding label and TextFie

Re: [qooxdoo-devel] [qooxdoo-commit] SF.net SVN: qooxdoo:[14884] trunk/qooxdoo/frontend/framework/source/class/ qx/ui/table

2008-07-29 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Mon, Jul 28, 2008 at 10:40 AM, Fabian Jakobs > <[EMAIL PROTECTED] > wrote: > > Hi Derrell, > > Hi Fabian, > > > > Be careful about where you put this stuff from ui.util.column. > I had > > split it out from Table becau

Re: [qooxdoo-devel] Loading images with original dimensions in qx.ui.embed.Gallery (0.7.3)

2008-07-29 Thread Alexander Back
Hi Dalmazio, see my comments below. Dalmazio Brisinda wrote: > However, on your second point -- this is part of the problem I'm having. The > width and height attributes are not actually being used in the Gallery > Widget. Looking more closely at the source for the Gallery widget we have > the fo

Re: [qooxdoo-devel] Loading images with original dimensions in qx.ui.embed.Gallery (0.7.3)

2008-07-29 Thread Alexander Back
Hi Dalmazio, many thanks for the fixes! I've just committed them to the legacy_0_7_x branch (Revision #14912) cheers, Alex Dalmazio Brisinda wrote: > Aside from my previous query, looks like I might have another bug fix. This > bug fix allows the event "loadComplete" to fire. In the member f

[qooxdoo-devel] "Working with text selection"

2008-07-29 Thread Alexander Back
Hi Chris, I also post our conversation to the list to share the infos. See my comments below. Chris Banford wrote: > Hi Alex, >> >>> From my experience with our Tools, it would be great if one could >>> 'easily' move the Caret to the Start, End or any given position in a >>> text block. >> > N