Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Unable To Find Electron App

I'm running through this youtube tutorial on an Ubuntu 17.10 and when I run the build command n… Read more Unable To Find Electron App

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

Dealing With Slow Electron Startup

Context I have spent some hours playing with Electron and I have observed that it consistently take… Read more Dealing With Slow Electron Startup

Electron - Jquery Errors

I'm working on an Electron project, and when attempting to include jQuery, I get this error: C:… Read more Electron - Jquery Errors

Uml / Sequence / Package / ... Diagram Alternative For Javascript And Electron Application?

My question is if there are any kind of diagram I could draw in order to visualise and Electron / J… Read more Uml / Sequence / Package / ... Diagram Alternative For Javascript And Electron Application?

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?

Typeerror: Opendirsync Is Not A Function

I am writing an electron application and I want to use the opendirSync function of the fs module in… Read more Typeerror: Opendirsync Is Not A Function

Malihu Custom Scrollbar Plugin Does Not Work With Electron.js

I create a web application for people with intellectual disabilities. The scroll bar has been repla… Read more Malihu Custom Scrollbar Plugin Does Not Work With Electron.js

How To Use Electron-packager To Create A Custom Icon In Linux?

Following this tutorial: https://www.youtube.com/watch?v=dz5SnmBzBXc I did this: electron-packager … Read more How To Use Electron-packager To Create A Custom Icon In Linux?

Electron-prisma Error: Can Not Find Module '.prisma/client'

I'm building a Nuxt-electron-prisma app and I kinda stuck here. when I use prisma normally as g… Read more Electron-prisma Error: Can Not Find Module '.prisma/client'

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

Electron Manipulate/intercept Webview Requests And Responses

I want to create an Electron app that will use webview to display 3rd party content. I would like t… Read more Electron Manipulate/intercept Webview Requests And Responses

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?

Replace 'prompt' In On Electron

How to replace the function of javascript prompt in electron? Can someone give me an example? I t… Read more Replace 'prompt' In On Electron

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?

How To Get A Unique Pc Id Via Electron?

Is it possible to get a unique PC/Device ID via Electron so I can save PC/Device ID to MySQL Server… Read more How To Get A Unique Pc Id Via Electron?

Error With Ffi Module Node.js Uncaught Error: Dynamic Linking Error: Win32 Error 193

I want to call a function, which is written in 'C' DLL, from node.js JavaScript. I am using… Read more Error With Ffi Module Node.js Uncaught Error: Dynamic Linking Error: Win32 Error 193

Jquery On Electron Main Process

How I can use jQuery on electron main process? It seems every example I find is for renderer proces… Read more Jquery On Electron Main Process

Play Local Video File In Electron Html5 Video Player Using Node.js Fs.readstream()

I am developing a video player application, which plays video videos (.mp4) from the local filesyst… Read more Play Local Video File In Electron Html5 Video Player Using Node.js Fs.readstream()