Hi Thomas, * thron7 <[email protected]> [090304 18:01]: > I followed your steps, with the only difference that I tested against > trunk rather than the pre-sdk. > > The only error that showed up was in your code. The line > > inlineIsle.add(tree, { left:10, top:10, bottom:10 }); > > > is wrong, you cannot pass a "bottom" property to a Basic layout. > Removing that the application ran like a breeze :). > > Did you use the pre-sdk from this morning? I'm not aware of any fix that > went in since then that was concerned with class loading...?! This error does not occur in my real application. This came from an example I hacked together from other fragments.
I've been using 0.8.1 this morning and after everything broke I switched to 0.8.2-pre. Out of curiosity I just tried to remove bottom, but the error is still there. I even switched back to 0.8.1, but nothing changed. I ran the generator a few times and for switching the version I even removed the cache. > Other than that I can only think of clearing your cache and re-try; or > wait for the new sdk. I've done that to often in the last few hours ;). Could that be some sort of side effect? Would diffing script/example.js against your version help? Maybe MacOS X has bad carma with themes ;) Gereon > > Gereon A. Frey wrote: > > * Gereon A. Frey <[email protected]> [090304 14:33]: > > > >> I had an application (not using standalone but inline) running. At some > >> point I must've messed something up and I can't figure out what it was. > >> Hopefully someone can help me out. > >> > > > > 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 > > > > With my limited understanding of Qooxdoo I'd think that example.theme.Theme > > isn't loaded and therefore the initialization of qx.theme.manager.Meta > > (triggered deep inside TreeVirtual) will lead to the seen error. > > > > I'd really appreciate some help here. > > > > Cheers, > > 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 > > > > > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
