bio photo

Finally the open issues and feature requests that have been scheduled for 1.3 are nearly done ... erm, for real this time :D

One of the latest additions is the possibility to change the screen resolution at runtime without restarting a Screen or Nifty. All you need to do is to change the display mode of the rendering system you're using and then simply call:

nifty.resolutionChanged();</pre></p>

to notify Nifty of the new display resolution. Nifty will finish the rendering of the current frame and then it will update the current Screen to the new resolution as well as notifies all active controls.

You can find some details for this on the feature request tracker</a>.</p>

And here is a little video that is demonstrating that it is actually working ;)