Page 1 of 1

Application_Save method

Posted: Tue Aug 22, 2017 11:08 pm
by r-tea
There are very usefull MUI's methods MUIM_Application_Save and MUIM_Application_Load that are meant to easily save the current state of application's GUI elements.
Are there equivalents in MUIRoyale?

Re: Application_Save method

Posted: Sat Aug 26, 2017 1:39 pm
by airsoftsoftwair
Well, now there are :)

Code: Select all

- New: Added Notify.ObjectID [ISG]; this can be used to load and save the states of certain MUI
  gadgets like string, radio, cycle, listview, text, etc. 
- New: Added Application.Load() and Application.Save() methods to easily load and save the current
  GUI state configuration

Re: Application_Save method

Posted: Sun Aug 27, 2017 9:38 pm
by r-tea
airsoftsoftwair wrote:Well, now there are :)

Code: Select all

- New: Added Notify.ObjectID [ISG]; this can be used to load and save the states of certain MUI
  gadgets like string, radio, cycle, listview, text, etc. 
- New: Added Application.Load() and Application.Save() methods to easily load and save the current
  GUI state configuration
And this is the Tigers like the most! :-)