Posts by Jasmin Dreasond • 67 points
6 posts
-
1
votes2
answers205
viewsA: Electron locking when opening more than one application
I figured out the problem myself. It was a conflict going on when the ioHook module was loaded by another application. Still thanks for the one who tried to help me.
-
0
votes2
answers205
viewsQ: Electron locking 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…
-
0
votes1
answer92
viewsA: Use Resources Outside of main.js
You need to call the dialog using the Remote. The remote serves exactly to call the Main features to work within a Renderer. I hope I helped your little doubt :p const { remote } =…
-
0
votes1
answer967
viewsQ: simplexml_load_file PHP does not work at all
(I am using Ubuntu) I tried everything I imagined was the problem. I tried first using the site I want to collect the XML that is from any Youtube channel. Failed... Then I tried downloading it and…
phpasked Jasmin Dreasond 67 -
1
votes2
answers3417
viewsQ: Change CSS when scrolling the page
I was wondering how to swap the CSS of a page after it gets a scrolling out of its default location. An example of a site that uses this is Deviantart. That menu of TODAY BROWSEWHAT’S…
-
4
votes2
answers2439
viewsQ: How to use the value of options?
Inside the "options.html" file I know exactly how to make a tagging work to enable some set of javascript like... <label> <input type="checkbox" id="test"> Habilitar </label> That…