On Thu 21-Jul-05 11:07am -0500, Marek Mikus wrote:

> Thursday, July 21, 2005, Bill McCarthy wrote:
>
>> I still have a hole in the Specials menu item.  The hole is
>> where Watch Replies should be.
>
>> I suspect everyone is not seeing this, but is anybody else
>> seeing it?
>
> this is a problem in tbuser.def, You can delete it (but then You loose
> changes in menus/toolbars/shortcuts) or edit it:
>
> find row "container item [MailerForm].[mWatchRepliesIn]" and change it
> to "container item [MsgCtl].[mWatchRepliesIn]".

I actually have three sections containing (regex in quotes):
    "^    container.*mWatchRepliesIn]$"

They look like this:

    property layout [MsgLView_MainMenu] type crc32("menubar")
    {
      container item [MsgCtl].[mMessage]
      {
    +--- 95 lines
        container item [MsgCtl].[mWatchRepliesIn]
        {
          item [MsgCtl].[mWatchRepliesInItems]
          item [MsgCtl].[mWatchRepliesInTheNewFolder]
        }
    +--- 10 lines
      }
    +--- 104 lines
    }


    property layout [MainForm_MainMenu] type crc32("menubar")
    {
    +--- 70 lines
      container item [MailerForm].[mSpecials]
      {
    +--- 29 lines
        container item [MailerForm].[mWatchRepliesIn]
        {
          item [MsgCtl].[mWatchRepliesInTheNewFolder]
          <hr>
          item [MsgCtl].[mWatchRepliesInItems]
        }
    +--- 13 lines
      }
    +--- 200 lines
    }


    property layout [MainForm_MLVPopup] type crc32("popupmenu")
    {
    +--- 46 lines
      container item [MsgCtl].[mpSpecials]
      {
    +--- 33 lines
        container item [MsgCtl].[mWatchRepliesIn]
        {
          item [MsgCtl].[mWatchRepliesInTheNewFolder]
          <hr>
          item [MsgCtl].[mWatchRepliesInItems]
        }
      }
    +--- 42 lines
    }

Only the middle one had the form you recommended to change.
I changed it and the hole is gone.

Thanks, Marek!

-- 
Best regards,
Bill
TB! :beta: 3.51.7 Pro  BayesIt! 0.8.1  X-Ray 1.4.0.0  XP Pro SP2  POP3



________________________________________________________
 Current beta is 3.51.7 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Reply via email to