cursemark2900 / texmod

Automatically exported from code.google.com/p/texmod
0 stars 0 forks source link

Won't remember window position/size on Win7 after reboot #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Close uMod
2. Reboot Machine
3. Open uMod

What is the expected output? What do you see instead?
I expect the window to be in the same spot/size, but instead it is off the 
screen completely and stretched to be the full height of the screen. I have to 
highlight it's icon in the taskbar, right click it's window select move, tap a 
keyboard arrow to bind it to the mouse and then drag it on screen and resize it.

What version of the product are you using? On what operating system?
V1.0
Windows 7 64-Bit

Please provide any additional information below.

Original issue reported on code.google.com by thomas.u...@gmail.com on 19 Jun 2012 at 4:08

GoogleCodeExporter commented 8 years ago
Can you please send me the content of the file "uMod_Settings.txt"
uMod should save the position and size of the windows in this file.

Original comment by c...@koerner-de.net on 23 Jun 2012 at 8:15

GoogleCodeExporter commented 8 years ago
Lang:English
x_size:-1931251698
y_size:2552136
x_pos:-377437482
y_pos:-2
UseHook:1

To update, I think it only happens if I have my computer shutdown without 
manually closing uMod. If I close it myself the settings are saved.

Original comment by thomas.u...@gmail.com on 28 Jun 2012 at 12:41

GoogleCodeExporter commented 8 years ago
That are buggy values.

If it only happen if you shut the PC down, without closing uMod before, I guess 
the window is already destroyed, in the moment I ask for the size and position 
and the returned values are garbage like this.

I will add some upper and lower limits for these values before saving them.

This will come with the next major release, which I hope to get finished right 
before the 28.08. (minus 3 days ;) )

Original comment by c...@koerner-de.net on 28 Jun 2012 at 7:39

GoogleCodeExporter commented 8 years ago
I coded a work around for this problem in the new uMod V2.0 Alpha version.

It should not write and load nonsense data.

Original comment by c...@koerner-de.net on 15 Jul 2012 at 7:31