Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

Miracast Not Working While Electron App Running (RTSP Protocol Breaks)

I am experiencing an issue where Miracast stops working when my Electron app is running. Specifically, the RTSP protocol seems to break, causing the connection to fail. Details: Electron Version: 29.0....
Omer Golan's user avatar
-1 votes
0 answers
18 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
1 answer
33 views

Electron: Missing script: "start"

I'm making a first app with tutorial. First installed Node.js on Windows 10 Then installed npm Then created a folder for electron: C:\\electron-app Then created a package.json: npm init -y Then ...
Sébastien Lüdi's user avatar
0 votes
1 answer
26 views

Get active window from the whole running apps list in NodeJS

I'm trying to get the current active window in Nodejs and Electron. I've tried literally every package available but all are unsopported or not working. I'm able to access the list of the current ...
Doublegram's user avatar
0 votes
0 answers
23 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
0 votes
1 answer
32 views

How to ignore compile errors in Typescript/Electron for unreachable code

I'm rather new in Typescript/Electron and try to make a text based game. I started from the equivalent of a hello world electron application and start implementing some core logic with classes/...
MenP's user avatar
  • 3
0 votes
0 answers
19 views

How to run an exe with arguments from an Electron app

I have an existing exe file (processStuff.exe) (it is written in c, in case that is relevant). From a command prompt in Windows I can run: processStuff.exe -f myDataFile This will run processStuff....
gnitsuk's user avatar
  • 169
0 votes
0 answers
16 views

Plotly Charts are empty in windows built with electron-builder

I'm trying to build an electron-app with javascript in a linux vm for windows. The application is working by building it in a docker container with wine. The problem is, my plotly charts are empty. I ...
Engin Topuzoglu's user avatar
0 votes
0 answers
25 views

How to connect an Electron app to a TSC TE200 printer for printing QR codes and text?

I'm working on an Electron app (for Windows) where users input five values. From the first value, a QR code is generated, and I need the app to send this QR code along with the other four values to a ...
tommy's user avatar
  • 1
1 vote
0 answers
106 views

PowerShell script to detect whether the user has enabled screen lock password for Windows is not giving constant result on every run

I have this Powershell script to check whether the user has enabled lock screen password for their Windows system. It is giving the expected result mostly. But on some iterations it is showing the ...
NJT's user avatar
  • 11
0 votes
0 answers
16 views

Why does ElasticAPM crash Electron application with EBADF while accessing filesystem on Windows?

I use elastic-apm-node to instrument an Electron app. I initialize it with default options: import * as apm from 'elastic-apm-node'; apm.start({ //... service name, token and so on }) It is part of ...
Michał Szydłowski'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
1 vote
0 answers
27 views

Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux

I updated my ElectronJs version from 27.3.8 to 28.0.0 and encountered an issue where my application no longer launches. The project initializes successfully (creates app), but the application does not ...
m769m's user avatar
  • 13
0 votes
0 answers
50 views

Electron Printing not working on Windows (Works on Mac)

I'm working on a POS app and I am trying to print to the reciept printer through usb, when running the application on mac it send the html perfectly and prints the page, but on windows its just print ...
Mohamed Muflahi's user avatar
0 votes
0 answers
134 views

The "logger" option function in electrion-unhandled threw an error

This error The "logger" option function in electrion-unhandled threw an error. pop up after I open pc second times after I've done cleaning. Is this something I should worry about? If it is, ...
Saa Titan's user avatar

15 30 50 per page
1
2 3 4 5
29