Skip to content
Advertisement

Tag: dialog

How can I open multiple dialog boxes in a single page?

I am trying to open multiple dialog boxes in one page with an iframe inside to resemble a browser window. I have an example here: http://jsfiddle.net/pxQ8j/770/ The first icon opens up when clicked as I want it to, however the second dialog doesn’t and the div contents remain unhidden. I am also curious how I can remove the double scroll

Electron Dialog not saving the file

Electron version: 1.3.3 Operating system: Ubuntu 14.04 I want to save a XML object into a .xml file with Electron. I try this: A new windows is opening, I fill the name of the file but nothing has been saving. Answer The showSaveDialog() API does not save the file for you. You must use the returned path and use Node

Advertisement