What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] LstView_SetItemText not working

[?] LstView_SetItemText not working
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [?] LstView_SetItemText not working
LstView_AddItem returns the index of the added item. Use it!!!
code:
var Index = nick.LstView_AddItem(...);
nick.LstView_SetItemText(..., Index, ..., ...);
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

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

Messages In This Thread
[?] LstView_SetItemText not working - by Spunky on 09-19-2007 at 07:27 PM
RE: [?] LstView_SetItemText not working - by markee on 09-20-2007 at 12:29 AM
RE: [?] LstView_SetItemText not working - by Spunky on 09-20-2007 at 12:35 AM
RE: [?] LstView_SetItemText not working - by markee on 09-20-2007 at 11:47 AM
RE: [?] LstView_SetItemText not working - by Matti on 09-20-2007 at 04:10 PM
RE: [?] LstView_SetItemText not working - by Spunky on 09-20-2007 at 04:42 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