Questions tagged as 'electron'

1
answer

How to create an electron installer for windows?

Good afternoon. I'm working on a project using Electron to create desktop applications. I'm following this tutorial on how to create a windows installer: link However, running the command generates an error and I can not generate the install...
asked by 13.03.2018 / 19:52
1
answer

Use Electron Resources Out of main.js

My question is this: Is it possible to call a dialog.showOpenWindow outside the main.js file? I would like to execute a function that when I click on a specific button in my BrowserWindow open the showOpenWindow and return the path of the specif...
asked by 08.03.2018 / 13:33
0
answers

How do I detect the click on the angular and pass the information to the electron?

I'm working on an Angular2 application that runs next to Electron, so when I click on a specific angle link, the Electron application ends. How do I make this type of communication, so that Electron understands a command coming from the angle?...
asked by 21.03.2018 / 15:13
0
answers

I'm having trouble showing the page through Vue.js using Electron

When I opened the app with electron , the page did not open and when I was viewing the console it showed the following error:    "[Vue warn]: You are using the runtime-only build of Vue where the   template compiler is not available. Ei...
asked by 30.10.2017 / 19:14
0
answers

Dynamically change the opacity of a browser window of an application in electron

Is it possible to dynamically change the opacity at runtime of an electron window browser? If so, how can this be done? I want to have a slider that controls the opacity while the application is running.     
asked by 12.07.2017 / 14:43
1
answer

Relate Nodejs modules with Services Angularjs - Electron

Hello, everyone! I am starting a study in electron and in this application I am using angularJS, the detail is that I do not understand much about, and I can not think of a way to use the Node without the server being running, I would finall...
asked by 10.02.2017 / 18:22
0
answers

Configuration electron js on windows

I'm studying electron js and following this tutorial link however in windows there are some errors. First of all I gave the bug because of the enviroment in windows, I managed to solve this but then started another problem to run the npm run d...
asked by 10.11.2016 / 15:55
2
answers

Electron crashing when opening more than one application

I'm going through a little problem: c Whenever I open more than one Electron application and it starts loading a new main window for the user to start using the application, the entire operating system gets extremely slow for a few seconds un...
asked by 03.07.2018 / 07:24
1
answer

Carousel with a Table

I have a table with Bootstrap and DataTables. But I wanted to do something like a Carousel, that every X seconds it went to the next page, and when the end came, go back to page 1. How can I do this with Html / Css / Javascript / Jquery. The ide...
asked by 16.11.2017 / 14:24
3
answers

Modal does not date in Electron, how to solve?

I have a modal problem. My problem is that modal, does not close when clicking the button, tried in many ways, but none worked. How can I resolve this? <script> var read = require('read-file-utf8') var loki = requir...
asked by 29.12.2018 / 23:39