[qooxdoo-devel] custom build not working

2007-12-12 Thread Jeremy Hahn
ive got a package/module which im trying to load from my 'main' app. The module loads, however, when its instantiated, i get an error saying: TypeError: qx.ui.pageview has no properties. I assume this is because the class is not being found. When i do a build using: generator.py --class-path /

[qooxdoo-devel] Problem with celleditor.setValidationFunction(validationFunction)

2007-12-12 Thread Philipp Wabinski
Hi there, I have a strange problem. I tried the folowing: var celleditor = new qx.ui.table.celleditor.TextField; celleditor.setValidationFunction(validationFunction); but I always get the error that setValidtionFunction() is not a function. I think I wrote it right, so what is the problem? T

Re: [qooxdoo-devel] Fixed column width in qx.ui.table?

2007-12-12 Thread Peter Schneider
Hi, any news on that? /Peter > Is it somehow possible to turn off user-resizing for single or all columns of > a qx.ui.table? > > Thx, Nicolai Lang - SF.Net email is sponsored by: Check out the new SourceForge.net Market

Re: [qooxdoo-devel] Widget inheritance in QxTransoformer

2007-12-12 Thread Siarhei Barysiuk
Hello, Done in rev.222. If attribute "inherit" is defined will be used value of this attribute, in other cases will be used qx.core.Object. Best regards, Siarhei P.S. Development of QxTransformer is not very active temporary but we are planning continue work. On Dec 11, 2007 4:23 PM, Michail Za

Re: [qooxdoo-devel] Patches

2007-12-12 Thread Fabian Jakobs
Hi Steen, thanks for the patches. I have applied them both to legacy and trunk. I have changed the table patch slightly so you may have to update your .po file. Best Fabian > Fabian Jakobs wrote: > >> Steen Jansdal schrieb: >> >>> Hi, >>> >>> I have a couple of patches regarding transla

Re: [qooxdoo-devel] Patches

2007-12-12 Thread Steen Jansdal
Fabian Jakobs wrote: > Steen Jansdal schrieb: >> Hi, >> >> I have a couple of patches regarding translation and a danish .po file. >> > Perfect > >> How is the policy for applying patches? >> >> Do you want the patches as diffs? Against 0.7.2. SDK or trunk? >> > > The patches should be agai

[qooxdoo-devel] General question about documnetation

2007-12-12 Thread Andreas Tepper
Hello List ;-), i have a general question about the documentation of the properties of the qooxdoo objects. For example, several objects have a property called "style" (qx.ui.core.Border or qx.ui.table.cellrendere.Conditional) which are strings. Where can i find information about the accepted (

Re: [qooxdoo-devel] Error sub-classing TreeVirtual

2007-12-12 Thread Alexander Back
Hi Brian, Stromquist, Brian schrieb: > Using qx 0.7.2 > > > > // mytree.js > > qx.Class.define("myclasses.MyTree", > > { > > extend : qx.ui.treevirtual.TreeVirtual, > > > > construct : function() > > { > > this.base( arguments); > > } > > }); To correctly sub