Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
17 views

I am currently developing the following system as my graduation project. System overview The system is an AI-powered dynamic learning material generation app for people who have already learned the ...
たろう's user avatar
-2 votes
0 answers
180 views

I have a problem with Electron start in my VS Code. By following installation guide I install the electron but have a problem with first start. When I trying to run npm run dev:electron I've got that ...
m1xXan's user avatar
  • 1
-1 votes
0 answers
59 views

I use electron to convert my python-flask web application into a Desktop application. As installer, I use NSIS electron builder with a custom nsis script for the customer details page. The issue is ...
PARASU RAM's user avatar
-1 votes
0 answers
116 views

I am working on an Electron app which uses, among others, the simple-git module. My part of the project consists of making a program that builds a tree diagram where each node represents a commit, ...
HiHavafa's user avatar
0 votes
1 answer
67 views

I'm new to Electron, I'm learning how IPC works. Let me show you my code: preload.js import { contextBridge, ipcRenderer } from 'electron' contextBridge.exposeInMainWorld('myApi', { performAction(...
Siniša Petrović's user avatar
Advice
0 votes
1 replies
65 views

When I working on a project that requires multiple windows, I use the BrowserWindow() method of Electron for doing this. My code of making the windows: const { app, BrowserWindow, screen, ipcMain} = ...
Tappu-R's user avatar
1 vote
0 answers
66 views

I am building a desktop application using: Electron ^28.0.0 electron-builder ^24.9.0 Prisma ^5.8.0 Vue 3 + TypeScript During development (electron .) everything works correctly. However, after ...
WWW's user avatar
  • 43
Best practices
0 votes
0 replies
43 views

I would like to create an npm library for a base electron client where consumer projects use the same shared main process/renderer/preload. And currently exposing a defineConfigs function that ...
chandler's user avatar
  • 181
-1 votes
1 answer
157 views

I'm using the koffi library to call Win32 APIs from TypeScript. However, I'm stuck at the very first step: FindWindowW consistently returns 0 (NULL), indicating that the Progman window cannot be found....
Z_Yiri_C's user avatar
1 vote
0 answers
91 views

I am working on an Electron project with node-api (for C++ addons). The app crashes, even after a full-build. The problem that I am facing occurs within the C++ template addon that I have made. I have ...
Mael's user avatar
  • 1
-1 votes
0 answers
66 views

I'm building a desktop app (Electron/Node.js) that switches an Android device into AOA mode using the usb npm package. The device successfully switches to AOA mode (VID_18D1 PID_2D00) and appears in ...
user32484004's user avatar
2 votes
0 answers
92 views

I've been trying to reimplement electron-click-drag-plugin for the needs of my Electron app. But I hit a hard wall when implementing it for X11. I've successfully sent the EWMH event, but it doesn't ...
Yu Ling's user avatar
  • 93
Best practices
0 votes
1 replies
111 views

im a fresher Bscit student creating an managment tool application , for a company using antigravity, in halfway through the application but when i was looking for deployement , noticed electron in ...
Jenil Joshi's user avatar
0 votes
1 answer
54 views

I am trying to build a simple terminal emulator with electron and node-pty. But when the app starts, it immediately crashes with the message (node:51806) UnhandledPromiseRejectionWarning: Error: ...
Godev's user avatar
  • 378
0 votes
0 answers
80 views

There is a chromium flag called "overlay-scrollbar". It is supposed to re-enable css overflow: overlay. Some websites and articles claim that this chromium flag is disabled. However, it is ...
Pedro Henrique's user avatar

15 30 50 per page
1
2 3 4 5
…
1019