electron.net-api-demos icon indicating copy to clipboard operation
electron.net-api-demos copied to clipboard

Problem running the demo

Open APX403 opened this issue 3 years ago • 14 comments

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

APX403 avatar Mar 28 '21 15:03 APX403

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?

zhaobinbin2019 avatar Apr 15 '21 02:04 zhaobinbin2019

Same here, the buttons did not work on mac

scharli avatar Apr 23 '21 21:04 scharli

Same here, the buttons did not work on mac

same issue

alifhaikal88 avatar Apr 30 '21 20:04 alifhaikal88

Is anyone looking at this? None of the buttons do anything...

craigfarrell avatar May 02 '21 13:05 craigfarrell

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.

johguentner avatar May 11 '21 08:05 johguentner

Same here. UI works but all the 'View Demo' buttons do not.

nathenxbrewer avatar May 13 '21 12:05 nathenxbrewer

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

DmitryBolotin avatar May 14 '21 14:05 DmitryBolotin

same issue not work on win11

langyo avatar Aug 11 '21 12:08 langyo

same here

alan0428a avatar Sep 13 '21 07:09 alan0428a

You need execute electronize start command before starting application.

AndreyBilalov avatar Sep 14 '21 07:09 AndreyBilalov

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.

poikjo avatar Oct 15 '21 08:10 poikjo

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!

mehran-mousavi avatar Jun 04 '22 18:06 mehran-mousavi

Clone https://github.com/mehran-mousavi/electron.net-api-demos & Enjoy Cheers!

Still having start issues. Getting following error; Screenshot_1 Running on W10 with .Net Core 6.0.3 SDK and Node.js 18.4

@mehran-mousavi

velikaansarikaya avatar Jun 22 '22 13:06 velikaansarikaya

Clone https://github.com/mehran-mousavi/electron.net-api-demos & Enjoy Cheers!

Still having start issues. Getting following error; Screenshot_1 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

mehran-mousavi avatar Jun 24 '22 05:06 mehran-mousavi

🎉🚀 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!

GregorBiswanger avatar Apr 05 '23 18:04 GregorBiswanger