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...
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();"...
Hi Monigarr, looks like a simple syntax error, try: <body onload="onLoad();" style="overflow:hidden;" scroll="no"> removing the ';' from the scroll assignment....
... 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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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...
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 -...
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...
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...
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...
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...
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...
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...
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@...
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...