Skip to main content

All Questions

-2 votes
0 answers
20 views

How to create electron app that will replace windows desktop

How can i develop an app, that can be used instead of default windows desktop, couldn't find any tutorials online, so I'm asking here I only found some ways of using kodi, but I want exactly electron ...
rllynotfox's user avatar
0 votes
0 answers
24 views

Fullscreen keybinds inside an electron app not working

In an ordinary electron app, regular application etiquette of the OS the user is using is applied. However, for me (Using Windows OS), the F11 keybind (typically used to put apps into fullscreen and ...
Marco Gomez's user avatar
3 votes
0 answers
102 views

How to have an app window not take away focus like in Windows 11 emoji app

Let's say you have Notepad open in Windows 11. You hit Win+. shortcut to open the emoji app. Click on an item and it pastes it in wherever your | symbol is in your Notepad. Essentially we have a ...
Quickz's user avatar
  • 1,806
0 votes
0 answers
23 views

child process exit issue (For Excel files the process exiting on closing the opened file but for other files it is exiting after opening the file only

if (process.platform == 'win32') { try { let bat = spawn("cmd.exe", [ "/c", path_local, "argument1", "argumentN" ]); bat.stdout.on("data", (...
satishVudata's user avatar
0 votes
0 answers
67 views

Multi touch support on a multi window Electron app

I have an Electron app that generate 4 different Browser Window: // Create number of window specified in windowsNumber for (let index = 0; index < windowsNumber; index++) { //Create screen ...
marcotw's user avatar
  • 113
0 votes
0 answers
50 views

Electron JS application open at login after providing admin privilege not working

In my electron js application, I need to execute a command, that should have administrative privilege. So in the Windows app build configuration, I added a parameter "requestedExecutionLevel"...
Albin Joseph's user avatar
  • 1,141
0 votes
0 answers
45 views

How not to start Windows(Electron.js) app when installation is finished?

When my app finishes installing the app is automatically started, before this installer is closed with the "Finish" button. Is there a way to not start it, or to start it when this "...
Alija Fajic's user avatar
1 vote
0 answers
103 views

XLSX appending function return empty workbook in an electron js

I am trying to build an electron app. A part of this is to take in multiple arrays and covert them into an Excel workbook. I tried using the XLSX library for this purpose but I have been stuck on it ...
Talha Israr's user avatar
0 votes
0 answers
271 views

electron-forge, how to create setup.exe so that it will be installed for all users on a machine

using electron-forge, my forge.config.js: module.exports = { packagerConfig: { asar: true, icon: 'icon.ico', perMachine: true, installScope: 'perMachine', }, rebuildConfig: {}, ...
ali mk's user avatar
  • 1
3 votes
2 answers
218 views

How to use latest electron-builder with bigint-buffer package?

I'am use package bigint-buffer "^1.1.5" in electron application. After update package electron-builder, project don't builded. There is a error Error: spawn C:\Program Files\Microsoft Visual ...
Mike Glyancev's user avatar
0 votes
2 answers
1k views

How to unlock an asar file that's being used by that same application?

I have an asar file that is read from an electron app. From the same app, I want to delete this asar file, however I keep getting an EBUSY error. I have found only two places where this asar file is ...
12944qwerty's user avatar
  • 1,987
0 votes
1 answer
47 views

Parent process crashes when opening two or more child windows

I have a problem, the following code (simple as it looks) does not allow me to open more than three windows (not counting the parent). The children work correctly, but the father crashes and doesn't ...
Agustin Fernandez's user avatar
1 vote
1 answer
2k views

How to run Electron Application as a Windows Service

I have an Electron Desktop App currently being started via npm run start I want to turn this into a windows service so that it will start up automatically upon login. Is there any way to do this?
karateman10998's user avatar
0 votes
1 answer
130 views

Is it Possible to resize the specific external window(When multiple windows open with the same Exe) using an electron?

I found the question for a single window handling possible with the ClassName. This is fine with one window. Is it possible to resize the specific external window(When multiple windows open with the ...
Nikunj Chaklasiya's user avatar
1 vote
1 answer
481 views

Is it Possible to resize the external window using an electron?

I tried many ways and npm packages to achieve this. But no luck. I am able to do this with only Browser Window. I also checked this answer But I am not able to do build this node-ffi npm package. Can ...
Nikunj Chaklasiya's user avatar

15 30 50 per page
1
2 3 4 5
9