Shoutbox

event viewer smaller window - 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: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: event viewer smaller window (/showthread.php?tid=93541)

event viewer smaller window by cypherth on 01-15-2010 at 05:53 AM

is there any way to make event viewer window smaller?)not in height, but in width) like the main msn window. i dont care if some letters or the filter above will be hidden, i just want to make it as small as possible.


RE: evant viewer smaller window by CookieRevised on 01-15-2010 at 09:42 AM

Just click and drag the outside border to the size you want. Just like you do with any other sizable window in Windows.


RE: evant viewer smaller window by NanaFreak on 01-15-2010 at 10:05 AM

Cookie, the only problem with that is that is has a set minimum width, which they are wanting to bypass... So I think the best option would be to edit the interface and add it to the /Interfaces/ directory for plus.


RE: evant viewer smaller window by cypherth on 01-15-2010 at 10:32 AM

@ cookierevised: of course i did that.............

@nanafreak: exactly....it has a minimum width, but i want it smaller...


RE: evant viewer smaller window by CookieRevised on 01-15-2010 at 10:56 AM

You want it even smaller than the minimum size?!? :s Then there is almost nothing to see... seems not much usefull...

Anyways, as NanaFreak said, the only way to do that is to edit the interface file responsible for making that window.

1) This interface file is Interface1.xml and you can get it by going to the Messenger Plus! Preferences > Customize > Skins > Extract Resources > ...

2) There you unselect all the checkboxes except "Extract Messenger Plus! interface files and images", which must be ticked.

3) Fill in a temporary directory to save the extracted resources and press "Export".

4) Close the export log which pops up and go to that temporary directory with Windows Explorer.

5) In that directory you'll find a subdirectory named "Messenger Plus!", and in there you'll find the interface file Interface1.xml.

6) Open that file in notepad and start editing it.

7) You only need the subsection <Window Id="EventViewer" Version="1"> and its parent sections. Remove everything else.

8) Next, you need to alter the <MinWidth> and <MinHeight> tags.

9) After you're done you save the file and copy it into a subdirectory named "Interface" of your Messenger Plus! installation directory. (you must create that subdirecty yourself; it wont exist yet).

Note: the file can be named anything you want (eg: Interface1_EventViewer.xml). As long as it has the xml extension, is in that directory, saved as a unicode file and the xml sections in it are properly formatted, Plus! will read it and use it instead of the default.

10) Restart Messenger.


RE: event viewer smaller window by cypherth on 01-15-2010 at 11:18 AM

thank you very much!!!!