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

Pages: (2): « First « 1 [ 2 ] Last »
ocx in dialogs?
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: ocx in dialogs?
quote:
Originally posted by deAd
It tells me the object doesn't exist :/, tried that a while ago...

thats because of the crappy jscript parser parses all functions first so you have to wrap it

code:
var comObject = //com here
var runme = function(){
   function ComObject::Event() {

   }
}
runme();

[Image: dt2.0v2.png]      Happy Birthday, WDZ
06-30-2006 02:33 AM
Profile PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: ocx in dialogs?
Still..."Error: 'ComObject' is null or not an object."

I'm sure its declared though. It uses "new ActiveXObject(...)" to create it, is that ok?
06-30-2006 01:44 PM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: ocx in dialogs?
quote:
Originally posted by deAd
Still..."Error: 'ComObject' is null or not an object."

I'm sure its declared though. It uses "new ActiveXObject(...)" to create it, is that ok?
paste that section of code
[Image: dt2.0v2.png]      Happy Birthday, WDZ
06-30-2006 02:13 PM
Profile PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: ocx in dialogs?
Wait nevermind, had put something in the wrong place :P
06-30-2006 04:11 PM
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