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

How To Pass Parameters From Main Process To Render Processes In Electron

I have an Electron app that can open different windows. On app launch the app open a set of window(… Read more How To Pass Parameters From Main Process To Render Processes In Electron

Electron: Send Message From Browserwindow To Electron App

I have an Electron app which uses a BrowserWindow to display a web app. I want to be able to send a… Read more Electron: Send Message From Browserwindow To Electron App

Webkitspeechrecognition Returning Network Error In Electron

Recently (in the past 1.5 weeks) the javascript library WebkitSpeechRecognition has refused to work… Read more Webkitspeechrecognition Returning Network Error In Electron

Overlay Electron

I am wondering if it is possible to overlay an application made in electron over a game. essentiall… Read more Overlay Electron

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?

Electron Builder: Not Allowed To Load Local Resource: App.asar/build/index.html

I have an issue when using electron builder I got blank page and error in console: Not allowed to l… Read more Electron Builder: Not Allowed To Load Local Resource: App.asar/build/index.html

Error When Using Electron `app.getpath('home');`

I have the following code within a script I am using within my electron app: window.$ = window.jQue… Read more Error When Using Electron `app.getpath('home');`

Electron Notarisation Failed Due To The Binary Uses An Sdk Older Than The 10.9 Sdk

We are trying to notarise the electron app but I'm getting this error.The versions which we are… Read more Electron Notarisation Failed Due To The Binary Uses An Sdk Older Than The 10.9 Sdk

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?

Electron Event Fires Multiple Times

I have one page, that load new elements via jquery. I have page that have event listener like ipcR… Read more Electron Event Fires Multiple Times

Declare Variable In Angular In A Way That All Functions Have Access To It

im creating the window variable over and over again how can i declare it only once ? i tried adding… Read more Declare Variable In Angular In A Way That All Functions Have Access To It

How To Get Actual Line # Within Source (for Custom Logging) In Typescript

Referencing this question I am using this bit of code to find the line number of the caller to my c… Read more How To Get Actual Line # Within Source (for Custom Logging) In Typescript

Which Context Is The Path Relative To?

This is a dead simple question and no doubt a duplicate but I've searched around and haven'… Read more Which Context Is The Path Relative To?

Electron App. Multiple Html Files

I have an electron app with multiple html files in the root directory. index.html page1.html page… Read more Electron App. Multiple Html Files

How To Get Folder Path Using Electron

I am very new to the electron. Can anyone suggest me how to get a local folder's relative path … Read more How To Get Folder Path Using Electron

What Does It Mean For Electron To Combine Node.js And Chromium Contexts?

In a blog post the author mentions that Electron combines Node and Chromium into a 'single cont… Read more What Does It Mean For Electron To Combine Node.js And Chromium Contexts?

How Can You Overwrite Or Remove The Signature "electron.app.electron" From The Desktop Notification

I'm trying to remove or overwrite my notification signature made by electron. here is what i ge… Read more How Can You Overwrite Or Remove The Signature "electron.app.electron" From The Desktop Notification

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?

How Do I Get Winston To Work With Webpack?

I have an electron application which is using node.js. I would like to use Winston for logging in t… Read more How Do I Get Winston To Work With Webpack?

Node .on Method Firing Too Many Times

I have an Electron app that presents a directory listing to the user. When the user clicks a button… Read more Node .on Method Firing Too Many Times