whoward69
DLL Minion
Anybody any ideas what could be "nil"
The line in question is
So is this trying to tell me that ContextPtr is nil (highly unlikely) or that there is no BuildInstanceForControl entry in the _metatable for ContextPtr, so other other (equally obscure) meaning????

Code:
Runtime Error: [string "Assets\UI\InstanceManager.lua"]:90: attempt to call method 'BuildInstanceForControl' (a nil value)
The line in question is
Code:
ContextPtr:BuildInstanceForControl( self.m_InstanceName, controlTable, self.m_ParentControl );
So is this trying to tell me that ContextPtr is nil (highly unlikely) or that there is no BuildInstanceForControl entry in the _metatable for ContextPtr, so other other (equally obscure) meaning????
