What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] WLM Preview Box v2.00.08

Pages: (9): « First [ 1 ] 2 3 4 5 » Last »
[release] WLM Preview Box v2.00.08
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. Grin  [release] WLM Preview Box v2.00.08
WLM Preview Box v2.00.08

This script lets you preview 5 messages from contacts while you are busy with an always on top window. The window is also transparent so that you can look through it to the window you may have open and also send messages.

known bugs
- Chat Window gets focused no matter what.

Channel Log
v2.00.08 - fixed the height of the preview box
v2.00.07 - recode and added better sending, skinning
v1.01.02 - Added reply box, clickable nicks, when opacity change window does, on save preview doesnt close, can make messages go top to botom or botom to top
v1.00.01 - Fixed time to add a 0 and a minor bug
v1.00.00 - Creation of Script

Thanks to:

134jimbodude - idea for the script
Mike - use of Message Scroller
Shondoit - Coding help
Cloudhunter - Ideas and Beta tester
Mattike - Coding help

Please post comments/suggestions/bugs here (do not make a new thread)

Hope you enjoy the script

.plsc File Attachment: WLM_Preview_Box_v2.00.08.plsc (46.32 KB)
This file has been downloaded 476 time(s).

This post was edited on 02-10-2008 at 07:21 AM by NanaFreak.
09-17-2006 05:15 AM
Profile PM Find Quote Report
skyserpent
Junior Member
**

Bacon

Posts: 96
32 / Male / –
Joined: Aug 2006
RE: [release] WLM Preview Box v1.00.00
looks good
09-17-2006 05:18 AM
Profile E-Mail PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [release] WLM Preview Box v1.00.01
i suppose the ebst thing to add would be a quick reply box too

so you kind of make a mini mode messenger
09-17-2006 08:19 AM
Profile PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. RE: [release] WLM Preview Box v1.00.01
quote:
Originally posted by aNILEator
i suppose the ebst thing to add would be a quick reply box too

so you kind of make a mini mode messenger
thanks for that idea i will add it to the list i never thought of that.
09-17-2006 08:20 AM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [release] WLM Preview Box v1.00.01
As i said on WLM and you asked me to post out here

1. 9 default alignments(top-left, center-center, bottom-right, etc)
2. Better border (I don't like this one much)
3. Chose no. of messages (1-20)
4. Chose font size, style and color.
5. Reply box like aNILEator said.
6. Click-able nicks so that you can open chat window on click.
3. Scroller for the Preview box :).
8. More Coming Soon!

This post was edited on 09-17-2006 at 08:42 AM by Felu.
09-17-2006 08:28 AM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. RE: [release] WLM Preview Box v1.00.01
ok i am adding:

9 default alignments(top-left, center-center, bottom-right, etc)
Chose no. of messages (1-20)
Chose font size, style and color.
Click-able nicks so that you can open chat window on click.

which borders dont you like felu the confuration and about or the preview box??

more suggestion are very welcome and i will see what i can do
09-17-2006 08:33 AM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [release] WLM Preview Box v1.00.01
quote:
Originally posted by Jay_Jay
which borders dont you like felu the confuration and about or the preview box??
For the preview box. Make them a bit bolder and stronger liker Message Scroller ;).
quote:
Originally posted by Jay_Jay
more suggestion are very welcome and i will see what i can do
I'll think and tell you :cheesy:.
09-17-2006 08:36 AM
Profile E-Mail PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [release] WLM Preview Box v1.00.01
Nice idea, nice made, I would only like to see:
  • a configurable width/height
  • make multiline messages come on one rule (replace \n by a space)
Some notes:
  • it is "Pixels", not "Pixles"! :)
  • don't use so many WSH variables: try
    code:
    new ActiveXObject("WScript.Shell").RegRead("...");
    for single calls instead of spilling memory on lots of ActiveX objects. Of course, when you're reading/writing a lot of keys at once, it's better to keep just 1 creation of an ActiveX object. ;)
* Matti likes this script. :D

This post was edited on 09-17-2006 at 09:11 AM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-17-2006 09:11 AM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. RE: [release] WLM Preview Box v1.00.01
quote:
Originally posted by Mattike
Nice idea, nice made, I would only like to see:
  • a configurable width/height
  • make multiline messages come on one rule (replace \n by a space)
Some notes:
  • it is "Pixels", not "Pixles"! [Image: msn_happy.gif]
  • don't use so many WSH variables: try
    code:
    new ActiveXObject("WScript.Shell").RegRead("...");
    for single calls instead of spilling memory on lots of ActiveX objects. Of course, when you're reading/writing a lot of keys at once, it's better to keep just 1 creation of an ActiveX object. [Image: msn_wink.gif]
* Mattike likes this script. [Image: msn_grin.gif]
i am making it configurable width/hieght and whants for the \n thing i will get onto that. [Image: msn_tongue.gif] i cant spell will be fixed in next version. um can you teach me the new ActiveXObject("WScript.Shell").RegRead("..."); thing please [Image: msn_tongue.gif]

p.s. the script is a lil dodgy because i made it in 3 days :P
09-17-2006 09:15 AM
Profile PM Find Quote Report
minipatchou
Permanently Banned


Posts: 49
Reputation: -1
Joined: Sep 2006
RE: [release] WLM Preview Box v1.00.01
quote:
Originally posted by -!Felu!-
As i said on WLM and you asked me to post out here

1. 9 default alignments(top-left, center-center, bottom-right, etc)
2. Better border (I don't like this one much)
3. Chose no. of messages (1-20)
4. Chose font size, style and color.
5. Reply box like aNILEator said.
6. Click-able nicks so that you can open chat window on click.
3. Scroller for the Preview box :).
8. More Coming Soon!
That would be great
The quick reply box < im looking foward to that
*minipatchou downloads
Minipatchou has an idea
How about a tabbed chats option
so you could have |user#1|user#2|Latest messages|

This post was edited on 09-17-2006 at 09:33 AM by minipatchou.
09-17-2006 09:22 AM
Profile E-Mail PM Find Quote Report
Pages: (9): « First [ 1 ] 2 3 4 5 » 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