js-osx-app-examples icon indicating copy to clipboard operation
js-osx-app-examples copied to clipboard

Example OS X applications written in JavaScript.

Results 4 js-osx-app-examples issues
Sort by recently updated
recently updated
newest added

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...