electron tag

15 questions


1 answers
537 views
0
Uncaught (inpromise) Error on Electron: An object could not be cloned

Creating part of file upload in Electron (v22). when going from render.ts to preload.ts to background.tsUncaught(inpromise)Error:An object could not be cloned.occurs in the render.ts part.I don't know...

1 years ago

1 answers
472 views
0
Electron's Typescript+Webpack Template Cannot Run

Followed the ElectronForge page and installed the Electron template using the following command:npx create-electron-app my-new-app --template=typescript-webpackNext is npm run startWhen you run , an e...


1 answers
143 views
0
React render shows nothing

I got stuck at the beginning of chapter 4 of the book Electron App Development.(5)I'm hoping that the image I see will show Hello, Electron and React JSX written in (4), but why isn't it coming out?Ca...

2 years ago

1 answers
150 views
0
How to apply css to the electron webview

How do I embed a web page into an electron and assign my own style to it?

2 years ago

1 answers
97 views
0
Source build is successful in webpack on electron, but nothing is displayed

Electron react successfully builds source in webpack, but nothing is displayed I've done a lot of research and fixed it, but I don't know what's wrong anymore.For reference, I am reading Node.js and R...


1 answers
146 views
0
Error Installing Electron Npm

An error occurs when npm install-gelectron-prebuild is performed to install the electron.What should I do?sudonpm install-gelectron-prebuild results in an error similar to the following:What's going o...

2 years ago

1 answers
145 views
0
How to use an external module in an electron

I'm thinking of using casper.js in the electron.In main.jsrequire('casper');Write and run Cannot find module 'casper' will be displayed as .Can't I use an external module with an electron?Thank you fo...


1 answers
131 views
0
I want to make my own GUI components

Currently, I am trying to create a GUI-powered software with a timeline like AviUtl.However, UI components such as timelines are not existing, so I'm thinking of making my own.I would like to be able ...

2 years ago

1 answers
109 views
0
Understanding Creating GUI Applications Using Python and Electron

Environmentubuntu 16.04 LTSpython 2.712, python 3.5.2electron1.8.2I wanted to develop a GUI application using Python, so I used the following page to try to develop using Electron.https://qiita.com/yo...


1 answers
75 views
0
Click may not work when using the electron app from selenium

Overview·I tried to operate the electron app from selenium, but the click operation does not work.·There are cases where the click operation is different from the specified location.·If you use the el...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.