Just installed the new Feb 8 beta. Very nice. The Alert boxes (e.g. for elastica and logspiral help ?), are much more readable.
So rather than modifying ui > SidePane.htm again, Modification by addition was made to ui > HelpMenu.htm, the flyout portion of the MoI Help ? button at the bottom right corner.
This avoids using up a valuable space in the sidepane edit menu, next to History.
This experimentation was done on the old Beta, to avoid messing up the new Beta.
Re-using Burr's shellExecute code, the modified HelpMenu.htm is as follows:
code:
<html>
<body class="MenuBody">
<moi:FlyoutHeader />
<moi:MenuItem onclick="moi.ui.createDialog( 'About.htm' );"><moi:Text textid="About menu item"/></moi:MenuItem>
<moi:MenuItem onclick="moi.filesystem.shellExecute( moi.filesystem.getAppDataDir() + 'MoI_API\\MoI_v5_API_Documentation.htm' );"><moi:Text textid="About menu item"/></moi:MenuItem>
</body>
</html>
I was unable to locate the moi:Text textid="About menu item", so the second "About MoI" line, in the flyout menu, is the link to the MoI_v5_API_Documentation htm.
And so was unable to show "About MoI-v5_API..." as a selection.
- Brian
|