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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo