I have this idea that I want to play around with the Config file. My App has a couple of “HD” displays - 1920 x 1080. I wanted to give the users the ability to have the App running on a Windows computer using a display of this type. However, when they then go into the App to do something I want the app to change to the default display format which I think is 1080 x 720 to then load other screens.
I appreciate that the config file is the place to change these settings, but I understand is that the config file is only read on start up. I know how to dynamically change the config file screen layout, but in order to trigger this for the user they need to restart the app.
Can anyway think of a way of restarting the App in Windows from the App? I know we have our Native.Exit function but that will only shut the app down.
Or, can we somehow reload the config file to reset the screen res?