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:
Rakastaa
New Member
*

Avatar


Posts: 3
– / Male / Flag
Joined: Jan 2009
O.P. Sad  Prevent Resizing of Conversation Windows
Hello everyone :)

Does anyone know of a way to LOCK the conversation window and prevent it from being resized. I have backgrounds for all my conversations and when I open full screen programs that are not in my Native Resolution it resizes and crushes all my windows. Then I have to drag them open again and resize them properly.

So is there a way I can prevent the windows from being able to be resized at all or the size/shape of them changed in any way?

P.S I looked around before asking and I couldn't find anyone with the kind of... err... question that I have. So sorry.
Käyttäen lähettiläs vuodesta 1994
01-06-2009 09:27 AM
Profile PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Prevent Resizing of Conversation Windows
Make a skin that prevents size change =)
[Image: Empty.png]
01-06-2009 09:01 PM
Profile PM Web Find Quote Report
Rakastaa
New Member
*

Avatar


Posts: 3
– / Male / Flag
Joined: Jan 2009
O.P. RE: Prevent Resizing of Conversation Windows
Seems like a bit to much trouble to me. I'm happy with the low memory usage of the default skin and just the overall look of it. Besides I'm used to it.

I have no experience in skinning anyway.

Is that really the only way?
Käyttäen lähettiläs vuodesta 1994
01-07-2009 01:28 AM
Profile PM Find Quote Report
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 »


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