Tagged Questions
The scenic-ribbon tag has no wiki summary.
2
votes
2answers
348 views
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, ...
1
vote
1answer
345 views
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
...