Re: [qooxdoo-devel] Removing menu div from the DOM

2007-09-13 Thread Hugh Gibson
> Disposing a widget, for example a menu, will not remove it from the > DOM. If we would do that, unloading of the page would take too > long. You have to remove it manually for example by setting the > parent to null and explicitly flushing the widget queue before you > dispose it: > > menu.s

Re: [qooxdoo-devel] Textfield event changeValue problem with numbers

2007-09-13 Thread Raul Gutierrez S.
On Thu, 2007-09-13 at 08:51 -0700, Tarmaq wrote: > Hi, > > I've got a problem with changeValue event. it doesn't work when I delete > zero before comma (or dot) > > for example: > I have textfield and number 0,05 in it.. when I edit it to ,05 and focus to > another textfield, changeValue event i

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-13 Thread westor
Sorting problem seems to be also a position problem: if you doubleclick in the column head, a product opens too... ;-) westor wrote: > > If I'm in the near of Karlsruhe, I will do that :-) > > But, it was to early to be satisfied :-/ > I havn't looked close enough to see what happens in FF. No

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-13 Thread westor
If I'm in the near of Karlsruhe, I will do that :-) But, it was to early to be satisfied :-/ I havn't looked close enough to see what happens in FF. Normally, if you perform a doubleclick in a row, a line with the currently selected product should open. That's the way it runs in IE. Not so in FF.

[qooxdoo-devel] Problem with the api viewer

2007-09-13 Thread Michel Sijmons
Hello, I am new to qooxdoo. In installed cygwin with all the needed programs I installed the 0.7.1 sdk. I build the SDK with the make program See below the output, but I think there are no errors. If I start the index.html I can choose several examples The showcase does work, But the api vie

Re: [qooxdoo-devel] Removing menu div from the DOM

2007-09-13 Thread Derrell Lipman
On 9/13/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Disposing a widget, for example a menu, will not remove it from the DOM. > If we would do that, unloading of the page would take too long. You have > to remove it manually for example by setting the parent to null and > explicitly flushing the

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-13 Thread Derrell Lipman
On 9/13/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Regarding the table problem, could you send me the cell renderer > configuration for the image cells? Fabian, I think you're on the wrong track. This problem occurs in the Table_*.html examples in demobrowser, with no images involved. Cheers

Re: [qooxdoo-devel] Removing menu div from the DOM

2007-09-13 Thread Fabian Jakobs
Hugh Gibson schrieb: > We create our context menu every time the user clicks with the right > mouse button. > > Our global singleton frame class has a reference to the context menu. > When another one is requested, we call dispose() on it. > > When testing another issue, under IE the added for th

Re: [qooxdoo-devel] Debugging IE7 popup border problem

2007-09-13 Thread Sebastian Werner
Hi Hugh. I thought this was always wrong. For me it looks like an IE reflow issue. The inner element for the "enhanced border" uses percent dimensions. Maybe we can change this to reduce the interpretation required by the browser. Sorry, no other idea. Sebastian Hugh Gibson schrieb: > Can a

[qooxdoo-devel] Removing menu div from the DOM

2007-09-13 Thread Hugh Gibson
We create our context menu every time the user clicks with the right mouse button. Our global singleton frame class has a reference to the context menu. When another one is requested, we call dispose() on it. When testing another issue, under IE the added for the menu remains in the DOM. Is thi

[qooxdoo-devel] Debugging IE7 popup border problem

2007-09-13 Thread Hugh Gibson
Can anyone help with debugging convoluted IE DOM issues?. I'm trying to work out what's going on with http://bugzilla.qooxdoo.org/show_bug.cgi?id=622 The outer border of menu items and popup windows is missing in IE7 when the DIV first appears. Once it has been drawn once, hidden, and shown again

[qooxdoo-devel] ListView align

2007-09-13 Thread Tarmaq
Hi, is it possible to set ListView align for header different than for a content? I have qooxdoo 0.6.6 Thanks, Tarmaq -- View this message in context: http://www.nabble.com/ListView-align-tf4323519.html#a12312216 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ---

[qooxdoo-devel] Textfield event changeValue problem with numbers

2007-09-13 Thread Tarmaq
Hi, I've got a problem with changeValue event. it doesn't work when I delete zero before comma (or dot) for example: I have textfield and number 0,05 in it.. when I edit it to ,05 and focus to another textfield, changeValue event is not fired.. the same probelm is when I change it to ,05 or

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-13 Thread Fabian Jakobs
Hi Torsten, > Hi Fabian, > > I increased the row hight, but with no other effect. > Beyond, the images in my rows are scaled to fit into the cell. > For my app it would be ok, to deactivate this indicator, is this possible? > I think I should invite you for a beer, because of your effort ;-) > W

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-13 Thread westor
Hi Fabian, I increased the row hight, but with no other effect. Beyond, the images in my rows are scaled to fit into the cell. For my app it would be ok, to deactivate this indicator, is this possible? I think I should invite you for a beer, because of your effort ;-) Fabian Jakobs-2 wrote: >

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-13 Thread Fabian Jakobs
Derrell Lipman schrieb: > On 9/12/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > >> westor schrieb: >> >>> Hi Fabian, >>> >>> I tested it, and select of table row works fine now for both browsers. But >>> in FF you still have the box at the wrong place, I will attach a gif, >>> showing the

Re: [qooxdoo-devel] Possible bug for popup positioning

2007-09-13 Thread Fabian Jakobs
dperez schrieb: > I think in these lines you have modified: > > var scroolTop = qx.bom.getScrollTop(); > var scroolLeft = qx.bom.getScrollLeft(); > > the class name is missing. > > > Fabian Jakobs-2 wrote: > >> Hi David, >> >> thanks for the patch. I have applied it to legacy and

Re: [qooxdoo-devel] Possible bug for popup positioning

2007-09-13 Thread dperez
I think in these lines you have modified: var scroolTop = qx.bom.getScrollTop(); var scroolLeft = qx.bom.getScrollLeft(); the class name is missing. Fabian Jakobs-2 wrote: > > Hi David, > > thanks for the patch. I have applied it to legacy and trunk. For the > scroll offset

[qooxdoo-devel] fonts in qx.ui.table.model

2007-09-13 Thread larytet . 56728657
hello, is there a simple way to modify font in one of the columns in the table ? What font should I use if I need "monospace" thank you - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Re: [qooxdoo-devel] Possible bug for popup positioning

2007-09-13 Thread Fabian Jakobs
Hi David, thanks for the patch. I have applied it to legacy and trunk. For the scroll offset I use the methods from qx.bom.Viewport so chances are good that it will also work in IE ;-) Could you please verify that? Best Fabian > This patch solves all the problems for Firefox 2.0. > For IE7 does

Re: [qooxdoo-devel] how to work with qx.io.remote.Request

2007-09-13 Thread Jim Hunter
When you are working synchronously, the line of code immediately after the send() command will not execute until the request is complete or the request fails. That is the difference between the two. In Async mode, code execution will continue on after the send() command without waiting. Other then

Re: [qooxdoo-devel] 0.7.2pre

2007-09-13 Thread dperez
Now, I hae read in another thread that this issue isn't fully solved yet. Sorry for the noise. dperez wrote: > > Hi > > Since I'm using the latest trunk (0.7.2pre r9820), the frame that > highlights the focused cell in a table, isn't well align with the cell. > It's a little upwards. > > Ha

Re: [qooxdoo-devel] 0.7.2pre

2007-09-13 Thread dperez
Another minor issue: I've had to change qx.ui.table.model.Basic.EVENT_TYPE_DATA_CHANGED to 'dataChanged'. It would be nice if a migration script could handle this. dperez wrote: > > Hi > > Since I'm using the latest trunk (0.7.2pre r9820), the frame that > highlights the focused cell in a tab