Oh, yeah. These are strings :)

Sebastian


Alex D. schrieb:
> So:
> 
>         
> qx.manager.object.ImageManager.getInstance().setIconThemeById('qx.theme.icon.CrystalSvgIconTheme')
>         
> qx.manager.object.ImageManager.getInstance().setWidgetThemeById('qx.theme.widget.WindowsWidgetTheme');
> 
> It's works now! The apostrophes *'qx.theme...'* are important!
>>> Please tell me some details regarding your exact configuration. Are you 
>>> using a custom build or the js file from the framework?
>>>     
>>
>> My intro to the application is:
>>
>> --- snip ---
>>   qx.core.Init.getInstance().defineMain(function() {
>>     
>> qx.manager.object.ImageManager.getInstance().setIconThemeById(qx.theme.icon.CrystalSvgIconTheme);
>>  // problem line1
>>     
>> qx.manager.object.ImageManager.getInstance().setWidgetThemeById(qx.theme.icon.WindowsWidgetTheme);
>>  // problem line2
>>     qx.manager.object.AliasManager.getInstance().add("static", 
>> ".ext/qooxdoo-namespace-unix/frontend/demo/build/resource/static");
>>     qx.manager.object.AliasManxager.getInstance().add("widget", 
>> ".ext/qooxdoo-namespace-unix/frontend/demo/build/resource/widget/windows");
>>     qx.manager.object.AliasManager.getInstance().add("icon", 
>> ".ext/qooxdoo-namespace-unix/frontend/demo/build/resource/icon/crystalsvg");
>>     var qooxdoo_document = qx.ui.core.ClientDocument.getInstance();
>> --- snap ---
>>
>> which works without the problem lines but not with them. I use revision 3983 
>> and the qx.js is located at "frontend/demo/build/script/qx.js"
>> after building qooxdoo from source.
>>
>> !! Another issue is that right-clicking on the app brings up the default 
>> browser context-menu which was not the case with earlier releases
>> of qooxdoo. Do I need to take extra action to have it behave like it did 
>> before?
>>
>> Br, Florian
>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>   
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to