What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Message Scroller v0.3

Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »
Message Scroller v0.3
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
O.P. RE: [Updated]Message Scroller v0.2
quote:
Originally posted by AberNStein
hmm it's not working perfectly for me. the convo keeps focusing itself and the message scroller keeps resetting its position
(tested using mocker and smarterchild)
What do you mean with "the convo keeps focusing itself" ?
Oh, and I fixed the position bug.
The position wasn't being saved when the switch label was being clicked.
Thanks for noticing :)
This will be fixed in the next version
quote:
Originally posted by AberNStein
all that being said it looks really nice.
Thanks :)
quote:
Originally posted by linx05
1) When the Message Scroller window pops up, it focuses, causing anything I type to not go into the wlm message box (or this reply space for that matter)
I can do something about this, but focus will still have to be stealed for less than a second.
The idea would be to check which window has the focus before displaying the scroller window, and when the scroller window is displayed, the focus would be given back to that window...
quote:
Originally posted by linx05
2) Could you add an optional time-out feature? So the Message Scroller pops up and then disappears after say 5 seconds (this is easily changed though).
I can do this :)
YouTube closed-captions ripper (also allows you to download videos!)
07-22-2006 01:05 PM
Profile E-Mail PM Web Find Quote Report
XAaronX
New Member
*

Gamer

Posts: 8
33 / Male / –
Joined: Jul 2006
RE: [Updated]Message Scroller v0.2
Wow! This is so good!
07-22-2006 03:17 PM
Profile E-Mail PM Web Find Quote Report
PaPalemon
Junior Member
**


Posts: 49
Joined: Oct 2003
RE: [Updated]Message Scroller v0.2
ermm... wat i downloaded was a java script... so how do i install it?
07-30-2006 09:31 AM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Updated]Message Scroller v0.2
quote:
Originally posted by PaPalemon
ermm... wat i downloaded was a java script... so how do i install it?

You need to download the .plsc file from here. Run the file and accept the security waringing and then you have succesfully installed the script [Image: msn_happy.gif].
07-30-2006 09:43 AM
Profile E-Mail PM Web Find Quote Report
AberNStein
Full Member
***


Posts: 132
Reputation: 2
Joined: Jul 2006
RE: RE: [Updated]Message Scroller v0.2
quote:
Originally posted by Mike
quote:
Originally posted by AberNStein
hmm it's not working perfectly for me. the convo keeps focusing itself and the message scroller keeps resetting its position
(tested using mocker and smarterchild)
What do you mean with "the convo keeps focusing itself" ?

like when the scroller pops up, it makes the convo pop up too. kinda defeats the purpose.
quote:
Originally posted by Mike
The idea would be to check which window has the focus before displaying the scroller window, and when the scroller window is displayed, the focus would be given back to that window...

I can do this :)
edit:
code:
function focusIt(which)
{
Interop.Call('User32','OpenIcon', which);
Interop.Call('User32','BringWindowToTop', which);
Interop.Call('User32','SetForegroundWindow', which);
Interop.Call('User32','ShowWindow', which, 1);
Interop.Call('User32','SwitchToThisWindow', which, "FALSE");
}

var topHandle = Interop.Call('User32','GetForegroundWindow');

//here is where you do your thing and pop up the message scroller

focusIt(topHandle);


This post was edited on 07-30-2006 at 03:54 PM by AberNStein.
[Image: gybouserbar6hc.gif]
07-30-2006 03:47 PM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: [Updated]Message Scroller v0.2
Would be cool if it had a quick reply button which would allow you to send a reply without even having to focus onto the conversation window.

One thing I found quite annoying was when I had multiple chats and a message was sent from another contact and I was still typing a message it would change the window focus to the scroller. This is really bad when you have 3+ windows open.

Is there a way for it to focus on the right convo tab?

Nice idea and great work (Y)

This post was edited on 07-30-2006 at 04:11 PM by hmaster.
[Image: sig.png]
07-30-2006 04:09 PM
Profile PM Web Find Quote Report
AberNStein
Full Member
***


Posts: 132
Reputation: 2
Joined: Jul 2006
RE: [Updated]Message Scroller v0.2
quote:
Originally posted by hmaster
Is there a way for it to focus on the right convo tab?
see my above code.

This post was edited on 07-31-2006 at 03:09 AM by AberNStein.
[Image: gybouserbar6hc.gif]
07-31-2006 03:09 AM
Profile PM Find Quote Report
lrac522
Full Member
***

Avatar

Posts: 317
Reputation: 9
– / Male / Flag
Joined: Jan 2006
RE: [Updated]Message Scroller v0.2
I really do love this script, I think what would make it more interesting is the timer thingy that linx05 suggested. Hi all...(Y)
[Image: signature3phpga4.png]
07-31-2006 12:12 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [Updated]Message Scroller v0.2
Fantastic script, a good update would be for it to display more than 1 recieved message, maybe 5?
09-15-2006 06:39 PM
Profile E-Mail PM Find Quote Report
Luised
Junior Member
**


Posts: 24
– / Male / –
Joined: Jul 2006
RE: [Updated]Message Scroller v0.2
I like this script!

How can I change the text size in the script window, and how can I change the "-switch-" word?

Thanks!
11-02-2006 08:31 PM
Profile PM Web Find Quote Report
Pages: (5): « 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