You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I been trying to solve this one, but I cannot find a way.
The app (not mine but trying to fix it) runs on old mahapps 0.13, when trying to go up, even 0.14 (tried up to 1.65), all show the same behavior. When clicking back on the icon tray, app show half it´s size. I Have NoResize, but doesnt seem to be enough.
The app had this "hack" to avoid this
// Restore the Window
_window.WindowState = WindowState.Normal;
_window.Width = 419; //Hack to fix layout problems with minimizing on start.
_window.Activate();
Maybe that needs to be re adapted for mahapps 0.14 and up.
Thanks for your help. Not a dev here, just trying to understand what to do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I been trying to solve this one, but I cannot find a way.
The app (not mine but trying to fix it) runs on old mahapps 0.13, when trying to go up, even 0.14 (tried up to 1.65), all show the same behavior. When clicking back on the icon tray, app show half it´s size. I Have NoResize, but doesnt seem to be enough.
The app had this "hack" to avoid this
// Restore the Window
_window.WindowState = WindowState.Normal;
_window.Width = 419; //Hack to fix layout problems with minimizing on start.
_window.Activate();
Maybe that needs to be re adapted for mahapps 0.14 and up.
Thanks for your help. Not a dev here, just trying to understand what to do.
Link to the full file
https://github.com/Trihy/Touchmote/blob/ryochan7_lightgun/WiiTUIO/MinimizeToTray.cs
Beta Was this translation helpful? Give feedback.
All reactions