Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-25 Thread Fabian Jakobs
Hello Siarhei, > Hello folks! > > For few last day I was thinking about data binding functionality for > qooxdoo (including 'plain html forms' > emulation and auto completion) and I would like to present results of > my work for discussion. > I will be really appreciated for any remarks and sugge

[qooxdoo-devel] remove row in gridLayout

2007-07-25 Thread Tobias Koller (GERMO GmbH)
Hi list, is there a way to remove a row in a gridlayout? I found removeRow() but there is no description in the api. Thanks Tobias - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files

Re: [qooxdoo-devel] Locale

2007-07-25 Thread Eli
It ran. Thank you. Eli Alex Back escreveu: > Hi Eli, > > I think the language code for Spanish is "es". So > > APPLICATION_LOCALES = pt es en > > would be correct, I think. > > cheers, > Alex - This SF.net email is

Re: [qooxdoo-devel] Locale

2007-07-25 Thread Alex Back
Hi Eli, Eli wrote: > Only to confirm, in Makefile of my application, does line below set the > languages Portuguese, Spanish and English respectively? > > > APPLICATION_LOCALES = pt sp en I think the language code for Spanish is "es". So APPLICATION_LOCALES = pt es en would be correct, I think.

[qooxdoo-devel] Locale

2007-07-25 Thread Eli
Only to confirm, in Makefile of my application, does line below set the languages Portuguese, Spanish and English respectively? APPLICATION_LOCALES = pt sp en -- Eli - This SF.net email is sponsored by: Splunk Inc. Sti

[qooxdoo-devel] SetTabIndex(1) is not working in firefox for TextField

2007-07-25 Thread chadrasekhar A
Hi, SetTabIndex(1) is not working in firefox for TextField. I added textbox in a window which is having tabs.The code is as below win = new qx.ui.window.Window(""); var p1_1 = new qx.ui.pageview.tabview.Page(t1_1); txtfield= new qx.ui.form.TextField(); with(txtfield)

Re: [qooxdoo-devel] ComboBoxEx API change request

2007-07-25 Thread dperez
I'll take a look to this. Any improvement will be in the 0.7.x branch. Simon Bull wrote: > > 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 cl

Re: [qooxdoo-devel] Table font size increases if 'array join' is set, after migration (0.7 -> 0.7.1)

2007-07-25 Thread Dietrich Streifert
Hi Ulrich, I've fixed that in rev. 9130 for branches/legacy_0_7_x and rev. 9135 for trunk. Here is the changeset for 0.7.1: http://svn.sourceforge.net/qooxdoo/?rev=9130&view=rev Ulrich Möllmann schrieb: > Hi, > > we've tried to use the table pane parameter > qx.ui.table.pane.Pane.USE_ARRAY_JOI

Re: [qooxdoo-devel] problem in direct migration 0.6.6 -> 0.7.1

2007-07-25 Thread Fabian Jakobs
Fabian Jakobs schrieb: > westor schrieb: > >> I had to migrate from 0.6.6 direct to 0.7.1. It braked while upgrade to >> 0.7-beta1. >> >> Later I tryed to migrate first to version 0.7.0 and after this to 0.7.1 - it >> works, so there is a problem in the new routine? >> >> > The patch fil

Re: [qooxdoo-devel] problem in direct migration 0.6.6 -> 0.7.1

2007-07-25 Thread Fabian Jakobs
westor schrieb: > I had to migrate from 0.6.6 direct to 0.7.1. It braked while upgrade to > 0.7-beta1. > > Later I tryed to migrate first to version 0.7.0 and after this to 0.7.1 - it > works, so there is a problem in the new routine? > The patch file has a bug. We have fixed it already in the t

[qooxdoo-devel] problem in direct migration 0.6.6 -> 0.7.1

2007-07-25 Thread westor
I had to migrate from 0.6.6 direct to 0.7.1. It braked while upgrade to 0.7-beta1. Later I tryed to migrate first to version 0.7.0 and after this to 0.7.1 - it works, so there is a problem in the new routine? Here are the last lines of processing: - File: source/class/cms/myButtonViewButton.j

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

2007-07-25 Thread dperez
Use the sizeTextFieldToContent() method. It does exactly that. Simon Bull wrote: > > 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 ret

Re: [qooxdoo-devel] Qooxdoo based web based IDE with GUI Builder andCode Editor

2007-07-25 Thread Tobias Koller (GERMO GmbH)
Wow, it looks really really nice! Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Leander Hanwald Gesendet: Dienstag, 24. Juli 2007 22:12 An: qooxdoo Development Betreff: [qooxdoo-devel] Qooxdoo based web based IDE with GUI Builder andCo