Me again,

* Gereon A. Frey <[email protected]> [090304 16:58]:
> * Gereon A. Frey <[email protected]> [090304 14:33]:
> Further investigation gave further insight:
> This can be reproduced with the following (everything done with
> 0.8.2-pre):
> - created inline application:
>   /qooxdoo-0.8.2-pre-sdk/tool/bin/create-application.py -n example -t inline
> - added treevirtual to application (after defining the inlineIsle object):
>   var tree = new qx.ui.treevirtual.TreeVirtual([ 'Column 1', 'Column 2' ]);
>   tree.set({width:500});
>   inlineIsle.add(tree, { left:10, top:10, bottom:10 });
>   
>   var dModel = tree.getDataModel();
>   var rootNode = dModel.addBranch(null, 'root', true, false);
>   dModel.setData();
> - run generate.py source-all
> - load source/index.html and see the effect:
>       The theme to use is not available: example.theme.Theme
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).

Gereon

------------------------------------------------------------------------------
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

Reply via email to