AlexandreCassagne / blacktree-visor

Automatically exported from code.google.com/p/blacktree-visor
0 stars 0 forks source link

Visor alternates between multiple displays each time it is triggered #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Multiple monitor setup, with primary monitor on the right, secondary monitor 
on the left.
2. Visor set to appear at left top
3. Set Visor to appear on "Main Screen"
4a. Trigger visor with hotkey (a)
4b. Trigger visor with hotkey (b)
4c. Trigger visor with hotkey (c)

What is the expected output? What do you see instead?
Expected output: 
 Visor should always appear on the main screen.

Observed output:
 - At (a), Visor appears on the left edge of the secondary (far left).
 - At (b), Visor appears on the left edge of the primary (middle)
 - At (c), Visor appears again on the left edge of the secondary monitor

What version of the product are you using? On what operating system?
 Visor 1.8.1
 Mac OS X 10.5.6

Please provide any additional information below.
 Explicitly setting Visor to appear on Screen 0 or Screen 1 has consistent results.

Original issue reported on code.google.com by l.g.c...@gmail.com on 16 Mar 2009 at 6:26

GoogleCodeExporter commented 9 years ago
Fixed in 1.9. I just removed option "Main Screen". It makes little sense for 
Visor.

Here is the definition what Main Screen means:
http://developer.apple.com/DOCUMENTATION/Cocoa/Reference/ApplicationKit/Classes/
NSScreen_Class/Refere
nce/Reference.html

Original comment by antonin....@gmail.com on 14 Apr 2009 at 2:17