Hi Gereon, On Thursday 05 March 2009 Gereon A. Frey wrote: > It's even easier. Just create a standard skeleton app (using > create-application -n <name> without the inline stuff) and add > var t = qx.ui.treevirtual.TreeVirtual(['test']); > to Application.js. After generating I can reproduce the described effect > on MacOS and Linux using 0.8.1 and latest 0.8.2-pre. I'm quite sure that > it is not related to caching or some qooxdoo version mixing (usage of > different Browser on different machines on different operating systems).
I could not reproduce this issue. I've just created an inline application which is using a treeVirtual widget - without a problem. Did you really cleared the cache using "./generate.py distclean"? At last a little hint: you forget the "new" operator in your example above :) cheers, Alex ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
