PR# 17771 MiniToolbar error

Problem Report Summary
Submitter: manus_eiffel
Category: Other
Priority: Medium
Date: 2011/08/09
Class: Bug
Severity: Serious
Number: 17771
Release: 7.0.86946
Confidential: No
Status: Analyzed
Responsible: manus_eiffel
Environment: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1
Synopsis: MiniToolbar error

Description
I tried to have `ContextPopup->ContextPopup.MiniToolbars.MiniToolbar' in my project, but when compiling I'm getting the following error:

eiffel_ribbon_1.xml(1): error SC1053 : Element '{http://schemas.microsoft.com/windows/2009/Ribbon}MiniToolbar' cannot be empty according to the DTD/Schema.

I could not find a way to add items to the minitoolbar so is this supposed to work?
To Reproduce

										
Problem Report Interactions
From:larryl    Date:2011/08/11    Status: Analyzed    Download   
Hi, Manu,

You can PnD a `menu_group' item under `MiniToolbar', then you can PnD `button' items under `menu_group'.

When PnD, EiffelRibbon tool should have some highlights of available items in `Type Selector'...