Search the web
Sign In
New User? Sign Up
ydn-messenger · Yahoo! Messenger Developer Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 621 - 650 of 728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
621
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...
Felix
fzhangus
Online Now Send Email
Jan 4, 2007
10:40 pm
622
Manifest contains: IMAccess=true Code Contains: yhost.SetEventHandler ('IMReceived', Received_Text); yhost.SetEventHandler ('IncomingIM', Received_Text_Raw ); ...
Henry
myfriendhenry
Offline Send Email
Jan 6, 2007
3:04 am
623
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...
Henry
myfriendhenry
Offline Send Email
Jan 6, 2007
3:07 am
624
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...
Nitin Karkhanis
nkarkhan
Online Now Send Email
Jan 7, 2007
8:15 pm
625
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...
everythingatall
Offline Send Email
Jan 9, 2007
3:01 am
626
... 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...
messenger.plugins
messenger.pl...
Offline Send Email
Jan 9, 2007
3:03 am
627
... 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...
jdunning
Offline Send Email
Jan 11, 2007
2:02 am
628
This may have gotten lost in the shuffle before the holidays, but there's a new Yahoo! Messenger plug-in SDK available for download: ...
jdunning
Offline Send Email
Jan 11, 2007
2:39 am
629
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...
alain_stpierre33
alain_stpier...
Online Now Send Email
Jan 16, 2007
6:15 am
630
I cant call the CallPSTN function. How do I get the voice object. The documentation is severely lacking on this....
rishi_bhargava
Offline Send Email
Jan 16, 2007
6:15 am
631
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 =...
preetidewan85
Offline Send Email
Jan 16, 2007
6:17 am
632
... 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? ...
messenger.plugins
messenger.pl...
Offline Send Email
Jan 16, 2007
10:31 pm
633
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...
jdbastin
Online Now Send Email
Jan 16, 2007
11:08 pm
634
... The CallPSTN method is accessed like: window.external.Voice.CallPSTN("4085551212") The Voice flag in the manifest file should be set to true. Obviously, ...
jdunning
Offline Send Email
Jan 17, 2007
4:20 am
635
... 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...
jdunning
Offline Send Email
Jan 17, 2007
5:32 am
636
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...
*DJ*
djfeliz7
Offline Send Email
Jan 18, 2007
6:30 am
637
Hi, all. I've uploaded an example plug-in that demonstrates how to use the file transfer capabilities of the API. It's available here: ...
jdunning
Offline Send Email
Jan 18, 2007
6:52 am
638
Thanks a lot. This works. I guess somebody from yahoo should fix the documentation and include this example....
rishi_bhargava
Offline Send Email
Jan 18, 2007
4:33 pm
639
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...
Felix
fzhangus
Online Now Send Email
Jan 19, 2007
7:00 pm
640
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...
Felix
fzhangus
Online Now Send Email
Jan 19, 2007
7:15 pm
641
... Yes, that's the latest. The date on the docs was updated, although the version number was not, unfortunately. John...
jdunning
Offline Send Email
Jan 19, 2007
10:24 pm
642
... 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...
jdunning
Offline Send Email
Jan 20, 2007
1:48 am
643
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...
marc_delagrammatikas
marc_delagra...
Offline Send Email
Jan 20, 2007
10:09 pm
644
... That should work. The following code inserts a <div> with an onclick handler: window.external.InsertInHistoryWindow('<div style="background: silver; ...
jdunning
Offline Send Email
Jan 23, 2007
3:00 am
645
FYI - New build available....
Gerry
gwgaston
Online Now Send Email
Jan 23, 2007
5:25 pm
646
... 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...
marc_delagrammatikas
marc_delagra...
Offline Send Email
Jan 23, 2007
6:11 pm
647
... 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...
jdunning
Offline Send Email
Jan 23, 2007
8:58 pm
648
I have two functions triggered by UserIsTyping and IMSent function On_UserIsTyping(msg) { sentMsg = host.InputWindowText; } function on_IMSent(msg) { // here i...
marc_delagrammatikas
marc_delagra...
Offline Send Email
Jan 23, 2007
9:41 pm
649
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...
therealchewxy
Offline Send Email
Jan 26, 2007
8:16 am
650
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...
jdunning
Offline Send Email
Jan 26, 2007
8:35 am
Messages 621 - 650 of 728   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