Re: [qooxdoo-devel] ComboBox popup

2006-10-12 Thread Dietrich Streifert
I think the best way would be to create the patch based on current svn and create a bug for this on bugzilla.qooxdoo.org. It ensures that the patch is not missed. I recently created a bug regarding the visibility of the popuplist if the combobox is made invisible: http://bugzilla.qooxdoo.org/

Re: [qooxdoo-devel] HTML Cell for Table?

2006-10-12 Thread dperez
Hi Lycovian, Tables work directly with HTML instead of widgets. Just define your own DataCellRenderer, and create the appropiate HTML. lycovian wrote: > > I can't find a reference to this in the board but I know it is possible. > Sorry if this is a redundant questions but I have a URL that I

Re: [qooxdoo-devel] displaced combo list in scrolled box layout

2006-10-12 Thread dperez
Hallo Stefan, I created a patch that just solves this problem. It is pending approval by Qooxdoo developer team. Stefan Schmidt-11 wrote: > > Hi Community, > > I have a problem with combo boxes in a LayoutBox that is scrolled down. > When > you open the combo box the itemlist ist displayed no

Re: [qooxdoo-devel] ComboBox popup

2006-10-12 Thread dperez
Thanks Dietrich for your testing, Have you recompiled qx.js with my changes before trying? This is the screenshot I receive. http://www.nabble.com/file/3617/Pant015.gif Positioning of popup list when scroll bars are present is just what my patch solves! Sebastian, do you consider my patch wor

[qooxdoo-devel] HTML Cell for Table?

2006-10-12 Thread lycovian
I can't find a reference to this in the board but I know it is possible. Sorry if this is a redundant questions but I have a URL that I would like to show as a link in a cell inside of .Table. Any idea on how to get a hyperlink inside of a cell? Thanks in advance for the help. -- View this mes

[qooxdoo-devel] Solved: Re: CheckBox and RadioButton do not change checked state when placed in a window

2006-10-12 Thread Dietrich Streifert
Hi Alex, I think I've found the bug. I created a patch for this: http://bugzilla.qooxdoo.org/attachment.cgi?id=55 Please test the bug if it solves your problem and report the succes to bugzilla. Hopefully this patch gets asap applied to svn. The bugreport is here: http://bugzilla.qooxdoo.o

Re: [qooxdoo-devel] ButtonView with AJAX Request

2006-10-12 Thread Derrell . Lipman
Marcel Alburg <[EMAIL PROTECTED]> writes: > Hello, > > i've a question. > > it is possible to create a buttonview in a bar and if i click on this > button it called a ajax request to a remote server. > > it should happend on click on the button - not at page load. > > i can create it on page load

[qooxdoo-devel] displaced combo list in scrolled box layout

2006-10-12 Thread Stefan Schmidt
Hi Community, I have a problem with combo boxes in a LayoutBox that is scrolled down. When you open the combo box the itemlist ist displayed not in the correct position. Be sure to make your browser window small, and then scroll down a little bit. var box = new qx.ui.layout.VerticalBoxLayout;

[qooxdoo-devel] ButtonView with AJAX Request

2006-10-12 Thread Marcel Alburg
Hello, i've a question. it is possible to create a buttonview in a bar and if i click on this button it called a ajax request to a remote server. it should happend on click on the button - not at page load. i can create it on page load but not for click on the button. Thanks Marcel -

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Til Schneider
> I've tested FF2 RC2 with the small testcase I sent as answer to Alex and > the bug is still there. > > What Version of FF2 did you test? Sorry, I might be wrong. Maybe I mixed this up with another bug. But the workaround does work. -

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Jonathan Viney
I'm fairly certain that the issue will not be fixed in FF2.0. It is fixed in FF trunk, and will be released with FF3.0. There is a bugzilla entry with a discussion about it on the Mozilla site somewhere.I wish the FF guys had fixed this for 2.0, but that's life.-Jonathan.On 10/13/06, Alex D. <[EMA

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Alex D.
I'm currently using revision 4358. And i just checked - the problem was that i have had another window with scrollable HorizontalBoxLayout "under" the window with textfields. Thank you Dietrich. Best Regards, alex.d I found a commit which may be related to your problem with the textfield:

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Alex D.
Thx Til, thx Dietrich, You were right! That's it! I didn't know about this bug and before i reconstruct all my code(i have a lot of textfieds) i think i will wait till FF2.0 Release and hope they correct this issue. If not - i will use your workaround. Thx again, alex.d >> since you are also w

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Dietrich Streifert
I found a commit which may be related to your problem with the textfield: http://svn.sourceforge.net/viewvc/qooxdoo?view=rev&revision=4358 What rev are you using? Alex D. schrieb: Hi Dietrich, since you are also working with complex layouts inside of qooxdoo-windows, you have probabl

Re: [qooxdoo-devel] CheckBox and RadioButton do not change checked state when placed in a window

2006-10-12 Thread Dietrich Streifert
Hi Alex, since the focus problem is present for FireFox 1.5 and 2 and IE 6 and 7 I suspect a bug in the qx.ui.window.Window event handling which had alot of changes since rev. 4332: http://svn.sourceforge.net/viewvc/qooxdoo?view=rev&revision=4332 @Sebastian: Can you please have a look on thi

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Dietrich Streifert
Hi Til, I've tested FF2 RC2 with the small testcase I sent as answer to Alex and the bug is still there. What Version of FF2 did you test? Til Schneider schrieb: since you are also working with complex layouts inside of qooxdoo-windows, you have probably following problem too: it l

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Dietrich Streifert
I'm sorry for the mistake. The bug occurs when "overflow" is set to "scroll" not "auto". -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH - Using Tomcat but need to do more? Need to support web services, securi

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Dietrich Streifert
Hi Alex, Alex D. schrieb: Hi Dietrich, since you are also working with complex layouts inside of qooxdoo-windows, you have probably following problem too: it looks like sometimes you can not type in the textfields. It's strange, and i can't really reproduce this error, least of all in a

Re: [qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Til Schneider
> since you are also working with complex layouts inside of > qooxdoo-windows, you have probably following problem too: it looks like > sometimes you can not type in the textfields. It's strange, and i can't > really reproduce this error, least of all in any "small" example. I have > changed th

[qooxdoo-devel] Another FF strange focus issue

2006-10-12 Thread Alex D.
Hi Dietrich, since you are also working with complex layouts inside of qooxdoo-windows, you have probably following problem too: it looks like sometimes you can not type in the textfields. It's strange, and i can't really reproduce this error, least of all in any "small" example. I have change

Re: [qooxdoo-devel] CheckBox and RadioButton do not change checked state when placed in a window

2006-10-12 Thread Alex D.
Have the same problem - you can change radiobutton- and checkbox- states by clicking at their labels but not on their icons(in a qooxdoo-window). It's some kind of confusing though the event "changeSelected" is fired, eventListenerRoutine is called, but the visual-state stays the same. Regards,

[qooxdoo-devel] CheckBox and RadioButton do not change checked state when placed in a window

2006-10-12 Thread Dietrich Streifert
Hello List, When a qx.ui.form.CheckBox or a qx.ui.form.RadioButton is placed within a qx.ui.window.Window clicking the checkbox or activating the spacebar while having the focus does not work anymore. The bug can be seen in: http://demo.qooxdoo.org/html/test/Window_1.html Bring the window nam

Re: [qooxdoo-devel] Noob error msg trying to make skeleton

2006-10-12 Thread Chris Banford
Sebastian Werner wrote: Do one of you Unix wiz's have an example of how I would do the "C:\foo\bar" properly in cygwin? I got things to work by using a relative path (I've got lots of web experience, but not much real Unix -- something I'm planning on fixing with my next computer up

[qooxdoo-devel] how to use qooxdoo parsing XML String??

2006-10-12 Thread candy
I have one String by type XML.No path. I want to parse it using qooxdoo HOW?? -- View this message in context: http://www.nabble.com/how-to-use-qooxdoo-parsing-XML-String---tf2429058.html#a6772648 Sent from the qooxdoo-devel mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] QooxDoo and Gradients

2006-10-12 Thread Til Schneider
> I am pretty new to Qooxdoo so excuse me if this is a dumb question. Is > it possible to make qooxdoo widgets use gradient colours ? What I would > like to do is have things like buttons, toolbars etc. have gradient > backgrounds (see attached image for an example)? If it is possible > coul

Re: [qooxdoo-devel] Noob error msg trying to make skeleton

2006-10-12 Thread Sebastian Werner
Chris Banford schrieb: > Hi Sebastian, >> I've never had such a problem. Please double check if there you >> correctly have configured the folder to the qooxdoo folder. It seems so, >> because the generator.py seems to get executed. But is there also the >> frontend/framework/tool/generator/modu

Re: [qooxdoo-devel] Noob error msg trying to make skeleton

2006-10-12 Thread Chris Banford
Hi Sebastian, > I've never had such a problem. Please double check if there you > correctly have configured the folder to the qooxdoo folder. It seems so, > because the generator.py seems to get executed. But is there also the > frontend/framework/tool/generator/modules/config.py file? What vers

[qooxdoo-devel] "Memory creep" problem

2006-10-12 Thread Simon Bull
Hi All, I have spent some time testing memory usage (with Qx 0.6.1 in IE6 and FF1.5) and have found that dispose frees only a small protion of the memory that has been allocated to Qx instances. For a single paged ajax application this results in a "memory creep" problem -- the browser process

Re: [qooxdoo-devel] Table column widths - flex last column

2006-10-12 Thread Til Schneider
> I've been unable to locate in the Table implementation, a way to have a table > with two columns, the first column having a fixed width, and the second column > taking the *remainder* of the width of the table.Alternatively, if I could > provide width percentages for columns, that would do as wel