miroatme / openpandora

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

Taskbar tray icon menus not working (possibly because of Pandora One subscription) #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I use the context menu to play/pause, skip, like, etc., none of them
work. I downloaded the latest source and debugged the issue -- It looks
like flash player window is never found, since line 241 of Pandora.cs
outputs "hwndRadio: 0" (see attached log).

I have IE8 installed, and I am a Pandora One subscriber. Either one of
these may cause the issue.

What version of the product are you using? On what operating system?
0.7 beta 6
Windows XP Pro SP3

Please provide any additional information below.

Original issue reported on code.google.com by gyuri.grell on 18 Jan 2010 at 4:24

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I commented on issue 80 on how to fix this.  But I am not a contributor to the
project so the owner will have to submit the changes.

Original comment by doc.dren...@gmail.com on 20 Jan 2010 at 5:27

GoogleCodeExporter commented 9 years ago
And neither IE8 or being a pandora one subscriber is the cause of this problem. 
 It
probably has more to do with a change to the www.pandora.com website that 
causes some
issues with sending keystrokes to the flash player if it isn't focused.

Original comment by doc.dren...@gmail.com on 20 Jan 2010 at 5:29

GoogleCodeExporter commented 9 years ago
I wonder how often the owner makes updates to this project?  I have started up a
local project to see if I can improve on some of the problems I see in 
openpandora. 
Not sure if it is worth it to continue working on it, or just wait to see if the
owner updates the project.

Original comment by doc.dren...@gmail.com on 20 Jan 2010 at 6:02

GoogleCodeExporter commented 9 years ago
I'm pretty sure the problem is in OpenPandora.Pandora::LocateRadio() method.

It never finds the correct "MacromediaFlashPlayerActiveX" (based on size? 
odd...) and 
thus none of the desktop actions get sent anywhere (pause/skip/play/volumne 
etc).

So hwndPandora property is always ZERO.

Original comment by mmurfins...@gmail.com on 27 Jan 2010 at 10:53

GoogleCodeExporter commented 9 years ago
An UNSUPPORTED patch has been posted here:

http://code.google.com/p/openpandora/issues/detail?id=80#c22

Tested and works with my Pandora One account.

This is not an official patch, but, we can hope it might lead to a new version 
from
the project owner/ committers.

Original comment by pas...@gmail.com on 28 Jan 2010 at 8:11