What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Using XML DOM "childNodes" property...

[?] Using XML DOM "childNodes" property...
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [?] Using XML DOM "childNodes" property...
Are you sure the window actually has a "Controls" node? It seems to work fine here...

As for how to loop through them, you simply create an Enumerator like you have already done for the Windows.

JScript code:
var ControlEnum = new Enumerator(node.childNodes);
for(; !ControlEnum.atEnd(); ControlEnum.moveNext()) {
    ...
}

07-25-2010 02:50 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Using XML DOM "childNodes" property... - by whiz on 07-25-2010 at 11:37 AM
RE: [?] Using XML DOM "childNodes" property... - by foaly on 07-25-2010 at 11:44 AM
RE: [?] Using XML DOM "childNodes" property... - by whiz on 07-25-2010 at 12:11 PM
RE: [?] Using XML DOM "childNodes" property... - by Eljay on 07-25-2010 at 02:50 PM
RE: [?] Using XML DOM "childNodes" property... - by whiz on 07-25-2010 at 03:06 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