Brian Kotek said the following on 8/24/2007 2:11 PM:
The only reason I know about the problem is because I had the same
situation, setting up variables.instance to a new Struct in my init()
method. None of my dependencies were being set and it drove me
absolutely crazy until I remembered the order that ColdSpring is doing
things.
Yeah, Ive noticed this before as well. I typically I don't
"pre-initialize" CS set dependencies or I do them in the
psuedo-constructor area (just as reference). I tend to do this because
that is how the Mach-II framework core files were done originally by Ben
and Hal and it's a habit that I've stuck with every since...
.Peter