-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons not showing in the update window #44
Comments
I have already tried resizing the window, and not success, I cloned the project and opened the Designer of that window, and the buttons are not even inside the panel, they are outside. |
Hi @victorct ! Thanks for the report. Not sure what's going on off the top of my head, but I wanted to acknowledge the report and let you know that I'll look at it ASAP. I haven't run into this issue myself, including in the designer view, so that's odd. You wouldn't happen to be using a non-English language for Sparkle, would you? (I've done no research/work on this fork to make sure that the translations work properly. 😅) |
In a quick look at the code, I see nothing that would be hiding the update available button at the very least. My designer view looks fine. The report of cloning the project and having it not work is also strange. I noticed you're running in VMWare Fusion. Any chance this could be causing strange issues? Could you please tell me what version of .NET you're using? It looks like the sample projects are broken for some reason (grumble grumble --- I logged this in #45) or I'd ask you to try running those too. I will do what I can to look at this Sunday evening EDT, but I might not get to it until Monday evening EDT. |
@victorct I fixed the sample projects. Do you mind pulling the latest code and giving one of the samples a try, say, NetSparkleTestAppWPF, to see if the samples work? I was also unable to find any localization related bugs, as the current localizations just modify strings. I'm definitely not seeing the same things you are if the update buttons are outside the current form. Please provide me with the .NET version you are using and any other helpful info (your OS version [in case some version of Windows 10 is broken], etc.) so that I can help you with this issue! Thanks. :) |
Hello @Deadpikle I didn't have time to do what you need yet, I will do it today and give you the info (about the tests and the OS, .NET framework etc.) later. I will keep you posted. |
No worries! :) Thanks for your patience and willingness to work with me on this. Hopefully we can get to the bottom of it.
|
While the dialog looks fine on my machine, one of my colleagues was recently able to reproduce this strange issue on his machine. |
First thing I found out: |
Enabling the |
@ndreisg Thanks for looking into this! I'll try to push out a bug fix update in the next few days. 🎈 |
With the new 0.16.5 version my dialog is much bigger (HideReleaseNotes = true) |
Problem seems to be caused by |
I hear you. Give me a few minutes, and I'll remove the |
OK, sorry about that. I've pushed 0.16.6 and commit 3920eb4 to remove |
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:
The text was updated successfully, but these errors were encountered: