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

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

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'

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

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?

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

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

Electron Js - Cannot Destructure Property 'browserwindow' Of 'require(...).remote' As It Is Undefined

This is in Renderer Process: const {BrowserWindow} = require('electron').remote const pat… Read more Electron Js - Cannot Destructure Property 'browserwindow' Of 'require(...).remote' As It Is Undefined

How To Make Window Size Responsive In Electron. (on The Opening Of The App)

I recently started making an app on Electron, I wanted to make the window responsive, for example, … Read more How To Make Window Size Responsive In Electron. (on The Opening Of The App)

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 Does Not Listen Keydown Event

I am a backend developer who got a little project to fix it. So my boss gives me an electron projec… Read more Electron Does Not Listen Keydown Event

Electron Build App Doesnt Start Express Server

I'm building an app and all works fine while I'm in developer mode. Everythink works as it … Read more Electron Build App Doesnt Start Express Server

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

Would It Be Safe To Enable Nodeintegration In Electron On A Local Page That Is Packaged With The App?

I am stuck when creating custom window controls like close, min/max and restore with nodeIntegratio… Read more Would It Be Safe To Enable Nodeintegration In Electron On A Local Page That Is Packaged With The App?

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

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

Properly Using Electron

I want to get into Electron, and I have already started learning about it, however I don't thin… Read more Properly Using 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

Get Length Value From Vue Observer

i've developing electron apps with vue-cli-plugin. when print an array it's return observer… Read more Get Length Value From Vue Observer

Electron - Why Set Browserwindow Instance To Null On The Close Event

The electron documentation, provides the following code sample to create a new window: const {Brows… Read more Electron - Why Set Browserwindow Instance To Null On The Close Event