Click here to Skip to main content
15,885,546 members
Everything / Desktop Programming / Electron

Electron

electron

Great Reads

by The Ænema
In this article, you will learn an easy way to protect your critical code logic in electron-based applications using a C++ native library.
by Cloudster
Live stream 360 video from a flying drone to a VR headset such as Oculus Rift or HTC Vive
by Ahmed Bouchefra
How to build GUIs for your Python applications using Electron and web technologies
by Ahmed Bouchefra
Possible ways that you can use to connect or integrate Python with Node.js and Electron with simple examples

Latest Articles

by The Ænema
In this article, you will learn an easy way to protect your critical code logic in electron-based applications using a C++ native library.
by Ahmed Bouchefra
Possible ways that you can use to connect or integrate Python with Node.js and Electron with simple examples
by Ahmed Bouchefra
How to build GUIs for your Python applications using Electron and web technologies
by Cloudster
Live stream 360 video from a flying drone to a VR headset such as Oculus Rift or HTC Vive

All Articles

Sort by Score

Electron 

16 Jan 2023 by The Ænema
In this article, you will learn an easy way to protect your critical code logic in electron-based applications using a C++ native library.
31 May 2019 by Cloudster
Live stream 360 video from a flying drone to a VR headset such as Oculus Rift or HTC Vive
15 Dec 2019 by Ahmed Bouchefra
How to build GUIs for your Python applications using Electron and web technologies
25 Jan 2022 by Richard MacCutchan
You would most likely get quicker help at Electron | Build cross-platform desktop apps with JavaScript, HTML, and CSS.[^].
28 Apr 2020 by Ahmed Bouchefra
Possible ways that you can use to connect or integrate Python with Node.js and Electron with simple examples
29 Jun 2021 by Richard Deeming
Here's an updated version of your demo, which should be slightly clearer: Edit fiddle - JSFiddle - Code Playground[^] The problem is with: The div element is not an empty element; you cannot declare it as a self-closing...
25 Jan 2022 by M Imran Ansari
Possibly, It’s not a bug. If app don't get the path of icon correct from the "current working folder" (in your case that is build) it defaults to the electron icon and you get the same message. Make sure you got 'build' folder on the same level...
25 Jan 2022 by raddevus
For linux I had to end up pointing to the icon in my main root directory of my project. "linux": { "category": "Utility.Passwords", "icon": "CYaPass.png", "executableName": "cyapass" }, "win": { "icon":...
25 Jan 2022 by wifinut
I determined that since I'm using Electron Forge as opposed to Electron Builder, the package.json format is different. Problem solved.
26 Jan 2022 by M Imran Ansari
Make sure your path is correct and your icon should be .ico format. bin/Debug/icons/myIcon.ico Or place icon file on your root path and use the following in your csproj file. ...
3 Feb 2022 by Chris Copeland
The most popular is likely to be the .deb package format[^] which I believe is used in apt-get installations, and can also be installed manually over dpkg. Ideally you need a Linux environment to build the package, though on Windows you can...
14 Feb 2022 by Richard Deeming
You're missing parentheses on the stockButton call. Aside from that, I can't see anything obviously wrong with your code. However, you can simplify things with event delegation:
3 Jun 2021 by Yannic Hamers
I get a Syntax Error 800A03EA Electron code var
7 Jul 2021 by VinnyRulesGaming
Hello I am trying to run an electron app via a node js script that isn’t initially run by electron. Is there a function in the electron API that allows for this? Thanks What I have tried: I’ve tried just running the function from the script...
9 Jan 2022 by DoingWork
Dear All I am beginner in Asp.net and ElectronJs. What I have tried: I made a login page in Asp.net. When opened in Web browser, then Password visibility eye icon is available. It is Ok behavior. But when I run it as Desktop application using...
25 Jan 2022 by DoingWork
I am trying to set icon file for my linux application. What I have tried: Here is setting in electron.manifest.json file. , "linux": { "target": "AppImage", "icon": "build/icons/linux-256x256.png" }, But icon is not set....
24 Jan 2022 by Member 14974386
Hello, I'm currently creating a desktop app using electron, and what I would like to do is ensure that the app is automatically docked above all other applications/browsers when launched. Does anyone know if this is possible? At the moment web...
16 Feb 2022 by wifinut
I'm building an Electron app that has menu buttons on the top. The layout is similar to the following: (Home) | (Print) | (Google) | (Stocks) Each button should display the associated website in the main view via WebView. Problem: The only...
13 May 2022 by raddevus
Not sure how it is 2022 & people still forget that for HTML, CSS & JavaScript they can create a JSBin, JSFiddle or plunkr to show their code running. Here I created a jsbin that has your code plus some additional behavior. Is this what you're...
3 Jan 2023 by Mayank Prajapati 2023
I have 2 tables with id myTabledashboard1 and myTabledashboard2 in 1st table it has ID and USERNAME and in 2nd table there is a Img type Button on which it open a electron window in which I have used a input tag in which I want it load USERNAME...
26 Jan 2023 by coalwork
before i introduce my issue i want to give a little rundown on the project. It gets a list of names from a file (latest.log) and filters out the usernames and looks up the stats for them and sends the stats to an electron app that displays the...
29 Jun 2021 by Ɗααɳιടԋ Sყҽԃ
JSFiddle[^] in this code why is the 2 move blocks overlapping?? I don't understand. Is there a problem in document.querySelector('.move'); ?? the orignal code is longer(200 lines) and a bit diffrent if you need i can Send it; This code is...
27 Jan 2022 by DoingWork
Please help. I failed to set the console application icon in my .csproj file through Visual Studio Code. I'm trying to make a build for Linux. Here is my error: Error building Win32 resources -- Icon stream is not in the expected format. What...
3 Feb 2022 by DoingWork
Like in windows OS, AppInstaller.msi file, What is required installer extention for Linux/Ubuntu What I have tried: What tool will be suitable for build made by VSCode in linux ? I have made AppImage file it is not installer file, so...
13 May 2022 by BlackBirdTV
I built this UI in Vue / Electron, but the transitions for text are delayed (no transition-duration in use): See here[^] The colors are stored in a variable and the responsible css simply gets that color. My code: