Questions tagged as 'electron'

0
answers

run an external program inside a desktop application using web technologies (Electron)

I created a WEB application using Electron technology to build the desktop build, this application is done with javascript, css, react ... I would like to open an external application, but to insert this open application into one of my window...
asked by 28.11.2018 / 14:30
1
answer

How to configure .exe compatibility mode through the prompt?

I'm creating an application in electron, but the notifications only work if the application is running in compatibility mode with windows 7. I currently ask the user to right click the .exe, go to properties / compatibility / compatibility mo...
asked by 10.10.2018 / 14:39
0
answers

Error starting electron

After I formatted my computer I'm having a problem initializing any project in electron, it opens a new tab without showing its contents. How can I resolve this?     
asked by 06.10.2018 / 16:18
0
answers

Render string pdf without creating file - Electronjs / Nodejs

I have a variable with the contents of a pdf string, which has already been downloaded from any website. const pdf = ""%PDF-1.4 1 0 obj << /Title (þÿ�e�-�R�e�c�u�r�s�o�s) /Creator (þÿ) /Producer (þÿ�w�k�h�t�m�l�t�o�p�d�f) /CreationDate...
asked by 04.09.2018 / 04:03
0
answers

Split and Merge PDF on Nodejs using Electron

I would like to know which npms tools are recommended to receive a PDF file of any size and divide it into equal pieces. For example pick up a 40Mb file and create 5 8Mb files. I intend to do this within an application running on the Electronjs....
asked by 16.08.2018 / 21:07
0
answers

Direct Print to the Printer with Angular and Electron

I would like to know if someone has already gone through this and if you have examples or can you give an example of how to print directly to the printer without opening the print dialog using Angular and Electron. I am studying the possibili...
asked by 08.07.2018 / 22:30
0
answers

PopUp Window on the Windows toolbar with React + Eletron

I am developing a basic castro solution and scheduling equipment maintenance. However I came across the following problem: According to pre-programmed periods the application should alert the user that the equipment's maintenance term is clos...
asked by 28.06.2018 / 00:17
1
answer

How do I access the DOM elements in Electron?

I'm new to Electron, and I'm trying to do a function from a click on a menu. Below is my example. index.html <!DOCTYPE html> <html lang="pt-br" dir="ltr"> <head> <meta charset="utf-8"> <title>Electron&l...
asked by 23.05.2018 / 15:53
0
answers

Electron remote module causes application crash

I'm having trouble using the electron. Whenever I try to use the remote module outside the main.js application of a reload alone. I do not have any reload code in my script. Whenever I use showOpenDialog the application will restart. I have a bu...
asked by 25.04.2018 / 16:48
1
answer

Auto Updater Electron

I am using Electron + VueJS , and I would like to know how to implement auto updater , I did a search, but I could not do anything, to be honest, I did not understand how it works, update, these things.     
asked by 22.03.2018 / 14:03