What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Help with small XML reader
Tried everything suggested, the script seems to just ignore my function calls =/ Here is my entire code: [code=js] function OnEvent_Initialize(MessengerStart) { } function OnEvent_Uninitialize(MessengerExit) { } function OnEvent_MenuClicked (MenuItem...
chrisctxScripting05-26-2010 at 01:10 AM
RE: Help with small XML reader
Just did a quick read of XPath and it seems quite simple, but I'll stick to the selectSingleNode for now. I'm currently testing the script but I think that I'm failing to load the actual tasks.xml file (its located inside my script folder) [code] ...
chrisctxScripting05-25-2010 at 06:07 PM
RE: Help with small XML reader
Hmm, seems far simpler that way... So my script should go something like this: [code] var Tasks = XML.selectNodes('/Tasks/Task'); for (i=0; i<Tasks.length; i ++) { Manage.LstView_AddItem("ListViewName", Tasks[i].methodtogetvalueofname, IntId++)...
chrisctxScripting05-25-2010 at 03:39 PM
Help with small XML reader
I have no experience with Jscript so I'm struggling quite a bit, and would love some help Basically I'm making a window with 3 listviews (I would love for it to be one with three columns, but I just cant get it to work), they display different elem...
chrisctxScripting05-25-2010 at 05:36 AM
[Hide Excerpts]