Hi all, I have some queries regarding the plugin which I am developing. Actually I want to tap in the conversation of the users and then I want to parse the...
Manoj, just embed a 1x1 applet into the main HTML page of the plugin. Then you can reference the applet methods from your Javascript methods to do the parsing...
Hi all, I have a query regarding the communication between the conversation plug-ins. Basically, as soon as the plug-ins are started, I want to convey some...
Where can I find a list of command line options for Yahoo Messenger? I need to startup to a preset user and user message window upon startup. How do I do...
I understand i cannot go to myself using: y.AddressBook.EntryFromFriend, and that i must use something similar to: myID = y.Messenger.Me.LoginIdentity.Name; ...
... Minimum 1, maximum 2. ... Not yet, unfortunately. The conferencing window needs to be redesigned to accommodate conversation plugins. For curiosity's...
This issue is indeed something that Yahoo needs to address, but you can code around it. First off if you find your friend object first by looking at friends...
Thanks alot, i used the try..catch function, it helped me bypass that error. ... can code around it. ... friends collection then you should be be able to pass...
Glad to help when possible. ID should be an empty string or more likely "undefined" in this case. Perhaps Yahoo will address it soon. :-) Since you are working...
Before Sending any message you need to call y.LocalReady() Only after calling this you will be able to send the plugin messages Thanks ... plug-ins. Basically,...
John is right of course! I was thinking you might have just been using your own entry as an example, but really it doesn't matter. If you have the Yahoo ID, ...
Hi, Thanks for your reply! I tried doing it and I think it is working somewhat but not to my expectation. I want to know about one thing for long.. Suppose I...
... Now I am running two instances of messenger on my system. Will these two instances have a SEPARATE copy of this file in memory or do they share the SAME...
Following up on this question, let us say I have developed an application that runs fine on the webserver on my computer. Yahoo doesnt mind a url like...
Hi I have created a Active x as a plug in. As it depends lot on the browser setting Can I use dll files and load it in the yahoo messagenger as a plug in. If...
Hello, i am trying to do some scripting. I think the documentation should say whether an attribute is readonly or not. So, I tried some changes to the...
... to ... You should be able to point the Location key in the .properties file to your webserver and test it that way. ... make ... If the other person has...
Hello, concerning the yahoo messenger plugin, anyone can upload a simple souce code "hello world" with Activex or, can tell me where i can get the document, i...
Remy Zhang
r.zhang@...
Dec 12, 2006 12:46 am
603
Hello, Thanks a lot for this code, i add these in my project, but when i compile it, it said: IPluginHost no declare But, i have imported "yahoomessegner.exe"...
Remy Zhang
r.zhang@...
Dec 12, 2006 12:49 am
604
Yeah if the plugins is pure javascript and html I see that it is possible. If I had to load a page from let us say www.myserver.com, it doesnt let you and in ...
This is a content tab plugin and host a web form to collect user input text data. when submit, I want to make a voip call to a friend from buddy list with...
... No, you should be able to point the Location key in the test plugin's properties file to a page on www.myserver.com. Is it not working for you? John...
Hi, Thanks for your interest in solving my problem. When I point my url to the server, the page doesnt load. Can you send me an example of a properties file...
Hi, Does anyone know anything about official or unofficial policy for filtering\blocking URLs sent by users ? I've noticed that sometimes URLs I send, or sent...