Questions tagged [electron.net]

electron.NET lets you build cross platform desktop apps with ASP.NET NET Core. Go here to learn more.

51 questions
0
votes
1 answer

Electron.NET: How to add menu?

For example: the default menu is File, Edit, View, Window, Help I’d like to add my menu item + subitems File, Edit, View, Tools (Options, Customize), Window, Help How to do it? When I do as in example: var menu = new MenuItem[] { new…
ZedZip
  • 4,355
  • 8
  • 43
  • 81
0
votes
1 answer

Why my electron app not run in any windows?There must be a logical explanation for the failure

When I run the app on Windows, I get a spinning loader for 1-2 sec. and then nothing happens. The app, when running properly, shows an icon in the task bar and opens a browser window for the user to login. I'm using electron-log, but nothing is…
Sultan
  • 673
  • 1
  • 6
  • 18
-1
votes
1 answer

Logging in the C# classes using Electron-Log

In my Asp.NET Core 3 Electron.NET web application, I'm using Electron-Log npm package to carry out the logging. I'm able to log in the script section like this: const log = require('electron-log'); log.info('Hello, log'); log.warn('Some problem…
John
  • 533
  • 1
  • 8
  • 25
-2
votes
0 answers

can not pulish Electron.net blazor desktop app

Hello guys i am not able publish blazer app using electron.net, please check screenshot Error screenshot
-2
votes
1 answer

Javascript codes doesn't work in Electron.Net

I launched a normal Asp.Net Core website by Electron.Net, But none of Js codes work. for example OwlCarousel and bootstrap dropdowns Picture
-2
votes
1 answer

How do you build an Electron.Net app for ubuntu platform?

I am trying to build a project with Electron.Net for Ubuntu 20.04 (64 bit). I can build the same project fine for windows with "electronize build /target win" I have tried "electronize build /target custom ubuntu.20.04-x64;ubuntu /electron-arch…
Arijit
  • 1
1 2 3
4