Re: [qooxdoo-devel] Table editing / formatting

2010-08-16 Thread Derrell Lipman
On Mon, Aug 16, 2010 at 12:07, nexar wrote: > > Hi > > I have been 'playing around' with the Demobrowser Table code in the > Playground and now have a number of questions relating to editing of dates > and check boxes please: > > 1. In the demo code I changed the 'A Date' column to being editabl

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Daniel Wagner
Hi Stefan, this is an Appearance problem. qx.ui.toolbar.Part usually has the appearance Id "toolbar/part", but your child control uses the Id "fit-pane". So you need to assign the correct appearance to it by adding the following definition to your application's Appearance theme: "toolbar/fit-p

[qooxdoo-devel] Table editing / formatting

2010-08-16 Thread nexar
Hi I have been 'playing around' with the Demobrowser Table code in the Playground and now have a number of questions relating to editing of dates and check boxes please: 1. In the demo code I changed the 'A Date' column to being editable. Although whilst it is in it's unedited state the field

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Stefan Andersson
Here is the code: for push buttons not working. The first push button renders over the vertical lines of the Part class. // overridden _createChildControlImpl : function(id) { var control; var radioGroup; var widget; var tooltip; switch(id) { case "fi

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Peter Schneider
Hi Stefan, do you add the TextFields to the Toolbar or to a Part? I would recommend to add it to Parts (even when you only have one part) I've tried the demobrowser's toolbar code in the playground and it works like expected (at least for TextFields). Please look at the attached code, maybe it gi

Re: [qooxdoo-devel] (no subject)

2010-08-16 Thread Derrell Lipman
On Mon, Aug 16, 2010 at 09:35, Mustafa Sak wrote: > Hi List, > > > > why is getRowData() and getRowDataAsMap() handling data different? > > > > I mean, if I set data to a simple table with .setDataAsMapArray(mapArray, > true), I will get with .getRowData() a map with all my first setted keys and

[qooxdoo-devel] (no subject)

2010-08-16 Thread Mustafa Sak
Hi List, why is getRowData() and getRowDataAsMap() handling data different? I mean, if I set data to a simple table with .setDataAsMapArray(mapArray, true), I will get with .getRowData() a map with all my first setted keys and values. But after editing the table, it doesn't get me the curre

Re: [qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Daniel Wagner
Hi Stefan, I couldn't reproduce the problem just by adding a TextField to a ToolBar. Could you please post a Playground example with the code that creates your toolbar? Also, if you're following up on an older message, please reply to it instead of starting a new thread to keep the context.

[qooxdoo-devel] Again: toolbar problems adding components

2010-08-16 Thread Stefan Andersson
I wrote a while ago about toolbar add problems (2-3 weeks ago). Here I have attached a screen dump! Stefan <>-- This SF.net email is sponsored by Make an app they can't live wi

[qooxdoo-devel] generate build/source speed

2010-08-16 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, I was wondering how I could speed up the generate script. I just remind that because we are generating all the source code for an application (qx client, Java server, SQL), that script is launched quite often. That step (generate build) currently take about 90% of the total time to create a

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-16 Thread Mengu
Dear Derrell, Thank you very much! The patch is working as expected. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-Column-Resizer-Event-tp5392103p5427426.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] not able to get metadata from my simple tablef

2010-08-16 Thread Mustafa Sak
Thank you David! I just expected that getData() or getDataAsMapArray() gets metadata also. Looks like, its not possible. Is their a special reason for this behaviour? I mean, why not getting metadata with getDataAsMapArray()? Regards Sak SAKsystems Inh. Mustafa Sak Varrelmannstr. 16 30453

Re: [qooxdoo-devel] not able to get metadata from my simple tablef

2010-08-16 Thread David Charbonnier
Sorry but I don't understand. What did you expect ? http://tinyurl.com/38bumfy ? Le 16 août 2010 à 11:24, Mustafa Sak a écrit : > Sorry > > http://tinyurl.com/3yys29e > > > > > SAKsystems > > Inh. Mustafa Sak > > Varrelmannstr. 16 > > 30453 Hannover > > Tel. +49 511 / 165 969 40 > > F

Re: [qooxdoo-devel] not able to get metadata from my simple tablef

2010-08-16 Thread Mustafa Sak
Sorry http://tinyurl.com/3yys29e SAKsystems Inh. Mustafa Sak Varrelmannstr. 16 30453 Hannover Tel. +49 511 / 165 969 40 Fax +49 511 / 165 969 49 Mobil +49 163 / 312 6144 http://www.saksys.de i...@saksys.de STEUER-Nr. 2613817458 -Ursprüngliche Nachricht- Von: David Cha

Re: [qooxdoo-devel] not able to get metadata from my simple tablef

2010-08-16 Thread David Charbonnier
Hi, // Could not handle URL parameter! // Error: Could not parse JSON string! Try the 'ShortenURL' button David Le 16 août 2010 à 11:00, Mustafa Sak a écrit : > Dear List, > > I am not able to get metadata from my simple tablef using setDataAsMapArray() > and getDataAsMapArray(). > > Is

[qooxdoo-devel] not able to get metadata from my simple tablef

2010-08-16 Thread Mustafa Sak
Dear List, I am not able to get metadata from my simple tablef using setDataAsMapArray() and getDataAsMapArray(). Is their a solution to get Metadata? Here a playground example. At this I need to get the id value.