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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 287 - 317 of 728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
287
thanks for the reply... I have declared yhost globally.........outside my function shalinmangar <shalinmangar@...> wrote: You usually get those...
knanaiah@...
knanaiah
Offline Send Email
Aug 1, 2006
4:28 pm
288
Hi, I'm trying to create a plugin that will send text message to all online friends. The text message will be retrieved from host. Is that possible to do so...
f1rstmistake
Online Now Send Email
Aug 1, 2006
4:36 pm
289
Can anyone tell me why this code does not remove the 'scrollbars' from my plug-in contenttab when its loaded into my yahoo messenger? <body onload="onLoad();"...
monigarr
Offline Send Email
Aug 1, 2006
4:40 pm
290
Hi Monigarr, looks like a simple syntax error, try: <body onload="onLoad();" style="overflow:hidden;" scroll="no"> removing the ';' from the scroll assignment....
Andy (or Bee)
stickercam
Offline Send Email
Aug 1, 2006
8:53 pm
291
... Hi Kajal, Have you tried playing around with the number of users in the plugin.properties file? try changing from 1 to 2 users. - Andy...
Andy (or Bee)
stickercam
Offline Send Email
Aug 1, 2006
9:06 pm
292
... SendIM is only available for side panel plugins, not content tab plugins. You'll have to change the Plugin-type attribute in the manifest to 1....
jdunning
Online Now Send Email
Aug 1, 2006
9:12 pm
293
... plugin, ... plugins. You'll have to change the Plugin-type attribute in the manifest to 1. ... or set for 2 users ;) I kinda hope that it's a early quirk...
Andy (or Bee)
stickercam
Offline Send Email
Aug 1, 2006
9:46 pm
294
My component is using ActiveX withing HTML page that will be contained by the the plug-in package. The information that I don't seem to find is how to make the...
ggoren1
Offline Send Email
Aug 2, 2006
6:05 pm
295
If you just want to send the same message to all the folks (online) on your list, you can do that without a plugin - use <shift> or <ctrl> to select them all...
Andy Yates
andy.yates
Offline Send Email
Aug 2, 2006
6:08 pm
296
Hi, You need to add a "Registration" key in your manifest file. something like: Registration=mygreatactiveX.dll Please note plug-ins with activeX enabled will...
champagnelegrosbayo
champagneleg...
Offline Send Email
Aug 3, 2006
11:55 pm
297
well, what's the problem excatly? You can't send IM from a contentTab plug, and that's by design so folks dont spam users. But, you can start an IM session...
champagnelegrosbayo
champagneleg...
Offline Send Email
Aug 4, 2006
12:01 am
298
Does anyone know where this information is stored? The API says that it is stored in a file - one file per plugin. Is this file safe? I am currently storing...
jkoett2006
Online Now Send Email
Aug 4, 2006
4:49 pm
299
... SendIM: Sends an instant message to another user. The plug-in can only send instant messages if the Sendim entry in the manifest file is set to True. Last...
jkoett2006
Online Now Send Email
Aug 4, 2006
4:50 pm
300
I want to start working on a plugin, but I want to know first what are some things to avoid doing when creating/submitting a plugin. What I mean is this - are...
Andrew
triptych999
Offline Send Email
Aug 4, 2006
4:51 pm
301
I see a lot of references in the API for getting to a friend's image and displaying it, but I don't see any reference describing how you can set your own...
Ryan Sarver
ryansarver
Offline Send Email
Aug 4, 2006
4:51 pm
302
I cannot for the life of me get this IncomingIM event to start. My understanding is that you can get a conversation window plugin to run a javascript function...
jkoett2006
Online Now Send Email
Aug 4, 2006
4:51 pm
303
Hi Ryan, You currently can not set a user's image throught the plugin APIs. X ... From: Ryan Sarver <rsarver@...> To:...
champagnelegrosbayo
champagneleg...
Offline Send Email
Aug 4, 2006
6:42 pm
304
HI, C:\Documents and Settings\All Users\Application Data\Yahoo!\Messenger\Plugin\ I dont think there is an easy way to know which file was generated for which...
Andy (or Bee)
stickercam
Offline Send Email
Aug 4, 2006
10:07 pm
305
Hi, just make sure you check and double check then get a friend to check on their machine that it works, if you can iron out all the bugs before it gets check...
Andy (or Bee)
stickercam
Offline Send Email
Aug 4, 2006
10:18 pm
306
Hi, Try: y.SetEventHandler ('IMReceived', on_IMReceived); Unless you wanted to modify the message? if so then try with 2 users set in the properties file -...
Andy (or Bee)
stickercam
Offline Send Email
Aug 4, 2006
10:28 pm
308
To those that are E-mailing me... I am not E-mailing you, you have subscribed to the ydn-messenger (Yahoo! Messenger Developer Group) and opted to receive...
Andy (or Bee)
stickercam
Offline Send Email
Aug 5, 2006
9:23 am
309
Is it possible to set any properties of the address book for the local user (ME)? IE, CustomNotes1, Email, etc Thanks in advance, Ryan...
Ryan Sarver
ryansarver
Offline Send Email
Aug 6, 2006
5:02 am
310
The event fired when you hit enter in the input window is IMSent. The IMReceived event is fired when you receive an IM. So you should really be writing a...
knanaiah
Offline Send Email
Aug 6, 2006
5:03 am
311
I'm working on a content tab plugin where I am sending a message to multiple friends simultaneously. I'm using the SendPluginMessage method. Friends who did...
knanaiah
Offline Send Email
Aug 6, 2006
5:03 am
312
I'm very interested in using the pluginstorage as well, and need it for a conversational plugin I'm working on. Basically a game where you compete with your...
Andrew
triptych999
Offline Send Email
Aug 6, 2006
5:08 am
313
What is your policy about including Yahoo Publisher Network or Adsense ads in a plugin (assuming that they are appropriately placed and its not the sole goal...
Andrew
triptych999
Offline Send Email
Aug 6, 2006
5:08 am
314
Hi, From my experience this is not possible, probably for good reasons i.e. would need code in place to govern which instance of the plugin can write at what...
Andy (or Bee)
stickercam
Offline Send Email
Aug 6, 2006
7:03 am
315
Jene pas comprie bien moi je parle le francais oui je cherhe une femme pour marie. From my experience this is not possible, probably for good reasons i.e....
ali khalife
alicasa81@...
Send Email
Aug 7, 2006
3:18 pm
316
The reason I would like to have the IncomingIM event flagged is that I want to be able to change the message that was sent. I don't think that either IMSent...
jkoett2006
Online Now Send Email
Aug 7, 2006
3:19 pm
317
... local ... It doesn't look like any of the AB entry fields can be changed, unfortunately....
jdunning
Online Now Send Email
Aug 8, 2006
4:29 am
Messages 287 - 317 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