What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help!] Menu Troubles

Pages: (2): « First « 1 [ 2 ] Last »
[Help!] Menu Troubles
Author: Message:
fergofrog
Full Member
***

Avatar

Posts: 121
Reputation: 4
31 / Male / –
Joined: May 2006
O.P. RE: [Help!] Menu Troubles
Thnks that worked, i now see where i went wrong, thanks all for all your help!
[Image: fergofrog.png][Image: repute.gif]
07-17-2006 03:11 AM
Profile E-Mail PM Web Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
RE: [Help!] Menu Troubles
quote:
Originally posted by fergofrog
Thanks heaps that unicode thing worked! How do i get my Close button to work i have in Window.xml:
code:
            <Control xsi:type="ButtonControl" Id="BtnClose">
                <Position Left="112" Top="25" Width="50"/>
                <Caption>Close</Caption>
            </Control>


And in my script i have:
code:
function OnWndTestEvent_CtrlClicked(Wnd, ControlId)
{
        if(ControlId == "BtnClose")
                Wnd.Close(1);
}



Btw, if you want to have a Close button, you don't need any code at all. Just name the button "BtnCancel".

This post was edited on 07-17-2006 at 04:29 AM by cooldude_i06.
[Image: clb2.jpg]
07-17-2006 04:28 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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