Really Simple Plugin Request - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Really Simple Plugin Request (/showthread.php?tid=50236) Really Simple Plugin Request by alexp2_ad on 09-08-2005 at 09:27 PM
Could anyone make a plugin that reads a file path from a specified text file every 1 - 10 seconds and then sets it as the display picture? RE: Really Simple Plugin Request by RaceProUK on 09-09-2005 at 10:09 AM If someone makes this, don't just read every 10s from a textfile: use window messages to send the data cross-process. RE: Really Simple Plugin Request by (CyBeRDuDe) on 09-09-2005 at 12:19 PM Well.. The biggest problem is still to set the dp without "popping" up the set dp windows.. and also without filling the "Display database" up with thousands of dp's.. right?... Or has someone come across someway to fix this??? RE: Really Simple Plugin Request by RaceProUK on 09-09-2005 at 01:06 PM Use the MyProperty member of IMessenger3, with an index of 2. RE: Really Simple Plugin Request by TheBlasphemer on 09-09-2005 at 02:15 PM
quote: Popping up the dp window can be avoided by using MyProperty of IMessenger3. However, there is indeed a problem deleting old dps from the list... RE: Really Simple Plugin Request by Mike on 09-09-2005 at 02:37 PM
quote:How about taking a "picture" of the folder where DPs and index.dat( ? ) are stored before starting changing the DP and when it's time to change the dp, restore to that "picture" taken and then change the dp? RE: Really Simple Plugin Request by TazDevil on 09-09-2005 at 03:13 PM
hmm, can someone provide of a ?complete? list of the usages of MyProperty in IMessenger3 interface... and how to use it in c++ what VARIANT types are used RE: Really Simple Plugin Request by RaceProUK on 09-09-2005 at 03:53 PM The only one I know works is when you use an index of 2, and the other argument is the filepath of the DP to use. RE: Really Simple Plugin Request by alexp2_ad on 09-09-2005 at 06:14 PM The user could just remove the pictures themselves manually, it'd be nice if it did it itself, but it wouldn't be a necessity, that could always be left out for an early version and added later if someone can work out how. RE: Really Simple Plugin Request by Nathan on 09-09-2005 at 07:08 PM
What could happen is this. RE: RE: Really Simple Plugin Request by alexp2_ad on 09-09-2005 at 08:29 PM
quote:Well I'm not asking for a album art plugin because it probably wouldn't work with foobar, I just want a plugin that reads a path from a text file and sets that as the DP. This method would mean the plugin could be used for more than just the purpose I want it for too. RE: Really Simple Plugin Request by matty on 09-09-2005 at 08:42 PM Here is the source I made from something similar. Try and edit it to do what you need it to do. RE: Really Simple Plugin Request by alexp2_ad on 09-12-2005 at 11:15 PM Sorry, I have no idea how to make that into what I want... RE: Really Simple Plugin Request by alexp2_ad on 09-25-2005 at 11:27 PM No one? RE: Really Simple Plugin Request by Destruction on 12-20-2005 at 02:58 PM
quote: Hey mate, sorry i didn't get back to you in time, you contacted me at mess.be forums. I want you to send me an IM because I just want to ask you a few things about this, I have just had a quick go at it and I think it should be simple enough to do. What is the file path that you want read ? Or does it not matter ? RE: Really Simple Plugin Request by Destruction on 12-22-2005 at 02:58 PM
OK man, finally I have been able to get it up here for you, it is just a quick one, I think this is what you wanted. RE: Really Simple Plugin Request by ajiichiban on 06-26-2006 at 04:50 AM
Can anyone send me the display picture changer that Destruction made or direct me to where else I can get it? The link doesnt seem to work. RE: Really Simple Plugin Request by crashinglife on 06-28-2006 at 11:31 AM
any of theses help? RE: Really Simple Plugin Request by ajiichiban on 06-29-2006 at 02:12 AM
Thanks crashinglife!!! The first link is exactly what I wanted. |