Skip to main content

All Questions

Tagged with
0 votes
0 answers
34 views

Not able to fetch data from sqlite using ipcRenderer

I've started electron project using ionic. But stuck in one point where I need to fetch the data from the sqlite database. I've getting data from API and saving it to the database.sqlite is working ...
Aman Sharma's user avatar
1 vote
0 answers
118 views

Electron-Angular: Better way for IPC Communication?

Hi everyone! At the moment, I'm learning Angular and Electron at work. One of the task required by my supervisor is to send messages between Angular and Electron. What I've done so far When creating ...
nicolabaesso's user avatar
1 vote
1 answer
349 views

Angular UI doesn't update when change is made from ipcRenderer from electronjs

I have set up an electronjs app and use angular for the front end. At first I did it kinda wrong and used websockets for the communictaion between those two. The app was already finished but I wanted ...
sirzento's user avatar
  • 645
1 vote
0 answers
296 views

IPC communication between electron 19 and Angular 14

I have to use few electron power events and usb-detection in our app and also communicate these events to the angular side. Earlier with electron version 8, we used the ngx-electron in the angular ...
MJ2410's user avatar
  • 518
3 votes
1 answer
1k views

How can Electron communicate with its Angular-Frontend?

I'm running an Angular Frontend within a frameless Electron-Window. Because the window is frameless, I need to implement the minimizing/maximizing/unmaximizing/closing-behaviour myself. I have a ...
GyroGoober's user avatar
2 votes
1 answer
3k views

How to add ipcRenderer from Electron to Angular? Attached variables from preload script are undefined

I am not sure how to use ipcRenderer in 'frontend' code of electron app. In the documentation I have found examples that are using require but I don't have require available on the frontend. (I am ...
hdw3's user avatar
  • 911
2 votes
1 answer
2k views

Angular 11 Electron IPC communication 'send' of undefined

I did my first try and wanted to use the electron apis from an angular renderer process. I followed the instructions in Instruction creating Angular -Electron application so in my main.js file I added:...
nodefastic's user avatar
0 votes
1 answer
121 views

How to get the value of an IPC message outside of the console log?

I am using electron and angular to develop an app where I am trying to send some information stored locally on my computer. I am able to successfully send a message from the electron side to the ...
TomatoLabyrinth's user avatar
0 votes
1 answer
549 views

Electron IPC messages

I'm building an app using electron with angular. One functionality I want to achieve is after pressing a button, before the whole procedure start, I want to pop up a dialog message box to the user to ...
azizmaiden's user avatar
0 votes
1 answer
192 views

trouble updating angular component in IPC communication between back and front

I have an Electron (6) / Angular (8) app. In the front (Angular) I send a message through IPCRenderer to the back. In the back, IPCMain receive the message and perform the operations needed, in the ...
Ygo's user avatar
  • 45
10 votes
1 answer
542 views

Change Detection works intermittently when receiving data from Electron Container IPC Channel

I have an application that is listening for incoming data from an IPC Renderer Channel. Here is my setup: container that sends data to angular app (mainWindow): mainWindow.loadURL('http://www....
Kode_12's user avatar
  • 4,698
1 vote
2 answers
2k views

Communication between remote Angular app and Electron desktop app

the scenario is the following: An Angular app deployed in an external server Desktop electron app running locally serving a remote url (the one where the Angular is served from) Is there any way to ...
Javier Rodriguez's user avatar
1 vote
1 answer
426 views

View does not refresh on IPC message received

My component correctly receives a message (as I could see with the debugger), but its view is not refreshed. Is there any manual operation to be done in the IPC listener? This is my component HTML ...
Igino Boffa's user avatar
3 votes
3 answers
1k views

No Angular change detection when communicating from IpcMain

I am building an app using Angular / Electron. In an Angular component I have a method - handleData() - that defines an Object - just straightforward Arrays, Strings, Numbers etc, no async calls or ...
popClingwrap's user avatar
  • 4,197
0 votes
1 answer
660 views

electron ipc renderer to main process - euro sign (€) becomes 'Ôé¼'

I have some encoding troubles with a string I am sending from the ipcRenderer to ipcMain within the electron framework. Renderer process: let test: String = "abc€123"; console.log(test); // prints "...
user3740359's user avatar

15 30 50 per page