What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » (Query) Opening links in default browser

Pages: (2): « First [ 1 ] 2 » Last »
(Query) Opening links in default browser
Author: Message:
kierant
Full Member
***

Avatar
Can you still feel the butterflies?

Posts: 427
Reputation: 8
– / Male / –
Joined: Feb 2003
O.P. (Query) Opening links in default browser
Seeing as Stuffplug has been delayed, is there a script available (or easy to make) that can open links such as Inbox and Spaces in my default browser, Firefox? The feature was very handy in Stuffplug and I'm sure many other people miss it as I do.
Thanks
x
[Image: kierantsig5ru.png]
09-25-2006 05:09 PM
Profile PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: (Query) Opening links in default browser
quote:
Originally posted by Shondoit
the "check your inbox" button actually doesn't throw an event in scripts, and can't (easily) be manipulated with scripts...

with a normal plugin you can subclass events meaning, you intercept the button click, and execute the code, and send the 'click' on it's normal path...
With scripts you can't do this though, so the only thing I can think of, is make your own button... and put it over the inbox button, but that isn't that easy either...

StuffPlug is going to have this feature (open in default browser) but isn't out yet (for WLM)

If you need any more help, just ask... that's what we're here for



I think you will just have to wait for Stuffplug.
[Image: Zahid.png]
09-25-2006 05:23 PM
Profile PM Web Find Quote Report
Keikonium
Full Member
***


Posts: 229
Reputation: 3
34 / Male / Flag
Joined: Jul 2006
RE: (Query) Opening links in default browser
Out of my league, and maybe I am wrong, but the Xsniffer script that was made... could that not intercept the click, and redirect the link to open in whatever the default browser is? I know that the default browser is held in a reg key, so maybe that makes things easier.

This is really the only thing I miss from Stuffplug :(.
Now Playing:
[image not working] [Image: 87cc21b0.png]
09-25-2006 09:30 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: (Query) Opening links in default browser
Xsniffer simply listens on sockets, it sees packets your receive/sent from/to the internet, not clicks you make in msn
[Image: 1-0.png]
             
09-25-2006 09:51 PM
Profile PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: (Query) Opening links in default browser
It'd be hard to monitor the clicks too, as that's not a toolbar button control, or a button control, it's a windowless control - meaning it has no handle and is completely drawn/handled by messenger internally.
09-26-2006 01:12 AM
Profile PM Find Quote Report
Three6Mafia
Junior Member
**

Avatar
HRA55 U

Posts: 42
Reputation: -6
35 / Male / –
Joined: Mar 2005
RE: RE: (Query) Opening links in default browser
quote:
Originally posted by Ezra
Xsniffer simply listens on sockets, it sees packets your receive/sent from/to the internet, not clicks you make in msn


What about with the /emails command in MP!L?. that opens your inbox directly.
With IE, however an action must be performed atleast

This post was edited on 09-26-2006 at 01:59 AM by Three6Mafia.
[Image: Three6Mafia.png]
09-26-2006 01:55 AM
Profile E-Mail PM Web Find Quote Report
AmbulanceX
Junior Member
**

Avatar
[ rip the jacker ]

Posts: 79
34 / Male / –
Joined: Jul 2006
RE: (Query) Opening links in default browser
i miss the feature :( and stuff plug is taking soooo long.
Bulimic rainbows vomit what?, Burn Piano Island Burn!
09-26-2006 10:27 AM
Profile PM Web Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: (Query) Opening links in default browser
you could use this to open websites in the default browser
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.run("http://www.google.com");

Just replace http://www.google.com with http://www.hotmail.com or whatever you want

Hope this helps

This post was edited on 09-26-2006 at 07:12 PM by Jimbo.
09-26-2006 07:11 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: (Query) Opening links in default browser
Thinking of it...

You might be abled to make little window with a button on it and place it over the mail button.

Like with TimeZone only on the Contact List window, won't be the same, but might just work...
[Image: 1-0.png]
             
09-26-2006 07:17 PM
Profile PM Web Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: (Query) Opening links in default browser
It would work but it would take a very advanced scripter
Maybe shondoit could do it as he made TimeZone?

Only problem would be, how would you make it stay there and not just vanish every time you ran WLM
09-26-2006 07:27 PM
Profile E-Mail 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