V5 Wish List

 From:  大道刀 (SUIYAN)
10114.600 In reply to 10114.595 
HI Pilou

可能你需要覆盖一下SidePane1.htm文件到D:\Program Files\MoI 5.0\ui
(Perhaps you need to overwrite the SidePane1.htm file to D: \ Program Files \ MoI 5.0 \ ui)


并重新设置快捷键(And reset the shortcut keys):script: var panel = null; try { panel = moi.ui.getUIPanel( 'moi://ui/SidePane1.htm' ); } catch(e){} if ( panel ) { panel.moiWindow.close(); } else { moi.ui.createDialog( 'SidePane1.htm' ); }

有时可能需要重新设置以能够正确调用(Sometimes it may be necessary to reset to be able to call correctly)
也可能只是你的快捷键设置的问题,我遇到过这样的问题,请先重新设置快捷键,而不要冒然替换SidePane1.htm以避免出现新的问题(有时两个值都能完成调用,但只要一个值能够保证不失效。你需要这个值。)
(It may also be just a problem with your shortcut key settings. I have encountered such a problem before. Please reset the shortcut key first, and do not replace SidePane1.htm recklessly to avoid new problems (sometimes both values can be called, but only one value can be guaranteed to not be invalid. You need this value.)

EDITED: 20 Jun by SUIYAN

Attachments: