What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: C# .net plugin
What are you working on n0n4m3. You should also know that it seems you can only have one C# plugin running at once.
JedimarkPlug-Ins11-03-2005 at 06:02 PM
RE: Music Logger Plus - Final - Version 2.4 + Standalone Version
Ah, good idea! Will give it a go when I get back home.
JedimarkPlug-Ins10-28-2005 at 05:47 PM
RE: Music Logger Plus - Final - Version 2.4 + Standalone Version
lol! Okay, so here's the proof: [IMG]http://img389.imageshack.us/img389/2655/sshot 6qq.jpg[/IMG] So... either: a) There is a problem with the installer getting the value from peoples registry b) There is a bug with MsgPlus where by if a user changes...
JedimarkPlug-Ins10-24-2005 at 03:39 PM
RE: Music Logger Plus LIGHT + Updated MLP
lol, your guess is as good as mine! They're the same page! If you go to the root the webserver looks for the existance of index.html and sends you to that page...
JedimarkPlug-Ins10-23-2005 at 09:34 PM
RE: Music Logger Plus LIGHT + Updated MLP
I think *possibly* you just need to refresh your cache. The main index.html page is for the main MLP application. The light.html page is specifically for the light version of MLP the content is totally different. If it says "coming soon" on the in...
JedimarkPlug-Ins10-23-2005 at 09:18 PM
RE: Music Logger Plus LIGHT + Updated MLP
Doh... this is a new one! Doesn't happen for me... Goto: http://www.jedimark.co.uk/mlp/version.txt It should read[code]5 http://mlp.jedimark.co.uk/[/code] If it doesn't then CTRL+F5 to refresh the page.
JedimarkPlug-Ins10-23-2005 at 09:12 PM
RE: Music Logger Plus LIGHT + Updated MLP
I'll look into it, MLP just takes the data from inside the UBX packet and places it into a text box really!
JedimarkPlug-Ins10-23-2005 at 07:47 PM
RE: Music Logger Plus LIGHT + Updated MLP
Oh... erm.. erm...! Anyone know anything about this?
JedimarkPlug-Ins10-23-2005 at 04:13 PM
RE: Music Logger Plus LIGHT + Updated MLP
I've seen this problem a few times myself, I can't quite figure it out. It could be just the protocol is sending the message twice.. it could be something else. I suppose an easy fix would be for me to compare what the last song added to the EventL...
JedimarkPlug-Ins10-23-2005 at 03:11 PM
RE: Music Logger Plus LIGHT + Updated MLP
Possibly you've clicked the "Reload" button? For some reason there are two listener threads running (hence adding the songs twice). If you close down MSN Messenger completely and then start again does it still happen? - Mark
JedimarkPlug-Ins10-23-2005 at 02:57 PM
RE: Music Logger Plus LIGHT + Updated MLP
Okay, well I couldn't care less about the installer! (As long as it works.. heheh). I still don't know what you mean about the "blue top bar" though. The about box does list the commands that you can type, it always has done. There is only the on...
JedimarkPlug-Ins10-23-2005 at 11:26 AM
RE: Music Logger Plus LIGHT + Updated MLP
Could you explain a bit more? Comments are always welcome. I thought the GUI looks rather professional yet simple. I tried to make the installer as simple to use aswell. It only takes 15 seconds to install the thing and the user doesn't really have...
JedimarkPlug-Ins10-22-2005 at 10:25 PM
Music Logger Plus LIGHT + Updated MLP
I've created a cut down version of Music Logger Plus that doesn't contain any of the GUI / logging features of Music Logger Plus. However, it *does* write to the MsgPlus! EventLog (providing the user has the option enabled in the preferences). [img...
JedimarkPlug-Ins10-22-2005 at 12:28 PM
RE: [C#] EventLog and Threads
The Solution: Delegates! I.e:[code]private delegate void addEventLogDelegate(String thisContact, String thisTitle, String thisArtist);[/code] And then in the other thread (one that isnt the main):[code]addEventLogDelegate d = new addEventLogDelegate(...
JedimarkPlug-Ins10-22-2005 at 10:07 AM
RE: Music Logger Plus - Final - Version 2.4 + Standalone Version
Cause I never got round to writting the code to delete the database ;) If you want to do it yourself just delete all the contact folders in: HKEY_CURRENT_USER\Software\Jedimark\Music Logger Plus
JedimarkPlug-Ins10-21-2005 at 09:57 PM
RE: [C#] EventLog and Threads
Yeah I'd though of a similar function, I'll do a bit more thread research before I start messing round with stuff like that though.
JedimarkPlug-Ins10-21-2005 at 07:47 PM
RE: [C#] EventLog and Threads
Yeah, the problem is that MLP grabs song information from a Listener thread; I can't fundamentally change that... so I'm stuck with figuring out how to pass back a few string values to the main. But this goes beyond my programming knowledge...
JedimarkPlug-Ins10-21-2005 at 07:02 PM
[C#] EventLog and Threads
Quick question: does anyone know how to write to the event log in a multi-threaded environment? MsgPlus just chucks the request away if it doesn't come from the main thread (which isn't very functionable reallly!)
JedimarkPlug-Ins10-21-2005 at 05:01 PM
RE: Music Logger Plus - Final - Version 2.4 + Standalone Version
Okay so I have been getting lots of E-mails from people wanting to know how Music Logger Plus work and with feature requests / bug reports etc. I'm sorry I can't fix the bugs as fast as I would like but my new job takes up all my time at the moment...
JedimarkPlug-Ins10-14-2005 at 06:23 PM
RE: Web2Messenger.com - as seen on Mess.be!
http://www.web2messenger.com/?act=register&invite_ id=ae80fbde351af81f3aa9a4efd1548341 http://www.web2messenger.com/?act=register&invite_ id=827218be4dfa1d323efa76549a398023 http://www.web2messenger.com/?act=register&invite_ id=910c70c793853ba5401780549...
JedimarkSkype & Live Messenger10-07-2005 at 05:55 PM
RE: [C#] Write to MsgPlus Event Log
Still wont work, I'm sure there's a really simple thing wrong with the code somewhere! Frustrating huh! It does work in the MainForm_Load method though :| Wanna chat about this on MSN? My address is my username at gmail dot com. - Jedimark
JedimarkPlug-Ins10-07-2005 at 04:03 PM
RE: [C#] Write to MsgPlus Event Log
Yeah you're right it should be OpenSubKey, a rushed method! The addEventLog doesn't work if it's static, I tried that already! I'm actually well and truely stuck with this one... this is what working full time has done to me |-)
JedimarkPlug-Ins10-06-2005 at 08:48 PM
RE: Music Logger Plus - Final - Version 2.4 + Standalone Version
I don't know what foobar2000 is but maybe whatever plug-in sends the song data to Msn Messenger doesn't follow the same message structure as WMP or iTunes. I'll have a look at it at some point but my time is precious at the moment.
JedimarkPlug-Ins10-06-2005 at 07:23 PM
RE: [C#] Write to MsgPlus Event Log
J-Thread: Your code works (sort of) and mine doesn't so I'll just use yours lol (A) Anyway, I have the AddEventEntry in a class called Utilities.cs and I made it "public static bool" so I could then do: [code]MLP.Utilities.AddEventEntry(thisConta...
JedimarkPlug-Ins10-06-2005 at 07:12 PM
RE: [C#] Write to MsgPlus Event Log
J: I wrote very similar code to you when I was trying to integrate my Music Logger Plus plugin with the MsgPlus event log but couldnt for the life get it to actually work (there were no compile problems). I tried your code aswell and no luck either. ...
JedimarkPlug-Ins10-04-2005 at 09:50 PM
[Hide Excerpts] Pages: (6): « First « 1 2 3 [ 4 ] 5 6 » Last »