Re: [qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-04 Thread Alex Back
Hi Ruben. ruben gonzalvez wrote: > Hi Alex, > > I'm afraid of you don't understanme. > > I can build a simple textfile, button or icon, > > but I can't build the rest of things such as splitpane, textarea, . What do you mean with this? Is the build process failing or does the application thro

Re: [qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-01 Thread ruben gonzalvez
Hear is my example.html Custom Application qx.core.Init.getInstance().defineMain(function() { var d = qx.ui.core.ClientDocument.getInstance(); function textChange(e) { this.debug("Text changed: " + e.getData()); } var t1 = new qx.ui.form.TextField; t1.set

Re: [qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-01 Thread ruben gonzalvez
Hi Alex, yes I've tested copy the sample.js to my srcipt folder and rename and include inside the examples.html, but doesn't works. my version is 0.6.6. thanks 2007/6/1, Alex Back <[EMAIL PROTECTED]>: Hi Ruben, ruben gonzalvez wrote: > Hi all, > > I'm testing examples from http://demo.qooxd

Re: [qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-01 Thread Alex Back
Hi Ruben, ruben gonzalvez wrote: > Hi all, > > I'm testing examples from http://demo.qooxdoo.org/current/sample/html/test. > > I copy script code from test to my examples.html in local (source > directory). > > I do a make source and works, but when I do a make build and try to run > examples.htm

[qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-01 Thread ruben gonzalvez
Hi all, I'm testing examples from http://demo.qooxdoo.org/current/sample/html/test. I copy script code from test to my examples.html in local (source directory). I do a make source and works, but when I do a make build and try to run examples.html I'cant view anything, only appears console deb