Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-05 Thread Alexander Weisser
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 >> >>

Re: [qooxdoo-devel] put ComboBoxEx object into table

2007-04-04 Thread Alexander Weisser
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

[qooxdoo-devel] put ComboBoxEx object into table

2007-04-03 Thread Alexander Weisser
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. ---

Re: [qooxdoo-devel] Help: ComboBox as editor for table cell

2007-04-02 Thread Alexander Weisser
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

Re: [qooxdoo-devel] table header resize listener

2007-03-29 Thread Alexander Weisser
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

Re: [qooxdoo-devel] table header resize listener

2007-03-29 Thread Alexander Weisser
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

Re: [qooxdoo-devel] table header resize listener

2007-03-29 Thread Alexander Weisser
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. >

[qooxdoo-devel] table header resize listener

2007-03-28 Thread Alexander Weisser
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

Re: [qooxdoo-devel] ComboBoxEx onchange listener

2007-03-26 Thread Alexander Weisser
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) { > .

[qooxdoo-devel] ComboBoxEx onchange listener

2007-03-26 Thread Alexander Weisser
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

Re: [qooxdoo-devel] no values in ComboBoxEx

2007-03-23 Thread Alexander Weisser
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: &

Re: [qooxdoo-devel] no values in ComboBoxEx

2007-03-23 Thread Alexander Weisser
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 >>

[qooxdoo-devel] no values in ComboBoxEx

2007-03-23 Thread Alexander Weisser
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

Re: [qooxdoo-devel] Listener for table cells change

2007-03-21 Thread Alexander Weisser
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

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Alexander Weisser
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

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-13 Thread Alexander Weisser
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

[qooxdoo-devel] Problem with Tomcat

2007-03-12 Thread Alexander Weisser
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