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

Way To Read Filenames From Directory And Output To Json With Electron & React

I'm trying to make a music player application with Electron & React. I have been able to ac… Read more Way To Read Filenames From Directory And Output To Json With Electron & React

How Can Send And Get Data Beteen Main.js And Html.js In Election

How can send data with ipcRenderer in Electron? I use this code but dose not work well. I can not s… Read more How Can Send And Get Data Beteen Main.js And Html.js In Election

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

Opening Pdf Files In Electron

I need to build an app where the user can open PDF files within the app -- i.e. not by opening a ne… Read more Opening Pdf Files In Electron

Save The Log In Electron Devtools To A File

I am working on Electron app with angular 5 for the rendering process, is there is a way to export … Read more Save The Log In Electron Devtools To A File

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

How Do I Make My Electron App The Default For Opening Files?

I am making an electron app with which the user can edit .txt files. I was wondering if it was poss… Read more How Do I Make My Electron App The Default For Opening Files?

Electron: Renderer Access To Main Process?

The main process opens a connection to a service, to which a renderer requires access. Is this pos… Read more Electron: Renderer Access To Main Process?