dotnet electronize build doesn't build resizable app and bug in "put your app in the tray section" in the demo app #98

Closed
opened 2026-01-29 16:30:48 +00:00 by claunia · 4 comments
Owner

Originally created by @YoussefRekik on GitHub (Dec 18, 2017).

Originally assigned to: @GregorBiswanger on GitHub.

when using "dotnet electronize start" I get a resizable size screen and adaptive resolution but when building using "dotnet electronize build" I get small static size website and no way to resize it.
Also in the demo application in ''put your app in the tray section" I get an error when using the Demo button:
"Uncaught Exception:
type Error: Error processing argument at index 0, conversion failure from PATH\electron_32x32.png
at socket.
at emitTwo (events.js:106:13)
et Socket.emit (events.js:194:7)
.......................
"
I am on Windows 7 by the way.

Originally created by @YoussefRekik on GitHub (Dec 18, 2017). Originally assigned to: @GregorBiswanger on GitHub. when using "dotnet electronize start" I get a resizable size screen and adaptive resolution but when building using "dotnet electronize build" I get small static size website and no way to resize it. Also in the demo application in ''put your app in the tray section" I get an error when using the Demo button: "Uncaught Exception: type Error: Error processing argument at index 0, conversion failure from PATH\electron_32x32.png at socket.<anonymous> at emitTwo (events.js:106:13) et Socket.emit (events.js:194:7) ....................... " I am on Windows 7 by the way.
Author
Owner

@GregorBiswanger commented on GitHub (Dec 18, 2017):

I tried it on my Windows 10 and the resizable screen works on start and debug.. The same with the tray icon.. Can you start the Electron API Demo App and start in Visual Studio 2017 the Debug please?

Go in the Debug Menu and click on Attach to Process.... Sort by ElectronNET-API-Demos.exe on the right and select it on the list...

@GregorBiswanger commented on GitHub (Dec 18, 2017): I tried it on my Windows 10 and the resizable screen works on start and debug.. The same with the tray icon.. Can you start the Electron API Demo App and start in Visual Studio 2017 the Debug please? Go in the **Debug** Menu and click on **Attach to Process....** Sort by **ElectronNET-API-Demos.exe** on the right and select it on the list...
Author
Owner

@yoDon commented on GitHub (Dec 21, 2017):

Looking at the path loading error, I'm wondering if this is another symptom of the https://github.com/ElectronNET/Electron.NET/issues/70 bug where dev and production builds copy files listed in the .csproj to different locations

@yoDon commented on GitHub (Dec 21, 2017): Looking at the path loading error, I'm wondering if this is another symptom of the https://github.com/ElectronNET/Electron.NET/issues/70 bug where dev and production builds copy files listed in the .csproj to different locations
Author
Owner

@srameh commented on GitHub (Jan 22, 2018):

I get the same error when trying the "put your app in the tray section"
I am using Windows 10 64bit.

@srameh commented on GitHub (Jan 22, 2018): I get the same error when trying the "put your app in the tray section" I am using Windows 10 64bit.
Author
Owner

@YoussefRekik commented on GitHub (Jan 25, 2018):

Sorry for being away for so much time, turned out that the company Proxy prevents Bootstrap and jQuery from Loading.

@YoussefRekik commented on GitHub (Jan 25, 2018): Sorry for being away for so much time, turned out that the company Proxy prevents Bootstrap and jQuery from Loading.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#98