electron tag

15 questions


1 answers
456 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
452 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
121 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...

1 years ago

1 answers
121 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?

1 years ago

1 answers
83 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
119 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...

1 years ago

1 answers
122 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
107 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 ...

1 years ago

1 answers
86 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
61 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.