On 09/17/2012 02:42 PM, Florin Jurcovici wrote:
> I have something like:
>
> qx.Class.define("test.ClassWithStatics",
> {
> statics:
> {
> constant1: "john",
> constant2: "doe"
> },
>
> properties:
> {
> someProp:
> {
> init: test.ClassWithStatics.constant1,
> check: [test.ClassWithStatics.constant1,
> test.ClassWithStatics.constant2]
> }
> }
> });
>
> in a class which I compile into a qooxdoo app, and it works fine.
>
> However, when I try to use the same class on node.js (after having
> required qooxdoo), I get:
Did you install the NPM qooxdoo package? What does requiring qooxdoo
give you? How to you "try to use the same class on node.js"?
T.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel