Thanks for mentioning it. I can see it now.
The problem was at the end of the third line. I should have concatenated the 3rd and 4th lines in the pdf.
code:
var theme = 'Default'; /* Theme options: Default,Light,SkyBlue,Autumn,Lavender */
var language = 'EN'; /* Language options: EN,RU,FR */
moi.ui.createDialog( 'moi://appdata/NodeEditorPlus/index.html?'+
'scheme='+theme+'&lang='+language+'', 'resizeable,defaultWidth:870,defaultHeight:480',
moi.ui.mainWindow );
The code in my first post works fine, I'll update the pdf soon.
Sorry for inconvenience.
|