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

Electron Nodejs With C++ Class In Backend

I am fairly new to web development other than basic HTML5 website creation, I somehow understand th… Read more Electron Nodejs With C++ Class In Backend

How To Integrate Electron To Webstorm Having No "module Is Not Installed" Hint?

My Electron project works just fine. But I can't go to the declaration of the electron plugin a… Read more How To Integrate Electron To Webstorm Having No "module Is Not Installed" Hint?

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 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

Unable To Use Node.js Apis In Renderer Process

Unable to use any electron or node related operations in electron . Getting error process not defin… Read more Unable To Use Node.js Apis In Renderer Process

Leaflet Flipping Tiles In Electron

Hey im new to electron but i want to use Leaflet inside it to some magic mapping stuff. I created a… Read more Leaflet Flipping Tiles In Electron

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?

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 To Access Browserwindow Javascript Global From Main Process In Electron?

I want a menu, defined in the main process to call JS code inside the current browser window in an … Read more How To Access Browserwindow Javascript Global From Main Process In 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

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?

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?

Modules Not Found When Using Express

I want to expose REST service in electron app and I want to use expressJS with electron, as tutoria… Read more Modules Not Found When Using Express

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

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 - 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'

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

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

Unable To Use Node.js APIs In Renderer Process

Unable to use any electron or node related operations in electron . Getting error process not defin… Read more Unable To Use Node.js APIs In Renderer Process