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

[?] Submenus
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: [?] Submenus
And in addition to this, keep in mind that you can nest submenu's as far as you want, ie:
code:
<ScriptMenu>
  <MenuEntry Id="foo">Normal menu entry</MenuEntry>
    <SubMenu Label="SubMenu name here">
      <SubMenu Label="SubMenu2">
        <SubMenu Label="SubMenu3">
          <SubMenu Label="SubMenu4">
            <SubMenu Label="SubMenu5">
              <MenuEntry Id="bar">SubMenu entry</MenuEntry>
            </SubMenu>
          </SubMenu>
        </SubMenu>
      </SubMenu>
  </SubMenu>
</ScriptMenu>


Is a valid menu ;-)
12-02-2006 11:10 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Submenus - by Spunky on 12-02-2006 at 04:35 PM
RE: [?] Submenus - by Menthix on 12-02-2006 at 04:51 PM
RE: [?] Submenus - by Spunky on 12-02-2006 at 04:52 PM
RE: [?] Submenus - by Eljay on 12-02-2006 at 04:54 PM
RE: [?] Submenus - by J-Thread on 12-02-2006 at 11:10 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