What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Latest version: 4.20.0159] HopperLive Final Released

Pages: (19): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »
1 votes - 5 average   [Latest version: 4.20.0159] HopperLive Final Released
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Latest version: 4.00.0102] HopperLive Final Released
Mnjul : The updater in the older versions come up but doesn't work. Here's the debug
code:
Function called: OnWndUpdateAvailableEvent_CtrlClicked
Bad calling convention detected for "ShellExecuteW" in "shell32". The function must be declared with __stdcall.

I hope its fixed in the version [Image: msn_happy.gif].

* Felu downloads new version.
11-14-2006 11:12 AM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
O.P. RE: [Latest version: 4.00.0102] HopperLive Final Released
Well, that's very strange...I've just done some research and ShellExecuteW is indeed declared with __stdcall in shellapi.h :S

Bother tell me your Windows version?

Anyway, it's not "fixed" in 4.00.0102...and there's nothing to fix, I'm using a very standard way provided by Plus! to call ShellExecutew :(

Anyway, it should open your browser despite the message (it's just a warning, i suppose). Would you tell me if clicking on the links in About window would launch them?

This post was edited on 11-14-2006 at 11:40 AM by Mnjul.
11-14-2006 11:30 AM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: [Latest version: 4.00.0102] HopperLive Final Released
quote:
Originally posted by Mnjul
Well, that's very strange...I've just done some research and ShellExecuteW is indeed declared with __stdcall in shellapi.h :S

Bother tell me your Windows version?

Anyway, it's not "fixed" in 4.00.0102...and there's nothing to fix, I'm using a very standard way provided by Plus! to call ShellExecutew :(
You used too much paramaters in the call in CScriptUtility.js.

Interop.Call("shell32","ShellExecuteW",NULL,NULL,url,NULL,NULL,NULL,NULL);

should be

Interop.Call("shell32","ShellExecuteW",NULL,NULL,url,NULL,NULL,NULL);

;)

This post was edited on 11-15-2006 at 11:55 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-15-2006 11:54 AM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
O.P. RE: [Latest version: 4.00.0102] HopperLive Final Released
Blah.

Thanks Cookie :chrongue:

--
Now SonicSam I'm waiting for your reply :)
11-15-2006 01:50 PM
Profile PM Web Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Latest version: 4.00.0102] HopperLive Final Released
quote:
Originally posted by Mnjul
Bother tell me your Windows version?
Windows XP Service Pack 2 (5.1.2600) (Media Center Edition)

quote:
Originally posted by Mnjul
Anyway, it should open your browser despite the message (it's just a warning, i suppose).
No link opens up [Image: xso_undecided.gif].
quote:
Originally posted by Mnjul
Would you tell me if clicking on the links in About window would launch them?
They work fine [Image: xso_rolleyes.gif].
quote:
Originally posted by Mnjul
SonicSam
You meant Felu [Image: msn_tongue.gif]?
11-15-2006 02:01 PM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
O.P. RE: [Latest version: 4.00.0102] HopperLive Final Released
I meant SonicSam, as in http://shoutbox.menthix.net/showthread.php?tid=62...d=753165#pid753165


Anyway, it's strange that the links in About window still work...the Updater probably didn't download the information (including the latest verson, download url and changelogs) properly when it checked for update.
11-15-2006 02:22 PM
Profile PM Web Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Latest version: 4.00.0102] HopperLive Final Released
quote:
Originally posted by Mnjul
Blah.

Thanks Cookie :chrongue:

--
Now SonicSam I'm waiting for your reply :)

Oh, sorry :P

:P

quote:
Originally posted by Mnjul
OK, I guess that's because...

1. Your status is Busy and you have "Show Messenger Plus! popup notifications when Busy" unchecked (in Preferences\Customize!\Evetns Notifications)

2. You have EnableMsgPlusToasts set to 0 in your preferences registry.

Anyway, if I get things right, I may find a way to correct it...(hope the oldish way used in Hopper3 still works :P)

Yes, I was 'busy' :p
11-15-2006 08:12 PM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
O.P. RE: [Latest version: 4.00.0102] HopperLive Final Released
It'll be fixed in the next release :)
11-20-2006 03:09 PM
Profile PM Web Find Quote Report
EBFL
Full Member
***

Avatar
;o

Posts: 486
Reputation: 67
31 / Male / Flag
Joined: Oct 2006
RE: [Latest version: 4.00.0102] HopperLive Final Released
quote:
Originally posted by Mnjul
It'll be fixed in the next release :)
Nice one Mnjul :D
I'm awesome

11-20-2006 03:50 PM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
O.P. RE: [Latest version: 4.00.0104] HopperLive Final Released
4.00.0104 is now released.

I'll submit it to the script database to take part in the scripting contest too. :)
11-29-2006 11:58 AM
Profile PM Web Find Quote Report
Pages: (19): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » 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