Re: [qooxdoo-devel] Experimental file upload implementation for qooxdoo 0.6.5 and 0.6.6

2007-03-14 Thread Cornelius Weiss
Dietrich Streifert schrieb: > > > Cornelius Weiss schrieb: >> Hi Dietrich, >> >> as for the layout problems, >> >> i set >> this._text.set({readOnly:true,display:false}); >> >> > Yes, but the field is now invisible ;-) > I thought

Re: [qooxdoo-devel] Experimental file upload implementation for qooxdoo 0.6.5 and 0.6.6

2007-03-14 Thread Cornelius Weiss
Hi Dietrich, as for the layout problems, i set this._text.set({readOnly:true,display:false}); in UploadField. Works for me. cu Cornelius Dietrich Streifert schrieb: > The UploadButton widget did not reflect the visual mouse over and > pressed states. > > I've attached a new version of the zip

Re: [qooxdoo-devel] bug in feedreader-demo

2007-03-14 Thread Cornelius Weiss
sorry, by looking in the code, i saw what's happening. tnx cornelius Cornelius Weiss schrieb: > Hi Hugh, > > tnx for your patience! > > i finally managed to extend the RemoteTableModel as you sugested. Now > the funny thing is, that the table sorting seems not to

Re: [qooxdoo-devel] bug in feedreader-demo

2007-03-14 Thread Cornelius Weiss
Hi Hugh, tnx for your patience! i finally managed to extend the RemoteTableModel as you sugested. Now the funny thing is, that the table sorting seems not to be working any more... if i do a this._tableModel.setColumnSortable('schluessel', true); this._tableModel.sortByColumn('schluessel', tru

Re: [qooxdoo-devel] bug in feedreader-demo

2007-03-13 Thread Cornelius Weiss
Hi Hugh, tnx for your replay. What you sugest, is exactly what i do. But if i do a var selectedEntry = this._table.getSelectionModel().getAnchorSelectionIndex(); var p_serie = this._tableModel.getRowDataAsMap(selectedEntry); my p_serie only contains the columns, witch are also present in the

[qooxdoo-devel] problem with qx.ui.table

2007-03-12 Thread Cornelius Weiss
Hi List, i have a problem with the qx.ui.table. I have a large dataset, where i only want to present some columns from in a table. When i fill the table with this._tableModel.setDataAsMapArray(data); the table row id's corespond to the id's of my internal data representation. But if i now sor

[qooxdoo-devel] bug in feedreader-demo

2007-03-11 Thread Cornelius Weiss
Hi devs, i just encounterd a bug in the reedreader demo when i wanted to work out how the table-ui is working. When you use the table-sort-headers and sort e.g. by "Subject", the feeds displayd after are not the once witch where selected in the table. This leeds to a problem i have in the app

Re: [qooxdoo-devel] New releases ahead

2007-03-05 Thread Cornelius Weiss
Hi Andreas, Safari crashes by opening the api-viewer from 6.6.6-rc1. Not shure if this is a good sign :-) cu cornelius Andreas Ecker schrieb: > Howdy, > > we are currently in the process of preparing two new releases. Well, > actually it is more 1.5 releases ;-) : > > - qooxdoo 0.6.6 is suppose

[qooxdoo-devel] Request as POST ?

2007-03-02 Thread Cornelius Weiss
Hi list, this is my code: btn_save.addEventListener("click", function(e) { var req = new qx.io.remote.Request("http://localhost:8887/testproject/";, qx.net.Http.METHOD_POST, qx.util.Mime.JSON); req.setParameter('supertruper', 'test'); req.send(); }, this); B

[qooxdoo-devel] double-click in table rows?

2007-02-25 Thread Cornelius Weiss
ot; event for table-rows. tnx n cu Cornelius Weiss - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business top