What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Combo_GetItemData help [SOLVED]

Combo_GetItemData help [SOLVED]
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Combo_GetItemData help
My experience tells me that you need to select the item first to make GetItemData return the correct value.

That is,
code:
for (var i = 0; i <= OptsWnd.Combo_GetCount("CmbStatus"); i++){
     OptsWnd.Combo_SetCurSel("CmbStatus",i);
     Debug.trace(OptsWnd.Combo_GetItemData("CmbStatus", i));
}

10-30-2006 06:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Combo_GetItemData help [SOLVED] - by pollolibredegrasa on 10-30-2006 at 05:23 PM
RE: Combo_GetItemData help - by Mnjul on 10-30-2006 at 06:13 PM
RE: Combo_GetItemData help - by pollolibredegrasa on 10-30-2006 at 06:14 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