electron.net-api-demos
electron.net-api-demos copied to clipboard
Problem running the demo
The demo is launching but all button "View Demo" does nothing. I don't see any error in the console of dev tools.
Am I missing something ?
https://i.ibb.co/z84Xmn5/electronnetdemobug.gif
Thanks
same issue with me. node version v14.16.0 .net core version 3.1 ElectronNET-API version 8.31.2 it looks like the IPC function not work?
Same here, the buttons did not work on mac
Same here, the buttons did not work on mac
same issue
Is anyone looking at this? None of the buttons do anything...
Is anyone looking at this? None of the buttons do anything... @craigfarrell
same Problem here. I'm trying to find the cause, but until now I have not figured it out.
Same here. UI works but all the 'View Demo' buttons do not.
Hi guys. You can check this folder. It is pretty the same, but it works -> https://github.com/ElectronNET/Electron.NET/tree/master/ElectronNET.WebApp
same issue not work on win11
same here
You need execute electronize start command before starting application.
I think issue is that sample uses html imports and those are kind of deprecated.
Quick fix is to copy all script tags from pages (views) to home page (view). Then self executing scripts are run and eventListeners added correctly to demo buttons.
The demo is launching but all button "View Demo" does nothing. I don't see any error in the console of dev tools.
Am I missing something ?
https://i.ibb.co/z84Xmn5/electronnetdemobug.gif
Thanks
Clone https://github.com/mehran-mousavi/electron.net-api-demos & Enjoy Cheers!
Clone https://github.com/mehran-mousavi/electron.net-api-demos & Enjoy Cheers!
Still having start issues. Getting following error;
Running on W10 with .Net Core 6.0.3 SDK and Node.js 18.4
@mehran-mousavi
Clone https://github.com/mehran-mousavi/electron.net-api-demos & Enjoy Cheers!
Still having start issues. Getting following error;
Running on W10 with .Net Core 6.0.3 SDK and Node.js 18.4
@mehran-mousavi
Hey, some improvements and fixes have been done. You may now clone the most recent stable .Net6 demo at:
https://github.com/mehran-mousavi/Electron.net-.Net-6-Demos
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!