Difference between revisions of "Troubleshooting"

From MoiWiki
Jump to navigationJump to search
(Created page with "== troubleshooting == Created Mittwoch 30 November 2016 = The white elephant fears the mouse, or I get a blank white screen = This problem occurs when the shortcut key points...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== troubleshooting ==
+
== The white elephant fears the mouse, or I get a blank white screen ==
Created Mittwoch 30 November 2016
+
This problem occurs when the shortcut key points not correct to the index.html of the nodeeditor.
 
+
To solve the problem, check If the nodeeditor directory is located under e.g. Moi3.0\''ui''\ and you can find Moi3.0\ui\''nodeeditor\index.html'' here.
= The white elephant fears the mouse, or I get a blank white screen =
 
This problem occurs when the shortcut key points not correct to the index.html of the nodeeditor. To solve the problem, check If the nodeeditor directory is located under e.g. Moi3.0\[[ui]]\ and you can find Moi3.0\ui\nodeeditor\index.html here.
 
 
If this is o.k. check the shortcut key:
 
If this is o.k. check the shortcut key:
moi.ui.createDialog( '[[nodeeditor/index.html]]', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
+
''moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )''
 
If you renamed the nodeeditor directory to e.g. nodeeditor.v.0.85U
 
If you renamed the nodeeditor directory to e.g. nodeeditor.v.0.85U
 
[[image:shortcut.png]]
 
[[image:shortcut.png]]
 +
 
Than your path to the index.html has to be e.g. C:\Program Files (x86)\Moi3.0\ui\nodeeditor.v.0.85U\index.html
 
Than your path to the index.html has to be e.g. C:\Program Files (x86)\Moi3.0\ui\nodeeditor.v.0.85U\index.html

Latest revision as of 06:36, 30 November 2016

The white elephant fears the mouse, or I get a blank white screen

This problem occurs when the shortcut key points not correct to the index.html of the nodeeditor. To solve the problem, check If the nodeeditor directory is located under e.g. Moi3.0\ui\ and you can find Moi3.0\ui\nodeeditor\index.html here. If this is o.k. check the shortcut key: moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ) If you renamed the nodeeditor directory to e.g. nodeeditor.v.0.85U Shortcut.png

Than your path to the index.html has to be e.g. C:\Program Files (x86)\Moi3.0\ui\nodeeditor.v.0.85U\index.html