Christian Boulanger <[EMAIL PROTECTED]> writes:

> Hello,
>
> I did it. I ignored all warnings and daringly checked out the bleeding 
> edge from svn, followed all the instructions from the user manual and 
> ... guess what ... got stuck. I
>
> 1) svn-exported the skeleton from application/skeleton to 
> bibliograph-0.11/frontend/,
> 2) adapted the qooxdoo path and changed APPLICATION_NAMESPACE to 
> "bibliograph"
> 3) renamed source/class/custom to source/class/bibliograph/
> 4) changed the first line of Application.js to 
> 'qx.Class.define("bibliograph.Application",'
> 4) changed and did a make  and make build. This all worked fine without 
> error.
>
> Trying to load the application into the browser, however, fails.
>
> http://m41s09.vlinux.de/bibliograph-0.11/frontend/build/
>
> gives me multiple error messages like this one:
>
> 000805 ERROR: qx.ui.form.Button[46]: Could not apply state appearance: 
> TypeError - qx.renderer.border.BorderPresets has no properties

Hi Christian,

It is conceivable that trunk is currently broken in that area.  I know that
Sebastian has recently been working on appearances.  I also recall, however,
seeing a check-in regarding BorderPresets...  something to do with a missing
.getInstance() maybe?

> http://m41s09.vlinux.de/bibliograph-0.11/frontend/source/
>
> results in:
>
> qx is not defined: "qx.Class.define("bibliograph.Application",

That's because you haven't done a "make source", only a "make binary".  Please
do a "make source" and then try loading the source version again.  If you get
a backtrace and can't figure out from that what the issue is, please post the
complete backtrace and I or someone will try to deduce what's going on.  When
I get a chance, I'll also do an "svn up" to see if it's broken for me.  I
can't do that right this minute, though.

Cheers,

Derrell

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to