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

The program freezes #3448

Open
YourName2024 opened this issue Feb 6, 2024 · 8 comments
Open

The program freezes #3448

YourName2024 opened this issue Feb 6, 2024 · 8 comments
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.

Comments

@YourName2024
Copy link

Bug explanation

Hello. I decided to write a program using your styles. I connected them to resources and started using them. As a result, I noticed when the computer is blocked and we log in. The program freezes completely and the buttons and elements do not work. Interestingly, the double-click action is hung on the DataGrid. Which brings up the edit button. And this action works. But it opens a completely empty form.

Version

1.2.7 and 3.2.0

@YourName2024 YourName2024 added bug evaluation required Items is pending review or evaluation by the team labels Feb 6, 2024
@YourName2024
Copy link
Author

I solved this problem, but I don't know how much is correct. I didn't use hide() on the first form, but Close()

@Keboo
Copy link
Member

Keboo commented Feb 8, 2024

@YourName2024 are you able to provide an example that reproduces the problem. There is not enough information here to provide a fix or solution.

@Keboo Keboo added Waiting on feedback Additional information is needed. Stale items with this label may be closed. evaluation required Items is pending review or evaluation by the team and removed evaluation required Items is pending review or evaluation by the team labels Feb 8, 2024
@jf1187gh
Copy link

@YourName2024 are you able to provide an example that reproduces the problem. There is not enough information here to provide a fix or solution.

I'm having the same issue. After opening a new window and hiding the main window, if the user locks/unlocks the screen, then the application locks up.

My current work around is to disable hardware acceleration (RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly;)

-WPF, .net 8, windows application

Code calling new new window:
CheckListForm cLWin = new()
{
Owner = Application.Current.MainWindow,
WindowStartupLocation = WindowStartupLocation.CenterOwner,
MainWindowReference = this
};
cLWin.Show();
Hide();
Lockup

Copy link
Contributor

This issue is marked stale because it has been open 30 days with no activity. Remove stale label or update the issue, otherwise it will be closed in 14 days.

@github-actions github-actions bot added the Stale Issues and PRs that have not had activity for a while are marked with this label. label Mar 14, 2024
@Keboo
Copy link
Member

Keboo commented Mar 14, 2024

@jf1187gh are you able to provide a sample repo that reproduces the issue?

@Keboo Keboo removed the Stale Issues and PRs that have not had activity for a while are marked with this label. label Mar 14, 2024
@jf1187gh
Copy link

@jf1187gh are you able to provide a sample repo that reproduces the issue?

I uploaded a stripped down sample. Issue happens when the second window is maximized, and then the computer is locked. Upon unlock, the window freezes.

https://github.com/jf1187gh/MD_XAML

Copy link
Contributor

This issue is marked stale because it has been open 30 days with no activity. Remove stale label or update the issue, otherwise it will be closed in 14 days.

@github-actions github-actions bot added the Stale Issues and PRs that have not had activity for a while are marked with this label. label Apr 14, 2024
@jf1187gh
Copy link

Were you able to reproduce the issue with my sample code?

@github-actions github-actions bot removed the Stale Issues and PRs that have not had activity for a while are marked with this label. label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.
Projects
None yet
Development

No branches or pull requests

3 participants