Antoine Bagnaud

Results 14 comments of Antoine Bagnaud

Yeah but the main application should not crash in this case. And since custom apps are still not a thing, we need to support this. I'll take a look at...

You will find everything you need [here](https://github.com/nwjs/nw.js/wiki/Window) ! --- Add this at the beginning of the show() function ``` javascript this.win.show(); ``` ![capture](https://cloud.githubusercontent.com/assets/5613584/8638572/0bd7b5a6-28c0-11e5-9ebc-c515e43a3e98.PNG) --- Add this at the beginning of...

You will find everything you need [here](https://github.com/nwjs/nw.js/wiki/Manifest-format) --- Add this to the defaultOptions variable `show_in_taskbar : false` ![capture](https://cloud.githubusercontent.com/assets/5613584/8638638/abf38c4e-28c1-11e5-9b44-987546984411.PNG)

You will find everything you need [here](https://github.com/nwjs/nw.js/wiki/Window) ! --- Add this at the beginning of the show() function ``` javascript this.win.show(); ``` ![capture](https://cloud.githubusercontent.com/assets/5613584/8638572/0bd7b5a6-28c0-11e5-9ebc-c515e43a3e98.PNG) --- Add this at the beginning of...