Gereon,

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...?!

Other than that I can only think of clearing your cache and re-try; or 
wait for the new sdk.

HTH,
Thomas

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

Reply via email to