NetSparkle: Buttons not showing in the update window
I have installed the library in my C# project through NuGet, but every time there is an update the buttons to start downloading, to skip, or to remind the user to download later do not show up in the window, making the library impossible to use.
Here is an example of my code:
var sparkle = new Sparkle(
Misc.Util.getUrl() + "/core/windows/agent/appcast.xml",
Properties.Resources.Befective,
NetSparkle.Enums.SecurityMode.Unsafe
);
sparkle.StartLoop(true,true);

About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16
I hear you. Give me a few minutes, and I’ll remove the
AutoSize = trueon the dialog.While the dialog looks fine on my machine, one of my colleagues was recently able to reproduce this strange issue on his machine. I will try to get Visual Studio on the affected machine and gain some more insight in the next few days.