NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 59 60 61 62 63 … 93 Next »
My Messenger Plugin

 
  • 0 Vote(s) - 0 Average
My Messenger Plugin
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#1
2005-07-25, 11:33 AM
i just want to let everyone know ive been working on a msn plugin, "My Messenger" (original title, no? Tongue). Anyway its still early days, so far all you can do is basic chat with your online buddies (it shows them only as online/offline at the moment) you can recieve/deny files from them, and thats basically it. the chat interface is much better than mediaportal (well IMHO). but anyway the reason for this thread is i need some help finding images, like a want to display an animation when you logon, similar (or the exact same animation) msn messenger shows when you sign on (those two buddies rotating around), also i need some help finding large buddy icons (hopefully png or gif, ie transparent). and im kind of interested if anyone else is interested in this plugin (video/voice chat will be along way away, if ever, at the moment i just doing basic text chat, so not really designed for MVP users, ie you need a keyboard). ill release some screenshots soon, just I NEED SOME GRAPHICS! Smile (oh and if you want to design some, good ones not crappy onesSmile feel free).
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#2
2005-07-25, 04:11 PM
Did you look at http://www.mess-icons.com/ and http://www.mess.be/ ?
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#3
2005-07-25, 04:23 PM
looks good - I'd be intrested

Quote:Did you look at http://www.mess-icons.com/ and http://www.mess.be/ ?

Might run in to copyright issues if redistributing...

Quote:MESS-ICONS.com expressly grants permission for personal use only

Not an artist myself so can't help there...
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#4
2005-09-14, 02:29 PM
what ever happened to this?
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#5
2005-09-14, 09:11 PM
its still on my machine, i just got busy with my pictures and uni, theres a problem with multiple chats, and if a chat timeouts and creating a new chat ( you lose all the stuff you typed in ).


i can put out a alpha you are you interested.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#6
2005-09-14, 09:37 PM
yeah that seems worth while to checkout. If you dont mind post the code and when I get free time (hahaha, with two kids free time is in short supply). I will take a look at the code.

It is probably more for the wow factor look what my PVR can do.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#7
2005-09-14, 10:07 PM
well im pretty much just doing an interface for it, i found this free msn library dotMSN, which handles pretty much all the msn side, i just handle the events etc (im going to have to redo a few things in the code, i didnt know about delegates or event types when i started this.... the things you can learn after a few weeks at uni).
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#8
2005-09-14, 11:36 PM
I still dont know about delegates or event types. Smile
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#9
2005-09-15, 01:35 AM
lol, delegates are method objects, so you can pass around a reference to the method and call it, and events are kind of like arrays of delegates. and the use of

object.SomeEvent += new SomeEventHandler(theMethodWeWantCallled);

will add "theMethodWeWantCallled" to the array of delegates and when that action takes place all the object that is firing the event has to do is call the event array. sp

if(actiontakesplace && SomeEvent != null) // if there are no delegates listening for the event its null.
SomeEvent();

err bad explaination, but its a really simple way of doing things, and well its brilliant! much better than java action listeners. go to thecodeproject.com and read up about them, you'll find a use for them that will probably make your life easier Smile
Cepheus
Offline

Junior Member

Posts: 28
Threads: 6
Joined: Sep 2005
#10
2005-09-15, 11:39 AM
Another way to look at Delegates is to call them type-safe function pointers.

And things get very* interesting when you start getting into anonymous methods in .NET 2.0. Wink
My HTPC-in-progress:
Intel P4 3.0ghz, 1gb dual channel pc3200 ram, 2 400gb SATA hard drives, Sound Blaster Audigy2, and Hauppauge PVR500, in the beautiful SilverstoneTek SST-LC16B case Big Grin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,733 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,296 2020-11-14, 08:01 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,421 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,861 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,737 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,028 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 1,932 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 4,931 2012-08-12, 07:56 PM
Last Post: sub
  Get NextPVR data directory from outside a plugin McBainUK 3 2,211 2012-02-11, 05:42 PM
Last Post: mvallevand
  Weather Plugin imilne 0 1,406 2012-01-15, 08:33 PM
Last Post: imilne

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode