How does this new global variable, implemented in 2.7.3 work? (Btw, Shoozza, thanks A WHOLE LOT for this
) I was very excited at first, but then I faced some problems.
It seems it can only be set different than usual in ActivateServer, IF safe mode is off. Otherwise it will grant you with the following error:
(ActivateServer): Null Pointer ExceptionAnd, if you try to change it AFTER the start of the server, it will give you nearly the same, but in AppOnIdle:
(AppOnIdle): Null Pointer ExceptionAlthough, when I set it to 1 in ActivateServer, it runs smoothly, almost like a thread function.
So, I come here with the following question: how does this work? In what ways can we use it?; is there any bugs we should be aware of?; is it REALLY working?
Thanks a lot!