Questions tagged as 'electron'

1
answer

PHP files in Electron, what to do?

A few days ago I started to study about the Electron framework, since I need to make a desktop application for the University, but I present some doubts that I can not solve. I am completely new to Electron and for the moment I have only mana...
asked by 04.02.2018 / 20:44
2
answers

electron - access the webcam

to use the webcam from my application made in electron I used the module node webcamjs, this is the code I used, taken from the doc of the module itself: <h1>camara</h1> <div id="my_camera" style="width:320px; height:240px;">...
asked by 08.07.2016 / 22:47
0
answers

ERROR in src / providers / af.ts (2,9): error TS2305: Module

I have a problem, to start with npm run electron, I already delete node_module and I gave npm install again and not even that, thank you in advance.     
asked by 02.09.2018 / 03:40
0
answers

How to compile for macOS Sierra in Electron?

I'm in Windows and compiled for OSX, but when I run the .app , it signals that the program is compiled for previous versions. The line that I used and that is in package.json is: "build": "electron-packager . MyApp --platform=darw...
asked by 05.10.2016 / 01:57
1
answer

How to show data received in a communication between BrowserWindows using Electron

I have 2 BrowserWindow: let AlgoWin = new BrowserWindow({width: 1280, height: 730); let AlgoMasWin = new BrowserWindow({width: 1120, height: 550); These 2 BrowserWindow load html files hosted in the public_html folder such that: Al...
asked by 27.08.2018 / 00:23
1
answer

Error when displaying Firebase + Vuejs + ElectronJs data

I can not see data with electronJs and Vuejs from Firebase. let usuarios = mdb.ref("usuarios"); var vm = this; var user = firebase.auth().currentUser; var userid = ""; firebase.auth().onAuthStateChanged(function (user) { if (user) {...
asked by 02.10.2018 / 01:21
1
answer

Something similar to XAMPP to use with Electron?

My idea is to create a local Crud with relational databases The SQL Express program allows me to create a server and connect to an existing database. Is there an alternative for Express itself to serve an SQL database? o Is there a...
asked by 09.01.2017 / 00:19
1
answer

Set Value on input element with type="file" and ask for change event

I have an input element with type="file", but I can not set the value to the element, I also want to fire the event change; this is the code: let input_file=document.getElementsById('input'); input_file.setAttribute('value', "C:/images.jpg");...
asked by 13.09.2018 / 23:01
1
answer

Walk with a for in VueJS

Dear I am developing an application with electronjs and vuejs, but I have a problem. I'm using vuetify and I can not show the firebase data, it just happens to me with vuetify ... now I explain it. <v-flex xs12 sm6 d-flex> <v-...
asked by 13.09.2018 / 15:41
1
answer

Error in ElectronJs and Vuejs

I am developing an application with ElectronJS and Vuejs but when I want to connect it and download data with Firebase it tells me this error: Step part of Vuejs code: const remote = require('electron').remote const main = remot...
asked by 11.09.2018 / 16:35