Closed NoelBaron closed 9 years ago
I added a NavigationWindow to the drawer as centerWindow, but upon drawer.open() I received "Invalid type passed to function".
drawer.open()
Any idea what might be causing this to happen?
[ERROR] : Script Error { [ERROR] : column = 16; [ERROR] : line = 36; [ERROR] : message = "Invalid type passed to function"; [ERROR] : nativeLocation = "-[TiUIiOSNavWindowProxy rootController] (TiUIiOSNavWindowProxy.m:236)"; [ERROR] : nativeReason = "expected: TiWindowProxy, was: (null)"; [ERROR] : sourceURL = "app.js"; [ERROR] : stack = "[native code]\nglobal code@app.js:36:16"; [ERROR] : }
1.2.2
My apologies, this was a bug that resulted in switching versions of node while Titanium was still open. Restarting the computer resolved the issue. Closing.
I added a NavigationWindow to the drawer as centerWindow, but upon
drawer.open()
I received "Invalid type passed to function".Any idea what might be causing this to happen?