> Is it really that hard to read prefs before initiating anything else?
The problem is that in order to prevent some code from being initialized
(compiled), you have to define a constant. And a constant obviously
needs to be defined early on. Before the prefs management code is loaded.
I'm sure it could be done somehow. But it would likely require some
rather involved re-factoring. Probably worth a second thought. But
that's how it is right now.
--
Michael
The problem is that in order to prevent some code from being initialized
(compiled), you have to define a constant. And a constant obviously
needs to be defined early on. Before the prefs management code is loaded.
I'm sure it could be done somehow. But it would likely require some
rather involved re-factoring. Probably worth a second thought. But
that's how it is right now.
--
Michael
Comment