Hi there,
Also having troubles with the native
Settings.bundle and getting values from it inside NK.
I've created the
Settings.bundle as per
these instructions posted earlier, here's what they look like:

- settings.png (28.55 KiB) Viewed 211 times
However, the following code
- Code: Select all
var settings = new NKSettings();
NKAlert(settings.getValueForKey('AutoUpdate'));
always returns
undefined:
The attachment settings.png is no longer available
Just don't know why. What am I doing wrong??