hi all i just join this group and have a question i want to make a application like meebo.com or a proxy thru which i can logged on to a yahoo mail or yahoo...
I find callfriendcomputer function but nothing else for incoming audio call event. Is there any voice call event support for current SDK? or any other methods...
Hi We use the following link on our site to connect to our users ymsgr:sendIM?classteacherlearning It works great except for the users who do not have yahoo...
Hi. I'm currently working with a group in an attempt to make a plug-in for Yahoo messenger (as if that wasn't obvious). However my group has run into a wall...
i am creating a plugin which shld work on both messenger 7.5 and minus .. also on 8.0 and plus..... so when the user is using 7.5 & minus version some...
Comparing with others IM's api, current yahoo messenger's api is very limited. The plug-in concept is totally web oriented and not like traditional client...
Hi, I am trying to send a text message to a buddy who is already added in my contacts list from a server application (there is no UI). I am able to login to...
I've started to create a sidepanel pluggin on yahoo messenger. This pluggin contact a php server, and the informations can be also viewed on a browser without...
Hi Folks, I wish to intercept the clicking of a link in a conversation window and do some processing with the domain name as part of a plugin that i am trying...
Hello, I am trying to develop a plugin that scans all incoming IMs and for special IMs from special users does something special :) So I tried to work with a...
Hello all, I cannot seem to trap incoming alerts in a content plugin. I tried to create an Alert my ending an email to my yahoo account. IM did show that an...
Is this best forum to get questions answered? Do any yahoo IM sdk folks frequent this message board at all? My developments at a standstill while I await...
Hi, I notice that the API has a method for requesting to open a friend's webcam but no method for inviting friend to view my webcam. If I miss it, please let...
first set event handlers for example as below startEvent.Messenger.MainWindow.SetEventHandler("IncomingIM", on_incomingIM); now tell the sdk wat to do for...
Hi all, I was wondering if it was possible to write an add-in for Yahoo Messenger that did not need to interact with the user or display HTML or anything in a ...
I cant seem to make this work. My plugin is a side panel as mentioned below in my email. I have used the code below .. the friend selected stuff works.. but no...
Is this trick a non-documented function that you have discovered? From the documetation the only events that the MainWindow can receive seem to be listed on...
I am sorry.. got confused there with the nomenclature. My plugin is a content type and not conversation (because I want to trap all incoming IMs). ... messages...
I am still trying to trap all IMs coming to me. I made a content plugin and i can fire an event handler when a new window is created (which happens when a...
hii I have created a plugin ......n when user uses this plugin and in future if i update the plugin and make some changes then how the user will get the...
I'm trying to develop a ContentTab plugin. I would like to know if there is any event handler that triggers when i change my status. It would be really nice to...
Hello , Consider the code below : function OnLoad(){ y = window.external ; y.LocalReady(); } function Send_Msg(msg) { y.SendIM(msg); } I have noticed that the...
Hello, this is Till, I am a software developer from Vienna, Europe, and member of a small team just started to code a yahoo messenger feature which is a search...
peterpanini@...
Apr 13, 2007 6:30 am
711
I've looked around for a sample plug-in which converts outgoing (or incomming) text in the chat window to a hyperlink. For example, I type a message like...
... the ... That would be very useful, but unfortunately the API doesn't currently support an event that notifies you when the user's status changes. The only...