Questions tagged [scenic-ribbon]
2 questions
3
votes
2 answers
Windows 7 Ribbon: How to specify "Four buttons, two big, two small"?
When laying out a group, the Windows Ribbon Framework supports some predefined layouts. One of the layouts, which requires four buttons is called FourButtons.
This layout supports 3 different sizes, Large, Medium, and Small. In each case it gives…

Ian Boyd
- 246,734
- 253
- 869
- 1,219
1
vote
1 answer
Scenic Ribbon won't show up in Delphi Form // Has anybody an idea?
i've played a little bit with the Scenic Ribbon API (Windows Ribbon Framework). This is my result:
program RibTest;
uses
Windows,
Messages,
ActiveX,
ComObj;
{$R 'e:\ribbon\test.res'}
type
UI_VIEWTYPE = (UI_VIEWTYPE_RIBBON = 1);
…

bepe4711
- 265
- 3
- 7