Re: [qooxdoo-devel] Minimum size versus initial one

2007-09-11 Thread dperez
Any comment from a qooxdoo guru on this area, would be greatly appreciated. I find complicated to create resizable components nested deep in containers, to be placed in a window. I think that the settings of flexibility of size, ought to be stored in a separated property to width/height, and to us

Re: [qooxdoo-devel] Focus event on tables

2007-09-11 Thread dperez
Nabble refused my message twice, so I post it again Opened this bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=632 Sebastian Werner wrote: > > No reason to post this 3 times ;) > > I would say that these edit fields are not focusable themselve. The > situation is a bit complicated for

[qooxdoo-devel] Ajaxian: qooxdoo Tech Talk Presentation

2007-09-11 Thread Andreas Ecker
Hi, in case you haven't notice yet, there is a qooxdoo tech talk presentation available on Ajaxian: http://ajaxian.com/archives/qooxdoo-tech-talk-presentation It's the presentation Derrell and I gave at the last The Ajax Experience. We certainly will improve on the presentation next time, promis

Re: [qooxdoo-devel] Ext theme has a few problems

2007-09-11 Thread Hugh Gibson
Sebastian, > It's normally not necessary to duplicate issues already added to > bugzilla in the mailing list. The current status of the reports is > easier managable using bugzilla than emails. It's more for other users who may not subscribe to the mailing list. See the thread titled "Apostroph

Re: [qooxdoo-devel] Screencast: Drag & Drop Problem (continued)

2007-09-11 Thread bibliograph
Hi,the problem is the following: in Firefox at least, the DragAndDropHandler does not return the correct drop target when the drag source and drop widget are the same. Instead of a TreeVirtual, for example, a HorizontalBoxLayout is passed to the supportsDrop method, which then returns "false" bec

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-11 Thread westor
Hi Fabian, thanks for your investigation. I tryed the branch version, and it workes really better then the release version. But not perfect. My experience: Comboboxes are ok in both, IE6 and FF. But: Table row selection works not correct in both browsers. In the release version this was already o

[qooxdoo-devel] Problem with using tabulator and fucus html text fields with qx.ui.basic.Inline

2007-09-11 Thread Alexander Vaisberg
I use 4 html field and qx.ui.basic.Inline with tree : Inline Frame #1 Text1: Text2: Text3: Text4

Re: [qooxdoo-devel] Applying same values to properties

2007-09-11 Thread Sebastian Werner
Hi Maria, the most time these repeated calls make no sense. So there is not way to deactivate the behavior. Please tell me the exact use case where you need this behavior to differ from the current one. Typical things are reloads of images or iframes sources. Bye. Sebastian Maria Siebert s

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and

2007-09-11 Thread bibliograph
Hello Sebastian,Di 11 Sep 2007 09:38:23 UTC von Sebastian Werner an qooxdoo Development Betreff: Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRendersDerrell Lipman schrieb:> On 9/8/07, *bibliograph* > > wrote:>> Hello,>> attached you find a patch (you need to

Re: [qooxdoo-devel] Applying same values to properties

2007-09-11 Thread Sebastian Werner
Maria Siebert schrieb: > Hi Sebastian, > > I understand the problem of performance. So I just have to write my own > setter method instead of using the property features. I just wanted to > ask, before doing so, because sometimes there is a secret setting to > disable such a behaviour. > > I have

Re: [qooxdoo-devel] Applying same values to properties

2007-09-11 Thread Maria Siebert
Hi Sebastian, I understand the problem of performance. So I just have to write my own setter method instead of using the property features. I just wanted to ask, before doing so, because sometimes there is a secret setting to disable such a behaviour. I have two cases, where I would like to have

Re: [qooxdoo-devel] Ext theme has a few problems

2007-09-11 Thread Sebastian Werner
Hi Hugh! It's normally not necessary to duplicate issues already added to bugzilla in the mailing list. The current status of the reports is easier managable using bugzilla than emails. Sebastian Hugh Gibson schrieb: > After updating to 0.7.1 one of the first things I did was change to the >

Re: [qooxdoo-devel] API docs don't include themes

2007-09-11 Thread Sebastian Werner
Hugh Gibson schrieb: > The API documentation system doesn't include any theme classes. This is > because the system doesn't appear to consider these as proper classes. > However, in trying to work out what themes can be provided and how to > derive from them it is essential information. For example

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and

2007-09-11 Thread Sebastian Werner
What patch? Can you send it again? Do you refer to any bugs? Sebastian bibliograph schrieb: > Hello Sebastian, > > Di 11 Sep 2007 09:38:23 UTC von Sebastian Werner an qooxdoo Development > Betreff: Re: [qooxdoo-devel] Extending the Table with dynamic > cellEditors and cellRenders >

Re: [qooxdoo-devel] Three build problems

2007-09-11 Thread [EMAIL PROTECTED]
Hi Thomas, replies are below. The files attached are zip archives, but the mailing list currently blocks the .zip extension. thron7 wrote: > Hi Fabio, > > Thanks for your detailed reports. >> Internationalization >> When using internationalization with an APPLICATION_SOURCE_PATH containing >> sp

[qooxdoo-devel] Applying same values to properties

2007-09-11 Thread Maria Siebert
Hi, I have a problem using properties. I configured a property using the apply method. But when setting the same value again, the applying method is not called. So I looked at the generated function, at I found out, that if the old value and the new one are the same, the function is quited with re

Re: [qooxdoo-devel] Screencast: Drag & Drop Problem (continued)

2007-09-11 Thread Sebastian Werner
I don't understand why you not just modify the things as discussed previously. The modifications done by Derrell was looking well - or am I wrong. Please tell me exactly the current situation so that we can find a solution which fits your needs and let us be as compatible as possible to the "ol

Re: [qooxdoo-devel] How to structure a big qooxdoo application?

2007-09-11 Thread Fabian Jakobs
Hi Christian, for a more advanced example take a look at the API viewer code. Normally it is best to start off with a skeleton and structure the application code in namespaces. Best Fabian > Hello everybody, > > i've just started to develop a big application using qooxdoo. The > problem ist

Re: [qooxdoo-devel] Focus event on tables

2007-09-11 Thread Fabian Jakobs
dperez schrieb: > Hi > > If the focus is in a textbox and then I click on a qx.ui.table.Table, then > the table doesn't receive any 'focus' event. I expect to receive it. > > Is this a bug? > > Regards, > David > Yes, there are some known issues with the focus handler. Could you check for a si

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-11 Thread Sebastian Werner
Derrell Lipman schrieb: > On 9/8/07, *bibliograph* <[EMAIL PROTECTED] > > wrote: > > Hello, > > attached you find a patch (you need to rename the .zipp extension back > to .zip) to the qx.ui.table package which adds the following classes : > > > Christian

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-11 Thread Fabian Jakobs
Hi Torsten, I have finally decided to backport the location stuff to legacy 0.7 and fixed the scrolling issues already solved in trunk. I was able to cut down the dependencies down so it was pretty easy to backport. Please try your app with the legacy_0_7_x branch. Best Fabian > Hmmm I thi

Re: [qooxdoo-devel] Focus event on tables

2007-09-11 Thread Sebastian Werner
No reason to post this 3 times ;) I would say that these edit fields are not focusable themselve. The situation is a bit complicated for such virtual widgets. Normally only the table itself has a tabIndex property (if at all). The inner content is virtual. So the focus must move while dragging

[qooxdoo-devel] need help to put the combobox inside of the table cell

2007-09-11 Thread maheshwaran devaraj
Hi, We are using qooxdoo 0.6.5 for our front end design. I'm new to qooxdoo... I want to know how to put a combobox inside of the table cell... Thanks in Advance, Maheshwaran Devaraj -- View this message in context: http://www.nabble.com/need-help-to-put-the-combobox-inside-of-the-tab

Re: [qooxdoo-devel] running under appWeb

2007-09-11 Thread larytet . 56728657
Hello, Hugh, Raul Thank you, for the help I checked the server log and this one was fine. Indeed the problem was one of the rules in AdBlockPlus - */popup/* filter from one of the lists. When I disable AdBlock for the page everything works as expected. And the problem exists only with "source

Re: [qooxdoo-devel] qx.ui.menu.Menu and it's width afer locale changing.

2007-09-11 Thread Peter Schneider
>> after querying Bugzilla I found that this Bug is still to be >> addressed. Is there a workaround available for the 0.7.x legacy >> branch? > > Why don't you just dispose the old menu and create a new one? > > Hugh Yeah, can do this. I just thought there might be a "cleaner" way. I hesitated

Re: [qooxdoo-devel] qx.ui.menu.Menu and it's width afer locale changing.

2007-09-11 Thread Hugh Gibson
> > Why don't you just dispose the old menu and create a new one? > > > > Hugh > > Yeah, can do this. > I just thought there might be a "cleaner" way. I hesitated to > re-create every > menu on locale change...we're having loads of them ;) The only downside is that you will hit this bug http://

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-11 Thread westor
Hmmm I think, there are a lot of people who want to use qoxxdoo also on a normal webpage, like me. I think this is one of the most importend features to become an alternative to the use flash, java-applets (they are already dead, I think) or ather JS-frameworks. I for myself think about to ma

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-11 Thread Sebastian Werner
westor schrieb: > Hmmm I think, there are a lot of people who want to use qoxxdoo also on a > normal webpage, like me. I think this is one of the most importend features > to become an alternative to the use flash, java-applets (they are already > dead, I think) or ather JS-frameworks. I think

Re: [qooxdoo-devel] qooxdoo inside existing html

2007-09-11 Thread Philippe Poulard
Hugh Gibson a écrit : >> How to insert widgets in place inside an existing HTML page ? > > So add this to the Twiki! Done ! http://qooxdoo.org/documentation/0.7/inline_widget -- Cordialement, /// (. .) ooO--(_)--Ooo | Philippe Poulard |