What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Prevent Resizing of Conversation Windows

Prevent Resizing of Conversation Windows
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Prevent Resizing of Conversation Windows
I don't know if scripting can do that, I've never read the scripting docs.
The way I know to do it is by using skins, if you like the deault one you can use Open Live, then you would just need to change this part, by editing the file SkinInfo.xml, that would be located at program Files/Messenger Plus! Live/Skins/Open Live:
(I've edited to be easier for you:
Green: just comments, as if they have never existed
Red: where you would change
Black: you don't need to bother with them, just let it the way it was.)
quote:
    <!-- VII: Fixed Size Chat Window -->
           
           <!--  This section controls the sizing rules of the chat window. Here you can set a minimum and maximum size
        of the chat window. To make the chat window size fixed, simply set the minimum and maximum to the same value.
        To give a minimum size, but no maximum size, just include the minimum. To give a maximum size, but no minimum
        size, just include the maximum.
           
            -->

        <ChatWnd>
            <Size>
                <Width>
                    <Minimum>200</Minimum>
                    <!-- <Maximum>1024</Maximum> -->                      
                </Width>
                <Height>
                    <Minimum>300</Minimum>   
                    <!-- <Maximum>768</Maximum> -->           
                </Height>               
            </Size>                                               
        </ChatWnd>
       
        <!-- END OF FIXED SIZE CHAT WINDOW -->
to this
quote:
    <!-- VII: Fixed Size Chat Window -->
           
           <!--  This section controls the sizing rules of the chat window. Here you can set a minimum and maximum size
        of the chat window. To make the chat window size fixed, simply set the minimum and maximum to the same value.
        To give a minimum size, but no maximum size, just include the minimum. To give a maximum size, but no minimum
        size, just include the maximum.
           
            -->

        <ChatWnd>
            <Size>
                <Width>
                    <Minimum>you choose</Minimum>
                    <Maximum>you choose</Maximum>                     
                </Width>
                <Height>
                    <Minimum>you choose</Minimum>   
                    <Maximum>you choose</Maximum>           
                </Height>               
            </Size>                                               
        </ChatWnd>
       
        <!-- END OF FIXED SIZE CHAT WINDOW -->
For example, if you have a 1440 by 900 resolution, and you want the chat window to always be 1000x500 you would change it to:
quote:
    <!-- VII: Fixed Size Chat Window -->
           
           <!--  This section controls the sizing rules of the chat window. Here you can set a minimum and maximum size
        of the chat window. To make the chat window size fixed, simply set the minimum and maximum to the same value.
        To give a minimum size, but no maximum size, just include the minimum. To give a maximum size, but no minimum
        size, just include the maximum.
           
            -->

        <ChatWnd>
            <Size>
                <Width>
                    <Minimum>1000</Minimum>
                    <Maximum>1000</Maximum>                     
                </Width>
                <Height>
                    <Minimum>500</Minimum>   
                    <Maximum>500</Maximum>           
                </Height>               
            </Size>                                               
        </ChatWnd>
       
        <!-- END OF FIXED SIZE CHAT WINDOW -->
In this example the chat window would always be 1000x500. Just choose the ones that you want =)
[Image: Empty.png]
01-07-2009 03:10 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Prevent Resizing of Conversation Windows - by Rakastaa on 01-06-2009 at 09:27 AM
RE: Prevent Resizing of Conversation Windows - by blessedguy on 01-06-2009 at 09:01 PM
RE: Prevent Resizing of Conversation Windows - by Rakastaa on 01-07-2009 at 01:28 AM
RE: Prevent Resizing of Conversation Windows - by blessedguy on 01-07-2009 at 03:10 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On