IL PROTECTED]> wrote:
>>
>> Hi Alexander,
>>
>> you should extend AbstractDataCellRender to do this, take
>> BooleanDataCellRenderer as an Example based on it you can make
>> ComboBoxExDataCellRenderer.
>>
>> Regards
>>
>> Dirk
>>
>>
can find information about that
it would be nice to send me some informations.
Thanks a lot
Alexander Weisser
On 03/04/07, Dirk Wellmann <[EMAIL PROTECTED]> wrote:
Hi Alexander,
you should extend AbstractDataCellRender to do this, take
BooleanDataCellRenderer as an Example based on it y
Hi,
i try to put a ComboBoxEx Object in the TableHeader or into a table Cell.
--
View this message in context:
http://www.nabble.com/put-ComboBoxEx-object-into-table-tf3510491.html#a9805777
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
---
Hi,
how did you enter the ComboBox Object in the Table row?
Thanks
Aidas Kasparas wrote:
>
> Hi,
>
> I have a table and one of the columns should allow users to enter their
> value completely or choose from list of predefined values. I tried to
> use an editable combobox for this purpose. U
lex
>
> On Thursday 29 March 2007 Alexander Weisser wrote:
>> But i don´t know how to get the textField from the comboBoxEx.
>>
>> dperez wrote:
>> > Hi,
>> >
>> > Then set directly the width of the text area yourself.
>> >
>> > Al
But i don´t know how to get the textField from the comboBoxEx.
dperez wrote:
>
> Hi,
>
> Then set directly the width of the text area yourself.
>
>
> Alexander Weisser wrote:
>>
>> oh... sorry of course that´s it.
>>
>> But now i have the pr
value never change until i set a net value.
Dietrich Streifert wrote:
>
> Hi Alexander,
>
> This is well documented by the api viewer:
>
> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.TableColumnModel
>
> It is the "widthChanged" event.
>
Hi,
for each column in the Table i have a ComboBoxEx upper the Table. In this
ComboBox you can select a value from the column an then the table is
filtered by this value.
So now i want to sync the columnSize an the comboBoxEx size. I know how to
set the size of the ComboBox. it works great. But i
angeValue', function(ev) {
> .
> }, this);
>
> Qooxdoo is so powerful, that any property can have change listeners.
> E.g. you could also have (when the enabled state changes):
>
> combo.addEventListener('changeEnabled', function(ev) {
> .
Hi,
is in the ComboBoxEx an onChange listener or something like this:
I want to get an action if the value in the ComboBoxEx - field is changed.
If the value is changed by click it with the mouse or change it in the new
popup window which comes up when you doubleclick the ComboBoxEx field.
I tr
not the incorrect one:
> qx.renderer.border.BorderPresets.inset
>
> Double clicking works ok for me (it opens the search dialog).
>
> Your test code works ok for me also for 0.6.6. The combobox is added to
> the document and rendered ok.
>
>
> Alexander Weisser wrote:
&
Ok, thanks.
Sebastian Werner wrote:
>
> Fabian Jakobs schrieb:
>> Alexander Weisser schrieb:
>>> Hi,
>>> i have problems with the ComboBoxEx Object.
>>>
>>> After i see the sample - application i wite a small application to test
>>
Hi,
i have problems with the ComboBoxEx Object.
After i see the sample - application i wite a small application to test this
ComboBoxEx - object. The only thing i do is:
var comboData = [[ '1', 'No' ],[ '2', 'Yes' ],[ '3', 'Blah Blah Blah Blah'
],[ '4', 'No' ],[ '5', 'Yes' ],[ '6', 'Blah Blah Bl
Hi,
thanks for that post. But now i have another problem. This eventhandler only
get the new Value.
I have an mysql-db where i load the data and show it into a table. If i use
this event to update the table i get problems if something goes wrong.
This event ever change the view. If i get an erro
Andreas Junghans wrote:
>
> You can't issue synchronous calls in a cross-domain way, only
> asynchronous ones. This is a technical limitation that we cannot work
> around. Even within the same domain, synchronous calls are usually a
> bad idea: They block the whole browser until the respon
m.js:6724 at custom.js:6731 at custom.js:9135 at custom.js:5171 at
custom.js:5058 at custom.js:4418 at custom.js:688 at custom.js:677 at
custom.js:668 at custom.js:7981 at custom.js:7969 at custom.js:688 at
custom.js:677 at custom.js:8061 at custom.js:8054
I don´t know whatßs wrong.
THANKS
Alexander Wei
Hi,
i write a small application with the qooxdoo toolkit. It works fine, if i
connect to the local tomcat. If i use my ip instead of localhost the
application doesn´t work.
I debug the application with the Firebug plugin in Mozilla. I get a
permission denied on initial the application. In the ini
17 matches
Mail list logo