Skip to content Skip to sidebar Skip to footer
Showing posts with the label Electron

Setting An Env Var In Package.json For Use With Electron-reload?

I usually develop on macOS but I've moved the project over to Windows 10 in order to work on so… Read more Setting An Env Var In Package.json For Use With Electron-reload?

Minimal Example: Opening A Window In Electron From React Application?

Say I am building a desktop application with react/redux & electron. So my index.html file in e… Read more Minimal Example: Opening A Window In Electron From React Application?

Electron Installing Abort - Econnreset

I'm trying to install electron via npm and I get this error : How can I solve it? Solution 1: … Read more Electron Installing Abort - Econnreset

Win.reload Showing Showing Blank White Window In Electron

I need to reload my site/app after network re-connect. So, I'm using win.reload after reconnect… Read more Win.reload Showing Showing Blank White Window In Electron

Is It Possible To Externalize Electron Menu Template Code?

I have an Electron app with 3 windows and each window has a different menu. The menu template code … Read more Is It Possible To Externalize Electron Menu Template Code?

Using A Dependency With An 'export' Statement Breaks At Electron App Startup

I'm trying to use electron-webpack to build an electron app with atlaskit. I've setup the … Read more Using A Dependency With An 'export' Statement Breaks At Electron App Startup

How To Send Messages To Different Windows In Electron?

I'm writing my first electron app, so please be lenient :) When the user presses a button on th… Read more How To Send Messages To Different Windows In Electron?

Print: How To Stick Footer On Every Page To The Bottom?

I'm trying to print a generated HTML document to PDF. The document itself can hold multiple pag… Read more Print: How To Stick Footer On Every Page To The Bottom?