Skip to content
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

Suggestion: parameter SetFormTopMost to set default update form as TopMost #584

Closed
hahyes opened this issue Nov 2, 2022 · 1 comment
Closed

Comments

@hahyes
Copy link

hahyes commented Nov 2, 2022

Hi there,
another one from me.

I suggest to add something like this:

AutoUpdater.SetFormTopMost = true;

I currently have problem with using default update form. Because of workers changing windows a lot of times, there is a big change they will not find out there is update window somewhere as it is hidden somewhere. I want to keep default form on screen no matter what are they doing. Maybe little strict, but I need this to implement it in my software.
Or maybe there is a way to set this without any changes in source code?

I tried to pick ActiveForm in CheckForUpdateEvent, but this is internal class (UpdateForm) so I can't modify it.

Best regards.

@ravibpatel
Copy link
Owner

It is possible to set your Form or Window as owner to ensure correct focus in new version. You can try it out from here. You can set owner as shown here.

ravibpatel pushed a commit that referenced this issue May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants