This is a very interesting topic and I'd like to know all these as well. The plugin documentation is lack of information around voice calls, such as attach...
Possible to use a conversation plug-in without the remote user having to accept or run it on thier system? I do not need the other user to use the plug-in such...
Was just going thru the archives looking for interesting stuff. IM has an api to send messages, sendim. to get data from an external program to yahoo im is a...
Hello all I am new to Y!M Plugin Development and I have tried the very first Test plugin in the SDK and then try to create an new one . The problem is that I...
... having ... Yes, in the plugin.properties file, you can set the Users flag to 1 instead of 2. Plugin-type should still be 1. The conversation plugin will...
... Do you call LocalReady() before calling SetEventHandler? Do you main a global reference to yhost? I'm not sure what else might be causing it. John...
Hi there, I am having a problem with distinguishing errors (on the HTTPRequestError call back) when there is a url timeout versus when a user puts invalid...
I am having some problems with the Friend object in FileTransferSend method and was hoping for some advice. the code is as follows: function onLoad() { y =...
... Hi. It would help if you could post some more about what you're trying to do with the code. It seems like it should work. What problems are you having? ...
It appears to be a valid problem. I posted about this a few months back but it still occurs even though it's set to true in the manifest and I am using the...
... The CallPSTN method is accessed like: window.external.Voice.CallPSTN("4085551212") The Voice flag in the manifest file should be set to true. Obviously, ...
... event ... It will be, if you don't maintain a global reference to window.external.FileTransfer. If you do, and use that reference to set the event...
Hello, [=;] I am new in the group, and I am already putting a subject: To create the plugin of the messenger regarding Yahoo! Answers in Portuguese Which is...
John, I downloaded the 1.2 from the link you provided, but even the zip file stated sdk1.2, the content (the pdf doc and readme) still say v1.1. Am I getting...
I'd like to NOT allow the user to resize the content tab window and the secondary windows as that will distort the page layout in the windows. Can I or how do...
... Currently, you cannot force the secondary window to be a fixed size. For the main tab window, you could make the Prefer-height value be the same as...
I was wondering if there is any way to add a link with an onclick value to the history window. I know you can use the InsertInHistoryWindow function to add a...
... That should work. The following code inserts a <div> with an onclick handler: window.external.InsertInHistoryWindow('<div style="background: silver; ...
... Yes, that worked just fine. The problem wasn't with the api it was with my lack of javascript experience. I had double quotes around the inner properties...
... Sorry, I meant to send out an announcement about this last night. There aren't any plug-in-specific changes in 239. The main changes are how voice traffic...
I have two functions triggered by UserIsTyping and IMSent function On_UserIsTyping(msg) { sentMsg = host.InputWindowText; } function on_IMSent(msg) { // here i...
Hi, I've tried writing my own Conversation test plugin, but when I clicked Action|Load Test Plug-in, it doesn't work. I can see the invite sent, but the other...
Hi, all. I wanted to poll you guys to get a sense of what plug-in features you'd like to see in the next version of Messenger. I realize there are bugs that...