mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
dotnet electronize build doesn't build resizable app and bug in "put your app in the tray section" in the demo app #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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...
@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
@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.
@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.