Search the web
Sign In
New User? Sign Up
ymedev · Yahoo! Music Engine Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 786 - 817 of 1169   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
786
How would this look in VB.NET (2005)?... I've tried many various syntax changes but also have the same problem in that I can't get the plugin to show up in the...
blake_pell2002
Offline Send Email
Jan 1, 2006
7:33 pm
787
... To: _serviceDrawer = CType(objServiceDrawer, Yahoo.MusicEngine.Interop.MediaPlayer.RMPServiceDrawer) In other words, drop the "Class" from the end. //Tomi...
docbliny
Offline Send Email
Jan 1, 2006
8:31 pm
788
Thank you for the response, you got me on the right track. I changed the first one and didn't notice the second one. After I changed the second I realized...
blake_pell2002
Offline Send Email
Jan 2, 2006
6:21 pm
789
My version shows 1.0.2.138. Is this the most current, and if not where do I get the latest, and how do I remain current? Thanks in advance....
jamie_jenkins
Offline Send Email
Jan 2, 2006
6:54 pm
790
Ok, I've now got the plugin starting up fine, it appears on the left side and when the first track plays it updates the label's caption with the song artist &...
blake_pell2002
Offline Send Email
Jan 2, 2006
7:00 pm
791
After researching for the last hour it appears I need to use either BeginInvoke or Invoke but I'm having trouble finding a straight forward example of using...
blake_pell2002
Offline Send Email
Jan 2, 2006
8:28 pm
792
Sorry to spam, I'd still like to see an example of BeginInvoke to update the label but I've found a temporary workaround. I created a timer1 on the control...
blake_pell2002
Offline Send Email
Jan 2, 2006
8:45 pm
793
Yes, that is current. ... how...
Steve in Indy
stepor
Offline Send Email
Jan 2, 2006
10:47 pm
794
I've got the answer after a hour or two of playing around with it, so in case anybody else finds this thread I'll provide the answer. I'm going to zip up this...
blake_pell2002
Offline Send Email
Jan 3, 2006
2:53 am
795
Hi folks, Not sure if I'm just using this wrong or if I'm running into a bug. I'm working on a DLL plugin that will let me drag and drop songs into a list that...
Phillip Bow
runin2k
Offline Send Email
Jan 5, 2006
10:31 pm
796
Have successfully been able to control the YME player behaviour from an external app (using RMPRemoteClass). However, I am unable to access the library (by...
bobbray44
Offline Send Email
Jan 5, 2006
10:44 pm
797
External apps currently only have access to RMPRemote. -- phill...
Phillip Bow
runin2k
Offline Send Email
Jan 5, 2006
10:53 pm
798
Phill, We do allow standard DLL plugins to write playlist handlers for their own playlist types. But you cannot override our default playlist handlers (since...
Haynie, Scott
scottahaynie
Offline Send Email
Jan 6, 2006
1:48 am
799
Thanks Scott, that clears it up for me. I think I'll have to juggle shuffle mode a bit depending on if items are in the queue or if the queue has just been...
Phillip Bow
runin2k
Offline Send Email
Jan 6, 2006
7:53 am
800
Hi Phill, When a playlist is being played, there is only a maximum of one "handler" for it, so when you're playing My Station, you won't be able to inject your...
dbrown0710
Offline
Jan 6, 2006
6:43 pm
803
Is there a way to enumerate radio stations under LAUNCHCast Radio?...
bobbray44
Offline Send Email
Jan 9, 2006
10:57 pm
804
... From: ymedev@yahoogroups.com [mailto:ymedev@yahoogroups.com] Sent: Monday, January 09, 2006 11:25 AM To: ymedev@yahoogroups.com Subject: [ymedev] Digest...
Bill Mauz
billmauz
Offline Send Email
Jan 10, 2006
7:19 am
805
Yahoo! is interested in conducting several 45 minute phone interviews with programmers to discuss interest in and needs for an application programming...
Todd Hausman
thausman_ued
Online Now Send Email
Jan 12, 2006
2:50 am
806
I used the remote plugin from Indolis mainly for its global hotkey functionality. It does not appear to work on x64 Windows. Are there any other plugins that...
lman817
Offline
Jan 12, 2006
5:03 am
807
AutoHotKey is an excellent tool that is scriptable. I wrote a script that takes various global keys, mouse button combos and even remote events from Girder and...
Johnathan
mryosho
Offline Send Email
Jan 12, 2006
6:13 am
808
... to ... I have some VB6 code that registers global hot keys and points them to functions in your application, It could probably be tailored for .NET fairly...
blake_pell2002
Offline Send Email
Jan 12, 2006
2:44 pm
809
I gave autohotkey a quick glance, and wow, I don't know where to begin. Any chance you could share the script you made to get my started? thanks....
lman817
Offline
Jan 13, 2006
1:49 am
810
Anyone else having a problem where the music from your harddrive that you have imported ot the player starts to disappear. This did not happen in beta....
celticcmr
Offline Send Email
Jan 14, 2006
12:37 am
811
Can anyone give guidance on how to pause the player? I've looked through the SDK and the only pause references I've found haven't seemed to help. I was...
blake_pell2002
Offline Send Email
Jan 14, 2006
12:59 am
812
Use IRMPRemote::Command() with YRC_PAUSE: http://plugins.yme.music.yahoo.com/plugins/docs/interfaceIRMPRemote.html #a1 -Dave...
dbrown0710
Offline
Jan 14, 2006
6:15 pm
813
When I installed YME on windows XP x64, it warned me midway through that windows media formats were not installed successfully. I continued the installation,...
lman817
Offline
Jan 14, 2006
9:16 pm
814
Thanks for the info. Here is the code that I ended up with that toggles the pause. Dim remote As New Yahoo.MusicEngine.Interop.MediaPlayer.RMPRemoteClass Dim...
blake_pell2002
Offline Send Email
Jan 15, 2006
10:24 pm
815
Well, it works... _sometimes_. When I put the following code in a command button, it pauses the player... when I put the following code in the onPlayTrack...
blake_pell2002
Offline Send Email
Jan 15, 2006
11:47 pm
816
I built these plugins a while back using Visual C# Express Beta, which had a Beta version of the .NET libraries....
Marc Abramowitz
msabramo
Offline Send Email
Jan 17, 2006
7:17 pm
817
I built these plugins a while back using Visual C# Express Beta, which had a Beta version of the .NET 2.0 libraries. ...
Marc Abramowitz
msabramo
Offline Send Email
Jan 17, 2006
7:21 pm
Messages 786 - 817 of 1169   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help