Hi dune1982,
re:
> Is there a way now to make MoI not chache the files on startup. Currently I have to restart
> MoI on every change in a file. I know there was a section in the moi.ini but i was not able
> to find it in V5
On http://moi3d.com/wiki/Scripting look for:
"See here for info on disabling file caching so commands will reload on every run"
re:
> \Users\<user>\AppData\Roaming\Moi\plugins\<myplugin> where should i put
> my EnglishStrings.txt file so MoI can find it?
Currently MoI will only load string tables from the install's UI folder so there isn't a way to deploy your own string table in a plugin.
So in your .htm files don't use <moi:Text textid=""/> which looks up text in the string table, instead just put in your text directly.
So like this:
<moi:CommandButton> Text</moi:CommandButton>
Instead of this:
<moi:CommandButton> <moi:Text textid=""/></moi:CommandButton>
- Michael
|