js-osx-app-examples
js-osx-app-examples copied to clipboard
Example OS X applications written in JavaScript.
They all get ``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'NSGetSizeAndAlignment(): unsupported type encoding spec 'G' at 'GPoint}"size"{CGSize}}' in '{CGPoint}"size"{CGSize}}'' ``` Which seems to happen before many...
This is a simple input method performing ROT13 on the English output: https://github.com/jakwings/FooIME
your examples very awesome how can i get NSMatrix selected item... Item.tag or item.index for example
He Tyler, Thanks for the examples. I was working on using a WebView but unfortunately I stumbled upon the same problem as described in https://github.com/tylergaw/js-osx-app-examples/blob/master/docs/webview-not-rendering-html.md I was wondering whether there...