DCSIMG
Ribbon Explorer - class Alon : public CPP, public Architecture

class Alon : public CPP, public Architecture

The smart virtual home of Alon Fliess

Syndication

Browse by Tags

All Tags » Ribbon Explorer (RSS)
More Windows Ribbon Tools & Resources
As the co-author of the “ Introducing Windows® 7 for Developers ” book  I wrote the two chapters about the new Windows Ribbon Framework. The first Ribbon chapter deals with the Ribbon markup language and the second chapter deals with the code behind. To let the reader the ability to understand and play with the markup language before reading the code behind chapter, I have created an open source project named RibbonExpolorer . The Ribbon team from Microsoft has also created such a tool named...

Posted by Alon Fliess | 3 comment(s)

Ribbon Explorer 1.1 has just been released
Windows 7 introduces a new Windows Ribbon framework, a framework that enables creating of a modern rich user interface and user experience based on the Office 2007 fluent UI concepts. The Windows Ribbon framework adopted the Model-View-Controller pattern. The UI is written using XAML like language, the controller is a COM based code and the Model is your business logic.  To enable developing the Ribbon markup we have created the Ribbon Explorer program.  These are the feature of Ribbon...

Posted by Alon Fliess | 3 comment(s)

Changes to the Ribbon in The Windows 7 RTM
In these days I am finishing writing the second chapter of two in a book about Windows 7 Developmen t. I have joined the other authors of the book to assist and I am writing about developing the Windows Ribbon . The first chapter deals with the XAML language of the native Ribbon, while the second chapter deals with the code behind. The first chapter is already went to the editor. About couple of days ago, I have got a mail from the editor that says that other writers found some differences between...

Posted by Alon Fliess | with no comments

Windows 7 Ribbon Explorer
We have released the Beta 1.0 of Ribbon Explorer , A win7 application which takes a ribbon markup (XML) and shows the resulting ribbon. The application compiles the Ribbon XML, (UICC.exe, RC.exe Link.exe). loads it and instantiate a window with the resulting Ribbon. The application controls the Ribbon and shows the Ribbon events. Features: Read a Ribbon markup file which its full path is provided in the first argument of the command line. Enable editing of the supply XML file, or a new XML file Show...

Posted by Alon Fliess | 9 comment(s)