can't create standalone with javascript jit.window - help!

pseudostereo's icon

(cross-posted on the jitter forum too, wasn't sure which was more appropriate)

If I make a patch that contains a javascript with this single line:

var window = new JitterObject("jit.window","myWindow");

and save it, the window is created, and everything is just fine.

But then when I go to build a standalone application, I get these error messages:

? error: patcher: missing arguments for message "close"
? error: jit.window: No such object
? error: jsjitterobject_Constructor: null class pointer jit_window

pseudostereo's icon

(the second half of my post was cut off)

I included all the files mentioned in "Appendix D: Building Standalone Applications with Jitter" - I've successfully built standalones before - it seems to be the inclusion of a javascript-instantiated jit.window that is causing the errors.

I'm way past a deadline on this one - help!

pdelges's icon