Fabian Jakobs wrote:
> Hi Daniel,
> Please spam Bugzilla ;-)
>
> The combobox is not localization aware and should definitively be
> changed. Please report this in our bugzilla so it won't get lost.
>
>
> Best Fabian
Hi Fabian,
Bugzilla has been succesfully spammed:
http://bugzilla.qooxdoo.
Hi Daniel,
> Hi Peter,
> thank you very much for the additional research. I have made the suggested
> changes to the ComboBoxEx.js in the framework, and it works now exactly as you
> describe it.
> This may not be the perfect solution, but it's already much better than the
> way
> it was before.
>
>
Hi again,
I just wrote a workaround for the issue that the selected entry wont be
translated in my application. The event listener for the language changer
now stores the selected ListItem, then changes the selection to the first
item, which is "?" and will never be translated :) and changes th
>
Sorry, I meant ComboBox.js.
I was thinking about my other problems when I wrote this. :)
dperez yahoo.es> writes:
>
>
> Hi,
>
> ComboBoxEx.js or ComboBox.js?
>
-
Take Surveys. Earn Cash. Influence the Future of IT
Hi,
ComboBoxEx.js or ComboBox.js?
Daniel Haferkorn wrote:
>
> Hi Peter,
> thank you very much for the additional research. I have made the suggested
> changes to the ComboBoxEx.js in the framework, and it works now exactly as
> you
> describe it.
> This may not be the perfect solution, but it'
>
Hi Peter,
thank you very much for the additional research. I have made the suggested
changes to the ComboBoxEx.js in the framework, and it works now exactly as you
describe it.
This may not be the perfect solution, but it's already much better than the way
it was before.
This is probably worth a
Hi Daniel,
sorry that my "solution" was not that successful as I hoped, but you're right
this was just something I didn't test...
After a while searching I found one thing that might help you:
If you change the following part in qx.ui.form.ComboBox:
(changes marked by /* ps+- */)
---
> Peter Schneider tis-gmbh.de> writes:
>
> Hi Daniel,
>
> I experienced the same with my application here...
> It is annoying, but not unsolvable:
>
> just "force" 'em to String()...
>
> var noItem = new qx.ui.form.ListItem(String(this.tr("No")));
>
> ...and you're off.
>
> I know it's real
Hi Daniel,
I experienced the same with my application here...
It is annoying, but not unsolvable:
just "force" 'em to String()...
var noItem = new qx.ui.form.ListItem(String(this.tr("No")));
...and you're off.
I know it's really weird why other qooxdoo-classes seem to get it right, while
the
Hello,
I have a problem with the ComboBox widget and the translation of Strings.
For example, I create a combo box:
var combo = new qx.ui.form.ComboBox;
now I add some list items and make sure that one is selected when the
application is started:
var unsureItem = new qx.ui.form.ListItem("?");
va
10 matches
Mail list logo