How to Set Settings

I've created the GUI using nifty however I am having issues setting the Settings. Can someone display the proper method in order to set the AppSettings. I attempted to do it manually however it did not seem to work.



also can someone update the nifty lib from the SVN thier are a lot of feature blocks in the current one that are fixed in the newer nifty

Bonechilla said:

I've created the GUI using nifty however I am having issues setting the Settings. Can someone display the proper method in order to set the AppSettings. I attempted to do it manually however it did not seem to work.

also can someone update the nifty lib from the SVN thier are a lot of feature blocks in the current one that are fixed in the newer nifty


AppSettings is of type HashMap, create another hashmap, and do settings.addAll(map);
No idea about applying those settings though :p

- Mikkel

Yeah I am aware of how to set the settings however none of them seem to update. I tried restarting the context and changed the settings in a couple of different ways; however, everything remains the sameā€¦