fogleman / FeedNotifier

Feed Notifier is a Windows application that resides in the system tray and displays pop-up notifications on your desktop when new items arrive in your subscribed RSS or Atom feeds
http://www.feednotifier.com/
BSD 3-Clause "New" or "Revised" License
165 stars 49 forks source link

Screen position of the notifier window #62

Open nmshyam opened 9 years ago

nmshyam commented 9 years ago

Dear Developer, I have a laptop which I keep connecting to an external monitor. I am using the latest version (v2.6) of the program. As the resolution/display screen size changes when I connect or disconnect a monitor, the position of the program window is not fixated always to the default right-bottom of the screen.

I request you to incorporate a check on the screen size every time a message appears so that it re-fixes its posion appropriately.

Thanks in advance.

codingphil commented 9 years ago

Same here. I have a dual monitor setup and when I turn off and on the monitors sometimes the window which is opened when clicking on the tray icon is not visible on any monitor and I have to kill the feednotifier process.

fogleman commented 9 years ago

The code does check screen size for each popup, but it seems that wxPython is caching these values.

https://github.com/fogleman/FeedNotifier/blob/master/popups.py#L14