Shoutbox

exdending the contacts on desktop - 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)
+----- Thread: exdending the contacts on desktop (/showthread.php?tid=77995)

exdending the contacts on desktop by Shiny Rabbit on 10-05-2007 at 06:05 PM

i know you can have your contacts on your desktop and i have been thinking it would be great if there was a script which all your online contacts in a little scrollable window that stays on your desktop, i just thought i'd put the idea out there


RE: exdending the contacts on desktop by Spunky on 10-05-2007 at 06:29 PM

I might make this for you if nobody else makes it... Is there a reason the contact list can't do this though?


RE: exdending the contacts on desktop by Shiny Rabbit on 10-05-2007 at 07:15 PM

well it would be convenient to always have my contacts at my fingertips rather than reaching for the taskbar


RE: exdending the contacts on desktop by vikke on 10-05-2007 at 07:19 PM

Make it always on top.
Choose "Tools->Always On Top" in your contact list.


RE: exdending the contacts on desktop by Shiny Rabbit on 10-05-2007 at 07:23 PM

without the clutter of my name, DP and that


RE: exdending the contacts on desktop by vikke on 10-05-2007 at 07:26 PM

Patch it with A-Patch or Mess Patch. :)

Perhaps the best way is to do a script after all. :D


RE: exdending the contacts on desktop by Shiny Rabbit on 10-05-2007 at 07:29 PM

there you go then and i'd rather not use a patch to make it so i can't change my name

i've seen several widgets that do these but they don't support colour codes and they don't seem to detect that i'm signed in most of the time


RE: exdending the contacts on desktop by roflmao456 on 10-05-2007 at 09:20 PM

i have made the script :)

i hope this one works.

Access through the menu.


it only displays email addresses, not display names :tongue:
RE: exdending the contacts on desktop by stu on 10-05-2007 at 09:33 PM

Nice. The search bar doesnt move when the window is resized though. Attached screenshot.


RE: exdending the contacts on desktop by roflmao456 on 10-05-2007 at 09:40 PM

quote:
Originally posted by stu
Nice. The search bar doesnt move when the window is resized though. Attached screenshot.

i thought i corrected that... /me slaps notepad



Updated..
RE: exdending the contacts on desktop by Shiny Rabbit on 10-05-2007 at 09:42 PM

that's quite good, though i would like to resize it, the search bar isn't really important


RE: exdending the contacts on desktop by roflmao456 on 10-05-2007 at 09:43 PM

quote:
Originally posted by Shiny Rabbit
that's quite good, though i would like to resize it, the search bar isn't really important
it's resizable..

if you want to set the default size, edit the XML :P
RE: exdending the contacts on desktop by Shiny Rabbit on 10-05-2007 at 10:02 PM

what i meant was without moving the search box, also if it wasn't always on top it would be just what i wanted


RE: exdending the contacts on desktop by roflmao456 on 10-05-2007 at 10:16 PM

quote:
Originally posted by Shiny Rabbit
what i meant was without moving the search box
what do you mean by that?

i will update the script now just for you :)
RE: exdending the contacts on desktop by Nagamasa on 10-05-2007 at 10:37 PM

Hey roflmao456,

Nice script :P

Could you make it so it'll allow me to resize to fit my Vista sidebar (its only a few pixels away)? And maybe an always on top feature, so it would look like it was actually on my Vista sidebar?


RE: exdending the contacts on desktop by vikke on 10-05-2007 at 10:57 PM

To enable always on top add this on a new line at line 9 (without removing anything):

code:
Interop.Call("user32", "SetWindowPos", Wnd.Handle, -1 /*HWND_TOPMOST*/, 0, 0, 0, 0, 0x02 | 0x01);

Edit: Forgot code-tags.
RE: exdending the contacts on desktop by roflmao456 on 10-05-2007 at 11:21 PM

done, with Always on top button.. (made in MSPaint and edited to put transparency with photoshop :cheesy:) to toggle always on top on and off.

and extra resizing....


RE: exdending the contacts on desktop by Spunky on 10-05-2007 at 11:26 PM

I actually started making this so I'll probably post it if only for comparison


RE: exdending the contacts on desktop by davidpolitis on 10-06-2007 at 12:23 PM

How about making the messenger buddy icons be status icons?


RE: exdending the contacts on desktop by Shiny Rabbit on 10-06-2007 at 09:48 PM

making it look like WLM8.5 style would be quite cool as well


RE: RE: exdending the contacts on desktop by MrT on 10-07-2007 at 12:57 AM

roflmao456: script is very nice.i like it
(Y)


RE: exdending the contacts on desktop by Shiny Rabbit on 10-07-2007 at 12:57 PM

agreed, just need the changes that have been mentioned already and it would be perfect for what i want


RE: exdending the contacts on desktop by war-chan on 11-18-2007 at 11:54 PM

(Y) fantastic script! this is very useful and convenient.

great job roflmao456 :P