I've got a problem with the INI object (it works in Java quite well, anyway):
Once an ini file is loaded, it won't be refreshed in the next time.
For example:
- Start of frame:
Set INI file -> apppath$+"file.ini" //this file contains an item
- Always:
Set global value A to -> get INI item value
Now, if you change the item of the INI file during runtime, the global value will also be changed in the MMF2 editor. But it won't be changed in Java. You have to restart the frame or the application to have the effect.
