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
I replaced a dying old monitor with a new one with a higher resolution and after restarting SourceMonitor, it was never shown on the but it was running as seen in the task manager.
The problem is in the registry HKEY_CURRENT_USER/SOFTWARE/Campwood/Setting/FramePosition, the value was -1500,50,1286,737 and this is causing the window to be outside the current view.
Replacing the '-1500' with 0 fixed the problem.
The text was updated successfully, but these errors were encountered:
Woha, interesting. I've debugged in the original code and figured out that this registry should be written when closing the application and the application is not iconized. The value should be four integers, seperated by comma.
The value is read on startup of the program and the frame is set to the previous used window size/location.
But... After debugging I was not able to find the registry key. It seems that something will go wrong while writing to the registry.
If you rename the FramePosition key in the settings - do you find a new entry after closing the program?
SourceMonitor v3.5.16.62
I replaced a dying old monitor with a new one with a higher resolution and after restarting SourceMonitor, it was never shown on the but it was running as seen in the task manager.
The problem is in the registry HKEY_CURRENT_USER/SOFTWARE/Campwood/Setting/FramePosition, the value was -1500,50,1286,737 and this is causing the window to be outside the current view.
Replacing the '-1500' with 0 fixed the problem.
The text was updated successfully, but these errors were encountered: