What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » No Function calls for child windows being made on debug window

No Function calls for child windows being made on debug window
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: No Function calls for child windows being made on debug window
You should use the window ID, not the variable name:

code:
function OnWndimageEdit.BackgroundEvent_CtrlClicked
function OnWndimageEdit.BackgroundEvent_EditTextChanged

However I doubt this will work, as JScript uses the dot for objects and properties (e.g. Debug.Trace). Therefore I highly recommend you to remove the dot in the name to assure the correct working of your script. ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
12-09-2007 07:12 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
No Function calls for child windows being made on debug window - by MeEtc on 12-09-2007 at 06:49 PM
RE: No Function calls for child windows being made on debug window - by Matti on 12-09-2007 at 07:12 PM
RE: No Function calls for child windows being made on debug window - by MeEtc on 12-09-2007 at 07:15 PM
RE: RE: No Function calls for child windows being made on debug window - by pollolibredegrasa on 12-09-2007 at 07:24 PM
RE: No Function calls for child windows being made on debug window - by Matti on 12-09-2007 at 07:25 PM


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