ThummalaJanardhanReddy
ThummalaJanardhanReddy
while trying to draw Parent and child nodes, some of the child nodes are not placing inside the Parent node. Please check the attached screenshot and sample html code to...
Hi Team, I'm working on an electron project and spectron for testing. I'm facing all TypeErrors with the latest Spectron version. Kindly check. Waiting for reply :) TypeError: this.app.client.element is...
I'm getting below error while building AppImage for linux on windows OS. • cannot get, wait error=Get https://service.electron.build/find-build-agent?no-cache=1f42oro: dial tcp 51.15.76.176:443: connectex: A connection attempt failed because the connected party...
How to pass properties of showOpenDialog({properties:['openFile'], filters:[]}) by using variable. let command = 'openFile'; showOpenDialog({properties:[this.command], filters:[]}); I'm getting error with above approach, Can you tell me how to achieve that...