Application_Save method

Discuss GUI programming with the MUI Royale plugin here
Post Reply
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

Application_Save method

Post 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?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Application_Save method

Post 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
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

Re: Application_Save method

Post 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! :-)
Post Reply