Hi Psygorn,
re:
> Is it possible to have Moi discovers startup settings automatically?
Sorry I don't understand the question. What do you mean by "startup settings" ?
> > The other options you could do would be to apply the same browser pane mod
> > to the v5 beta so the scripts would be able to find what they are expecting there too
>
> By doing above mentioned solution Moi V5 beta would have the same UI settings as Moi V4?
I'm not sure what you mean by "UI settings" in this context. What it would do would be to
make the MoI v5 beta have the same structural content as your customized v4.
The reason why you are getting script errors is because your scripts are looking for an HTML
element with id="CommandBarCustomUI" inside of the file BrowserPane.htm .
The regular MoI install does not have any element with that id in BrowserPane.htm , it has
it in CommandBar.htm .
So for those scripts to be working in v4 you must have modified your v4 BrowserPane.htm
file to have that element in it.
If you modify your V5's BrowserPane.htm to have the same thing that you added to the v4 one
then that would solve the problem.
> Do I have to do things manually In order to apply the same browser pane mode to the V5 beta?
> Is there a way I can have it done automatically? And basically, tell me how to do it!
It could be possible to change your scripts so that they insert at the end of the <body> of
BrowserPane.htm or something like that instead.
If you can post your startup scripts and the modified BrowserPane.htm file you have made
for v4 then I'll be able to tell you how to do that.
- Michael
|