Re: [qooxdoo-devel] Themes

2010-03-25 Thread Petr Kobalíček
There is also qxet - http://code.google.com/p/qxet/ Screenshot is here: http://dark-developer.blogspot.com/2010/02/qxet-second-try.html But currently there are some bugs in qooxdoo that prevents me to make release. I will update the blog entry after the issues will be fixed. -- Best regards - P

Re: [qooxdoo-devel] Using Classes Basics

2010-03-25 Thread Guilherme Aiolfi
You should put your function inside of statics : {} qx.Class.define("analysis.util.SummaryJSON", { extend : qx.core.Object, construct : function(data) { this._data = data; }, members : { getTestData : function() { return this._data.testData } }, statics: { funct

Re: [qooxdoo-devel] Using Classes Basics

2010-03-25 Thread Joe Noon
> So I created a seperate class file for my application > (analysis/util/SummaryJSON.js). I'm trying to create a JSON accessor class, > so I lifted the code from the example and have it below.  I next try to > access this in my Application.JS file but end up with a JS error in FireBug > saying that

[qooxdoo-devel] Using Classes Basics

2010-03-25 Thread Matthew Devine
So I created a seperate class file for my application (analysis/util/SummaryJSON.js). I'm trying to create a JSON accessor class, so I lifted the code from the example and have it below. I next try to access this in my Application.JS file but end up with a JS error in FireBug saying that 'analysis

[qooxdoo-devel] SelectBox set selection

2010-03-25 Thread hkalyoncu
hello here is an another dumb question for SelectBoxes. lets say i have a selectBox and a controller for it which is created with a data store. and i have a supplied string value which is also same with one of the items label in SelectBox. i want to display selectBox showing this item as selecte

Re: [qooxdoo-devel] A bind problem

2010-03-25 Thread MartinWittemann
Hello Stefan, thats an interesting task for the binding infrastructure. At the first moment I thought it's an easy one but you are using comboboxes which makes it not that easy as I thought in the first place. If it were select boxes, it would be easy because they have a selection, which combo box