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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo