Eric Faller and Savraj Dhanjal - Ribbon Extensibility in Office 2007
- Posted: Jun 26, 2006 at 11:04 AM
- 23,886 Views
- 8 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Scoble sits down with a few of the members of the Office 2007 Extensibility team: Eric Faller and Savraj Dhanjal. Their technology allows developers to build new types of apps on top of Office 2007. Get the details here (as always
)
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
I made a couple of mistakes in the demos. Here are explanations:

1. When I was saving the Word document after modifying the XML file, Winzip was saving the file without subdirectory information, so it didn't actually update the file I edited (that's the error message it was popping up which I kept closing). If Winzip had actually saved the file correctly, it would have worked.
2. When I recorded the macro and attached it to a toolbar, I recorded the macro into Normal.dot, but attached the toolbar to the current document. When I moved it to the other computer and clicked the button there, it was finding and running another "Macro1" on the Normal.dotm on that computer, which I had created while practicing the demo. So the fact that the button appears to do something different on the other computer is technically correct
Weird, it's happening here too. I'll try to get that fixed.
EDIT: This appears to be more complicated than originally thought. No fix in sight for the next few hours. Sorry for the inconvenience.
C
Be sure to check out
The MSDN Ribbon Extensibility site:
http://msdn.microsoft.com/office/tool/ribbon/
- links to blogs, screencasts, documentation
The CustomUI Editor tool:
http://openxmldeveloper.org/articles/CustomUIeditor.aspx
enjoy!
-s
C
From what I understand after watching this if I want to dynamically customize the toolbar from code I have to pass XML?
XML is good for somethings but this is bad.... I want to be able to work directly with objects from code, not have to construct some bizarre XML string just to add a button to the toolbar!
Remove this comment
Remove this thread
close