[qooxdoo-devel] qxoo - API viewer?

2010-08-10 Thread panyasan
Hello, I think due to its maturity and usefulness, qxoo has a glorious future ahead in non-browser environment. Another feature that would add to its appeal and would be extremely useful for people who already use it is if it was possible to create an API viewer from the server-side files. I woul

Re: [qooxdoo-devel] DateField in form with qx.data.controller.Form, question regarding model

2010-08-10 Thread Martin Wittemann
Hello Stefan, thats exactly what i build the converters in: http://tinyurl.com/3yn4dht So your intuition was right to give that a try. :) Regards, Martin Am 11.08.2010 um 00:29 schrieb Stefan Volbers: > Hi there, > > is there any way to have in a model (bound via form controller to a > typical

[qooxdoo-devel] DateField in form with qx.data.controller.Form, question regarding model

2010-08-10 Thread Stefan Volbers
Hi there, is there any way to have in a model (bound via form controller to a typical form) a string instead of a date object? I have re-encountered an old problem that I make use of DateFields in my forms, but (as I only need the date string in the backend database) I don't want the date objec

Re: [qooxdoo-devel] Create Object - Name of class in a string

2010-08-10 Thread julian-w
So, I found out how it works :) qx.Class.define("myNameSpace.test1", { extend: qx.core.Object, members : { DoSth: function() { alert("hello"); } } }); var Name_of_Class = "myNameSpace.test1"; var Object_of_Class = qx.Class.getByName(Name_of_C

Re: [qooxdoo-devel] Create Object - Name of class in a string

2010-08-10 Thread julian-w
Sorry, but this doesn't work :/ http://tinyurl.com/39nwjgk - My site: http://projects-tutorials.de/ http://projects-tutorials.de/ -- View this message in context: http://qooxdoo.678.n2.nabble.com/Create-Object-Name-of-class-in-a-string-tp5401636p5405351.html Sent from the qooxdoo mailing

Re: [qooxdoo-devel] Create Object - Name of class in a string

2010-08-10 Thread Bruce Bockius
Try qx.Class.getByName() var var Object_of_Class = qx.Class.getByName("myNameSpace.test1"); Object_of_Class->DoSth(); -Bruce > -Original Message- > From: julian-w [mailto:julia...@online.de] > Sent: Tuesday, August 10, 2010 2:18 PM > To: qooxdoo-devel@lists.sourceforge.net > Subject: [

[qooxdoo-devel] Support for HTML5 Audio Element

2010-08-10 Thread mj
Hi, a little feature request: qx.ui.embed.audio for the new HTML5 Audio Element. http://www.w3schools.com/html5/tag_audio.asp Maybee in qooxdoo 1.3 ? regards mj -- This SF.net email is sponsored by Make an app they

[qooxdoo-devel] Create Object - Name of class in a string

2010-08-10 Thread julian-w
Hello, well, it's very difficult for me to describe my problem in english, but I will do my best: I have a string, which contains a name of a Class. Now, I wants to create this class. I can code it in php like this: DoSomething(); ?> result: da Here some code in JS, so you can see where my prob

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread Derrell Lipman
On Tue, Aug 10, 2010 at 10:18, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > >> I have a simple question. Which event should I listen when my users >> resize >> the columns themselves? Is there a special event which is not also fired >> when setColumnWidth is called via my system?

[qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-10 Thread eduardo zuviria
Hi, I'm working in deploying a qooxdoo (version 1.2) app in the Google app engine. For optimization reasons i want to combine the modern theme images in a only a few files and I'm not interest in compatibility with IE6. But for some reason that i coudn't figure out, the application is still refere

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread Derrell Lipman
// We are currently resizing -> Finish resizing if (! this.getLiveResize()) { this._hideResizeLine(); columnModel.setColumnWidth(this.__resizeColumn, this.__lastResizeWidth); } On Tue, Aug 10, 2010 at 04:04, Mengu wrote: > > Hello everyone, > > I have a simple qu

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread thron7
Hi, Martin will try to look into this tomorrow - unless someone else can jump in :). T. On 08/10/2010 02:38 PM, Mengu wrote: > > I have implemented qx.ui.table.columnmodel.Resize and overridden the > _oncolumnwidthchanged method. However this didn't help. I think the question > is how do I find

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread Mengu
I have implemented qx.ui.table.columnmodel.Resize and overridden the _oncolumnwidthchanged method. However this didn't help. I think the question is how do I find out if this event is fired by user or the system. Thanks in advance. -- View this message in context: http://qooxdoo.678.n2.nabble.

Re: [qooxdoo-devel] Generator: combine-images creates unpredictable ordered images

2010-08-10 Thread Peter Schneider
Thanks! /Peter P.S.: I like the short answer to the long request ;) On 2010-08-10 13:17 thron7 wrote: > Done. > > T. > > On 08/10/2010 11:46 AM, Peter Schneider wrote: >> Hi, >> >> this report applies to version 1.2, 1.1.x and trunk >> >> I am currently having a strange issue, but fortunately

Re: [qooxdoo-devel] Generator: combine-images creates unpredictable ordered images

2010-08-10 Thread thron7
Done. T. On 08/10/2010 11:46 AM, Peter Schneider wrote: > Hi, > > this report applies to version 1.2, 1.1.x and trunk > > I am currently having a strange issue, but fortunately it's explainable. > I have a job that combines some of my images (e.g all 16x16 icons and all > 32x32 > icons). Somet

[qooxdoo-devel] Generator: combine-images creates unpredictable ordered images

2010-08-10 Thread Peter Schneider
Hi, this report applies to version 1.2, 1.1.x and trunk I am currently having a strange issue, but fortunately it's explainable. I have a job that combines some of my images (e.g all 16x16 icons and all 32x32 icons). Sometimes the order of one of the combined images changes...this happens on one

Re: [qooxdoo-devel] How do I create a qooxdoo application with EclipseSPKET plugin?

2010-08-10 Thread Cui,Daojun
Hi Hari, >First of all, what is the best IDE to develop for qooxdoo. I came across the >SPKET plugin for eclipse. >SPKET is a powerful IDE but also a bit new for me. The other option is Aptana-plugin for eclipse with that you can also edit javascript. IntellijIDE is also an alternative opt

Re: [qooxdoo-devel] RPC - Sending huge arrays to the server

2010-08-10 Thread Jean-Baptiste BRIAUD -- Novlog
Ensure data is passed inside HTTP request and not via URL encoding. The issue is on client side, nothing to do on server side. I can't remember the details as I'm now using qooxdoo higher level API but I remember there is a way to tell data is passed inside HTTP request. You also have to use HTTP

Re: [qooxdoo-devel] Again: generator and namespace with adding modules

2010-08-10 Thread John Spackman
Hi Stefan, You are right that in Java you can create classes in a namespace and interleave your classes with the existing, third party library but in Java the only advantage this gives you is access to classes which are local to the package. Qooxdoo doesn't have the concept of package-private

[qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread Mengu
Hello everyone, I have a simple question. Which event should I listen when my users resize the columns themselves? Is there a special event which is not also fired when setColumnWidth is called via my system? Thanks in advance. -- View this message in context: http://qooxdoo.678.n2.nabble.com/

[qooxdoo-devel] How do I create a qooxdoo application with Eclipse SPKET plugin?

2010-08-10 Thread Tranninger Harald
Hi, I´m very new to qooxdoo development. This is the reason for asking some stupid questions. First of all, what is the best IDE to develop for qooxdoo. I came across the SPKET plugin for eclipse. SPKET is a powerful IDE but also a bit new for me. I startet with File->New->SPKET->FirefoxExtens

[qooxdoo-devel] RPC - Sending huge arrays to the server

2010-08-10 Thread Dennis Janezic / TerraTransfer GmbH
Hello List, I've got a problem sending data back to the server via rpc functionality. The associative array I try to handle has at least 160 keys and values. Before sending to the server I convert it into json using the qx.util.Json.stringify - method. Performing the request brings up the "4