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 /
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
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
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
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
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
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 (
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