[qooxdoo-devel] How to set a ComboBox/Ex to the width of its widest option?

2007-07-23 Thread Simon Bull
Hi List, I'm using qx 0.6.5. My app contains some dynamically composed forms that include enum inputs that are rendered with ComboBox and ComboBoxEx widgets, depending on the number of options returned by the business tier. I would like each ComboBox/Ex input field to have the minimum width ne

[qooxdoo-devel] ComboBoxEx API change request

2007-07-23 Thread Simon Bull
Hi List, I am using qx 0.6.5. In this version of the SDK, the construction of ComboBoxEx's popup search dialog is hidden within its openSearchDialog method. Because of this there is no clean way to substitute a custom search dialog window, or to substitute a custom window manager class to han

Re: [qooxdoo-devel] calculating hight - problem with vertical box layout

2007-07-23 Thread johnl
westor wrote: > Hi list, > I fill a label with a large html text. The label property "wrap" is set to > TRUE. > I add this label into one cell of a vertical box layout - height of box > layout is auto. > Below the label I want to add another control. So I added it to the vertical > box layout. But

[qooxdoo-devel] calculating hight - problem with vertical box layout

2007-07-23 Thread westor
Hi list, I fill a label with a large html text. The label property "wrap" is set to TRUE. I add this label into one cell of a vertical box layout - height of box layout is auto. Below the label I want to add another control. So I added it to the vertical box layout. But instead of being below, the

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Eli
The follow parameter in NetBean's shortcut solved my problem: netbeans.exe -J-Dfile.encoding=UTF-8 Now, NetBeans saves all files in UFT-8 Thank you. Eli escreveu: > Hi, I am from Brazil and I am using qooxdoo 0.7, I am trying to compile > a Application with caracters accented and the follow m

Re: [qooxdoo-devel] Selected col of Listview

2007-07-23 Thread Tobias Koller (GERMO GmbH)
Hi, thanks for the answer! Could you give me some samplecode? Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Leander Hanwald Gesendet: Montag, 23. Juli 2007 14:10 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Selected col of List

Re: [qooxdoo-devel] Selected col of Listview

2007-07-23 Thread Leander Hanwald
Hi Tobias, As far as I know you get only the selected row. I had simular problem in the past: I needed a button inside of the listview. I extended qx.ui.listview.ContentCellIconHtml (that was enough for me as button), extended ListView (to use my own header) and ListViewHeader (to manage my own bu

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Leander Hanwald
Hi But why didn't you encode these chars in UTF-8? :) Eli schrieb: > Hi. > > I solved the problem removing the characters that were not UTF-8 and it > compiled normally. > > But the problem continues, therefore my language is Portuguese, and it > is necessary to use some special characters for

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Eli
Sorry, but, how can I do that? I am using NetBeans. Leander Hanwald escreveu: > Hi > > But why didn't you encode these chars in UTF-8? :) > > Eli schrieb: >> Hi. >> >> I solved the problem removing the characters that were not UTF-8 and it >> compiled normally. >> >> But the problem continues

[qooxdoo-devel] Selected col of Listview

2007-07-23 Thread Tobias Koller (GERMO GmbH)
Hi, is it possible to get the selected "cell" of a listview? I know how to get the selected row, but I also need to get the selected "cell"... Thanks Tobias - This SF.net email is sponsored by: Splunk Inc. Stil

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Eli
Sorry, but, how can I do that? Leander Hanwald escreveu: > Hi > > But why didn't you encode these chars in UTF-8? :) > > Eli schrieb: >> Hi. >> >> I solved the problem removing the characters that were not UTF-8 and it >> compiled normally. >> >> But the problem continues, therefore my langua

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Dietrich Streifert
You have to type the portuguese special characters into your javascript or html source files with an UTF-8 aware editor. Eli schrieb: Hi. I solved the problem removing the characters that were not UTF-8 and it compiled normally. But the problem continues, therefore my language is Portugues

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Eli
Hi. I solved the problem removing the characters that were not UTF-8 and it compiled normally. But the problem continues, therefore my language is Portuguese, and it is necessary to use some special characters for my program's interface. In this case, how can I solve it? Thanks. Tobias Kolle

Re: [qooxdoo-devel] Extended window manager demo added to contrib

2007-07-23 Thread Jared Broad
Ahh very nice! Just a note for other newbs like me =) I had to comment out the below code to get it to work with my 0.7 SDK. // Extend Qx's default theme //qx.Theme.patch(qx.theme.classic.Appearance, ext.theme.classic.Appearance); Looks great Simon/Fabian! Do you think this will go i

Re: [qooxdoo-devel] Extended window manager demo added to contrib

2007-07-23 Thread Fabian Jakobs
Fabian Jakobs schrieb: > Hi Simon and John, > >> Hi John, >> >> I haven't tried it with 0.7.x myself (am still working with 0.6.x) -- but >> Fabian did mention that everything except the appearance stuff was working >> in the 0.7 version. It looks like the problem you have is around >> appea

Re: [qooxdoo-devel] Extended window manager demo added to contrib

2007-07-23 Thread Fabian Jakobs
Hi Simon and John, > Hi John, > > I haven't tried it with 0.7.x myself (am still working with 0.6.x) -- but > Fabian did mention that everything except the appearance stuff was working in > the 0.7 version. It looks like the problem you have is around appearances > too. > > I would guess it i

Re: [qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-23 Thread Alex Back
Hi Jared, Jared Broad wrote: > Hello Qooxdoo'rs >Ive searched the other disable messages in maillist and all seem to be > using the quick start "qx.js". When using a make application file if I put: > > qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); > > Then it understa

Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-07-23 Thread Tobias Koller (GERMO GmbH)
Hi list, I also have a big problem with my qx.ui.table on windows2003 TerminalServer + IE6 . I recognized that when my table is placed on my web-app the browser crashes (standard Table, no images etc). But when I place the Table on my page and setDisplay(false) everything works fine. No browse

Re: [qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-23 Thread Fabian Jakobs
Hi Jared, > Hello Qooxdoo'rs >Ive searched the other disable messages in maillist and all seem to be > using the quick start "qx.js". When using a make application file if I put: > > qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); > > Then it understandably replies that

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Daniel Haferkorn
Hello, the encoding can even be changed with Windows Notepad. Just select 'Save as...' from the File menu and look for the encoding drop down box in the lower part of the new window. I have had this problem in the past when I had german Umlauts in my comments, even though the files were in UTF

Re: [qooxdoo-devel] Extended window manager demo added to contrib

2007-07-23 Thread Simon Bull
Hi John, I haven't tried it with 0.7.x myself (am still working with 0.6.x) -- but Fabian did mention that everything except the appearance stuff was working in the 0.7 version. It looks like the problem you have is around appearances too. I would guess it is the same problem. Do you have