What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script request

Pages: (2): « First « 1 [ 2 ] Last »
Script request
Author: Message:
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Script request
If I remember correctly if you set a dynamic background, the background of the incoming text will change aswell? Your typing area wont change, so just change the colour of the text you use...

Less than an ideal solution, but is the best that can be done without hooking messenger and changing the form colour.

It would be possible to skin WLM to have a different colour, but that is more trouble than it is worth.

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6708 days, 27 minutes, 8 seconds ago
08-12-2006 11:54 PM
Profile E-Mail PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: Script request
And so, here is the screenshot:
[Image: snap1fr7.jpg]
08-12-2006 11:59 PM
Profile PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: Script request
ah, the dynamic background idea does work... And that dark colour is about 50% transparent, so my text is pretty okay if I have a bright dynamic background on, thanks cloudhunter!

Still this is goddamned ugly, so if anyone has an idea how to change the background of the controls, or knows how to script it or whatever, please tell :)

This post was edited on 08-13-2006 at 12:12 AM by Speeder.
08-13-2006 12:10 AM
Profile PM Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
35 / Male / Flag
Joined: Jul 2006
RE: Script request
Do this and you should beable to see your text better in the convo window.

First open windowblinds and add WLM like this:

[Image: windowblindsprogramexclusion.png]

Then open wlm contact window and do this:

[Image: backgroundformsn.png]


If it is still hard to read you can always download skinstudio and edit the windowblinds skin yourself. It's really easy to do (minor modifications like this) and if you want to take that route, let me know and I will tell you what to edit to change just the background color so its lighter (or another color all together).

EDIT:

Come to think of it... I think you can edit the text color also (in skinstudio) but it would be system wide...

This post was edited on 08-13-2006 at 12:26 AM by Keikonium.
Now Playing:
[image not working] [Image: 87cc21b0.png]
08-13-2006 12:25 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Script request
Tools > My Backgrounds > Choose the one with a Circle and a Line through it (like the screenshot).

[Image: attachment.php?pid=712464]

And click on Set Default

.jpg File Attachment: my.backgrounds.jpg (49.47 KB)
This file has been downloaded 202 time(s).

This post was edited on 08-13-2006 at 12:34 AM by matty.
08-13-2006 12:32 AM
Profile E-Mail PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: Script request
oh, man!

Firstly, I've MADE this WB skin. And it's perfect too xept in a few programs made by moneyleecher idiots for programing. Also, I know how to ignore apps, but as I've already said that doesn't change the colour sheme...
And I've just written that the dynamic background worked, you need not tell me how to set one when I've already done so.
Thanks for trying to help, but please read what I've said previously, this is like I was some total idiot.

Matty: that's just like the way it was crappy, indeed :)
08-13-2006 12:52 AM
Profile PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Script request
Well if you are satisfied with what you have now then fine, but if not you can reshack the "msgres.dll". I'll post brief instructions.

First, close WLM.

Open Resource Hacker (http://www.angusj.com/resourcehacker/)

Open msgres.dll in the messenger directory (usually "C:\Program Files\MSN Messnger\")

In resource section 4005, resource 920, language 1033, find around line 329:
code:
element[id=atom(inputareacont)][class="DefaultWallpaper"]
{
background:rcclr(1415);
}


and replace
code:
background:rcclr(1415);

with
code:
background:argb(255,255,255,255);

Next, in resource section 4005, resource 920, language 1033 (the same resource):

Find around line 1181:

code:
convhistory[class="DefaultWallpaper"]
{
background:rcclr(1415);
}

and replace
code:
background:rcclr(1415);

with, yes, you guessed it:
code:
background:argb(255,255,255,255);

Press compile script then save.

Noone was trying to treat you like a total idiot... Noone knew you wrote the Window Blinds skin you were using. So please, don't react that way, as you came accross as a little aggressive.

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6708 days, 27 minutes, 8 seconds ago
08-13-2006 01:16 AM
Profile E-Mail PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: Script request
Wooohhoooo! Thanks, that's precisely what I needed! And now I know where to look to tinker this or that too :P

I apologize for sounding harsh, but I thought I talked about WB's ignore app part, so that was pretty strange...
08-13-2006 01:27 AM
Profile PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
36 / – / –
Joined: Dec 2005
RE: Script request
You're welcome, took me a while of fiddling and experimenting myself ;) My advice if someone gives you advice you have already done, just say "I've already tried that" ;) Requires less effort, and you look better in the eyes of other people :)

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6708 days, 27 minutes, 8 seconds ago
08-13-2006 01:39 AM
Profile E-Mail PM Find Quote Report
Speeder
Junior Member
**


Posts: 28
Joined: Aug 2006
O.P. RE: Script request
hehe, well... I'll remember that :)
08-13-2006 01:42 AM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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