Ralf Nieuwenhuijsen schrieb:
Hi, when using QxBarView, i've noticed that the following snippet does not work:

  var b = new QxBarView ();
  b.set (top: 0; left: 0; right: 0; bottom: 0);
  b.setBarPosition ("right");
  this.add (b);

Yet, when you set the BarPosition _after_ it has been drawn it will work:

  var b = new QxBarView ();
  b.set (top: 0; left: 0; right: 0; bottom: 0);
  this.add (b);
  b.setBarPosition ("right");
>
>
I'm not this is the right place to post bugs and such. But I suspect the main developper is monitoring this list as well. I'm also using the latest 'release' version (not the CVS version) .. perhaps its already fixed?

should be fixed in SVN (we have switched from CVS recently).


When developping a new qooxdoo-application which version is recommended?

Generally the latest release: 0.5.1.

I also noticed i'm unable to alter the border of the buttons of the barview, is this the intended behaviour?

Please take a look at the appearance stuff. There is also some documentation:

http://qooxdoo.oss.schlund.de/documentation/appearance


PS. Nice to see an open source framework! I've player around with the commercial Bindows as well, but its too slow for my taste. How come QooxDoo is so much faster?

Do you really think it's faster? That really would make me happy. We always thought bindows is one of the fastest.

Is it because it has less features, or because it uses a smarter layout-engine?

The layout engine is smart yes. Especially since 0.5 ;)

We have worked hard to improve the performance, but it could be done always better ;)

Sebastian


Greetings,
Ralf Nieuwenhuijsen



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to