V4 beta Nov-13-2017 available now

 From:  Michael Gibson
8675.65 In reply to 8675.60 
Hi Moritz,

re:
> Hello, Michael,
> is there a detailed manual to get the CustomUI back in V4 for the Mac?

There is no detailed manual available but it would be close to this:

Download the latest CustomUI and unzip it, it will have 3 folders in it, "objects", "snapshots", and "ui".

Right-click the MoI v4 app and choose "Show package Contents". Inside there go to Contents/Resources. Copy the objects and snapshots folder into Resources so they are siblings of Contents/Resources/ui along with the already existing "commands" and "docs".

Now copy the CustomUI/ui/customui subfolder into Contents/Resources/ui.

Now open up customui/CommandBar.htm in a text editor, find line


Now go into the CustomUI ui folder and in MoI go to Contents / Resources / ui . Copy the line which initializes it which is on line #90 and looks like this:

code:
			<script type="text/javascript" src="customui/CustomInit.js" />


Note that it is directly above a </flex>. Now open up the v4 CommandBar.htm file in a text editor, go to line #80 which is similarly just above a </flex> and paste the copied line in.

I'm not sure how much will work directly out of the box and what needs some updates. But that should be how you would merge it in to the new CommandBar.htm .

- Michael




- Michael