What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [HELP] Get/set item text

[HELP] Get/set item text
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. [HELP] Get/set item text
Hi,

I have a(nother) question:

"PlusWndObject.LstView_SetItemText" and "PlusWndObject.LstView_SetItemText" don't work..

Code 1 (SET):

code:
for(i = 1; i <= LastNotif; i++) {
D = XmlParser.selectSingleNode("//Notification" + i);
NotificationNames[i] = D.getAttribute("Value");
WndNotifs.LstView_AddItem("LstVNotifs",NotificationNames[i]);
NotificationPages[i] = Script.MainUrl + D.getAttribute("Page");
WndNotifs.LstView_SetItemText("LstVNotifs",i,2,NotificationPages[i]);
}


Code 2 (GET):

code:
nPage = WndNotifs.LstView_GetItemText("LstVNotifs",ItemIdx,2);


"get" returns nothing.. Set does nothing either..

Could anybody please help me?

This post was edited on 05-14-2008 at 05:20 PM by SmokingCookie.
05-14-2008 05:19 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP] Get/set item text - by SmokingCookie on 05-14-2008 at 05:19 PM
RE: [HELP] Get/set item text - by mynetx on 05-14-2008 at 05:29 PM
RE: [HELP] Get/set item text - by SmokingCookie on 05-14-2008 at 05:36 PM
RE: [HELP] Get/set item text - by mynetx on 05-14-2008 at 05:42 PM
RE: [HELP] Get/set item text - by SmokingCookie on 05-14-2008 at 05:46 PM
RE: [HELP] Get/set item text - by CookieRevised on 05-14-2008 at 05:53 PM
RE: [HELP] Get/set item text - by SmokingCookie on 05-14-2008 at 05:58 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