defiantredpill / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
0 stars 0 forks source link

Last window position not rememberd on second monitor #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Transmission-Remote
2. Move window to second monitor (in my case to the left of the primary)
3. Close program
4. Launch it again

What is the expected output? What do you see instead?
I expect the program to re-appear where it was last placed. Instead it
appears on the primary monitor

What version of the product are you using? On what operating system?
Tested with 3.11 and 3.13beta2

Please provide any additional information below.
Applicable registry keys in
Computer\HKEY_CURRENT_USER\Software\Transmission\Remote
_mainwindow-loc-x = 4294966252
_mainwindow-loc-y = 110

Original issue reported on code.google.com by sitz...@gmail.com on 18 Jan 2010 at 1:16

GoogleCodeExporter commented 9 years ago
This ain't that easy. What if your second monitor isn't attached anymore. You 
will
never get the screens back to your main monitor. A lot of programs doesn't 
remind on
which screen it last was, and I think it's better that way. I think the problems
which could be introduced are bigger then the minor advantage of this issue.

Original comment by gmail_...@hoogendoorn.cc on 19 Jan 2010 at 8:24

GoogleCodeExporter commented 9 years ago
4294966252 is a good value, it mean -1043. But there was some bug, r507 and 
r508 
handle the "missing display" situation too.

Original comment by elso.and...@gmail.com on 21 Jan 2010 at 1:14