On Saturday 02 August 2008 09:41:12 pm Nate Lowrie wrote:
> On Sat, Aug 2, 2008 at 7:57 PM, Nate Lowrie <[EMAIL PROTECTED]> wrote:
> > I have the following menu entry that produces the menu in this picture
> > http://img.photobucket.com/albums/v663/Solodex/Dabo/menunormal.png
> >
> >        <MenuPanel Caption="Document" HelpText="" MRU="False">
> >                <MenuItemPanel HotKey="Alt+Shift+E" Picture=""
> > HelpText="Toggle EOL Characters" Action="form.onToggleEolCharacters"
> > Caption="EOL
> > Characters" MenuType="check"></MenuItemPanel>
> >                <MenuItemPanel HotKey="Alt+Shift+S" Picture=""
> > HelpText="Toggle White Space Characters"
> > Action="form.onToggleWhitespaceCharacters" Caption="Whitespace
> > Characters" MenuType="check"></MenuItemPanel> <MenuItemPanel
> > HotKey="Alt+Shift+W" Picture="" HelpText="Toggle Word Wrap"
> > Action="form.onToggleWordWrap" Caption="Word Wrap"
> > MenuType="check"></MenuItemPanel>
> >                <SeparatorPanel></SeparatorPanel>
> >                <MenuItemPanel HotKey="Alt+Shift+C" Picture=""
> > HelpText="Toggle Code Folding" Action="form.onToggleCodeFolding"
> > Caption="Code Folding" MenuType="check"></MenuItemPanel>
> >        </MenuPanel>
> >
> > I change the menu entry to the following and I get this picture
> > http://img.photobucket.com/albums/v663/Solodex/Dabo/menumessedup.png
> >
> >        <MenuPanel Caption="Document" HelpText="" MRU="False">
> >                <MenuItemPanel HotKey="Alt+Shift+E" Picture=""
> > HelpText="Toggle EOL Characters" Action="form.onToggleEolCharacters"
> > Caption="EOL
> > Characters" MenuType="check"></MenuItemPanel>
> >                <MenuItemPanel HotKey="Alt+Shift+S" Picture=""
> > HelpText="Toggle White Space Characters"
> > Action="form.onToggleWhitespaceCharacters" Caption="Whitespace
> > Characters" MenuType="check"></MenuItemPanel> <MenuItemPanel
> > HotKey="Alt+Shift+W" Picture="" HelpText="Toggle Word Wrap"
> > Action="form.onToggleWordWrap" Caption="Word Wrap"
> > MenuType="check"></MenuItemPanel>
> >                <SeparatorPanel></SeparatorPanel>
> >                <MenuItemPanel HotKey="Alt+Shift+C" Picture=""
> > HelpText="Toggle Code Folding" Action="form.onToggleCodeFolding"
> > Caption="Code Folding" MenuType="check"></MenuItemPanel>
>
> *** Added these two normal menu items ***
>
> >                <MenuItemPanel HotKey="Ctrl+I" Picture="" HelpText="Expand
> > All Code Folding" Action="form.onExpandAllCodeFolding" Caption="Expand
> > All"></MenuItemPanel>
> >                <MenuItemPanel HotKey="Ctrl+Shift+I" Picture=""
> > HelpText="Collapse All Code Folding"
> > Action="form.onCollapseAllCodeFolding"
> > Caption="Collapse All"></MenuItemPanel>
>
> ***
>
> >        </MenuPanel>

This is kind off the wall but how about adding a picture to the last two 
items.  If it works then you know it's because the menu require all items to 
have pictures after adding a "check" item.



-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to