Shoutbox

About contact list - 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: About contact list (/showthread.php?tid=66449)

About contact list by Ooz on 09-19-2006 at 09:47 PM

I'd like to know if is it possible to create a script or a patch that do this:

I have to much contacts in my contact list, so I'd like to scroll up or down the less possible... so I had an idea of spliting the contact list to take the whole window
Ex.:
Instead of contacts appear
-Joe
-Mary
-Paul
-David
-Chloe

It could do so like this:

-Joe    - Paul    -Chloe
-Mary  - David  -...

can you understand? sorry about my english...


RE: About contact list by Chris4 on 09-19-2006 at 09:50 PM

I've never seen any patches that move the contacts and I doubt a script could do that. So I doubt it would be able to be made. Sorry.


RE: About contact list by deAd on 09-19-2006 at 09:51 PM

More than one column? Well most likely not. The listbox is windowless, meaning everything it does is defined by a function in the Messenger files. (it is possible in C++ to write a header file for this and use the controls, but I don't know how :P its complicated). Since this is not used anywhere in Messenger, it is likely that there is no function to make the listbox have multiple columns.

Even if there was, this would be a very big project...and also, how are you going to be able to see contact info on multiple lines? the icon, nickname, and psm usually take up a whole line (unless you disable PSMs)...


RE: About contact list by Ooz on 10-05-2006 at 04:08 PM

The problem wouldn't, actually, be they way you are going to see contact info or nickname or psms... if it were bigger than it should be it was just define some limit characters so, its substitued by reticence
I didn't know that it was so difficult to make...
The function I've seen is that for people who have too many contacts and like it displayed by groups, would not have to scroll up and down everytime... (of course, having a nice screen resolution)