What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » General Help with Interfaces

General Help with Interfaces
Author: Message:
Crazed
New Member
*

Avatar

Posts: 12
33 / Male / Flag
Joined: Nov 2007
O.P. RE: General Help with Interfaces
Thanks for the quick reply! Believe it or not, that's precisely what I'm doing right now to test this method. This is the code I'm using:
code:
function OpenNewProfileWindow() {
    var Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "ProfileChooser");
    Wnd.Combo_SetCurSel("ChooseProfile", Wnd.Combo_AddItem("ChooseProfile", "Dungeons and Dragons 3.5"));
    var item =Wnd.LstView_AddItem("ListViewer", "Test");
    Wnd.LstView_SetItemText("ListViewer", item, 0, "Test 1");
    Wnd.LstView_SetItemText("ListViewer", item, 1, "Test 2");
    Wnd.LstView_SetItemText("ListViewer", item, 2, "Test 3");
}

That quick and dirty code isn't made for release, but I'm just doing it to see how the controls work. That does work as intended, except for one thing: I can't get the fields to be editable. I've attached the interface I've made.

Here's a picture for reference of what it looks like right now.
[Image: plus-dialog1.jpg]

I can't edit or select any of the columns except for the first one, and even that doesn't always work. The user needs to be able to edit the last two columns.


If you could tell me how to do that, I would be very grateful. At least I'm thinking in the right direction so far, I think. :)

.zip File Attachment: InterfaceTest.zip (966 bytes)
This file has been downloaded 273 time(s).

This post was edited on 11-30-2007 at 07:53 PM by Crazed.
11-30-2007 07:50 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
General Help with Interfaces - by Crazed on 11-30-2007 at 06:27 AM
RE: General Help with Interfaces - by Toneo on 11-30-2007 at 07:30 PM
RE: General Help with Interfaces - by Crazed on 11-30-2007 at 07:50 PM
RE: General Help with Interfaces - by Toneo on 11-30-2007 at 07:54 PM
RE: General Help with Interfaces - by Crazed on 11-30-2007 at 08:23 PM
RE: General Help with Interfaces - by Toneo on 11-30-2007 at 08:41 PM
RE: General Help with Interfaces - by Crazed on 12-01-2007 at 01:58 AM
RE: General Help with Interfaces - by Toneo on 12-01-2007 at 07:46 AM
RE: General Help with Interfaces - by Matti on 12-01-2007 at 09:09 AM
RE: General Help with Interfaces - by Toneo on 12-01-2007 at 09:40 AM
RE: General Help with Interfaces - by CookieRevised on 12-01-2007 at 02:11 PM
RE: General Help with Interfaces - by vikke on 12-01-2007 at 02:38 PM
RE: General Help with Interfaces - by Crazed on 12-01-2007 at 06:11 PM
RE: General Help with Interfaces - by Toneo on 12-03-2007 at 04:17 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