speakers_86
Registered User.
- Local time
- Today, 14:17
- Joined
- May 17, 2007
- Messages
- 1,919
Attached is a ribbon builder. It easily creates new ribbons from scratch, or takes something you made and imports it to a gui for easy editing. It also has a treeview to make it easy to navigate your xml.
This is version 0.1. Future updates will likely only be seen in Aphrodite.
A few notes.
The ribbons are not stored in USysRibbons. You can change that, or load the ribbons via code. The ribbon's 'friendlyName' is a remnant of Aphrodite. It is irrelevant, unless you want to select the main Access ribbon from a form.
This is not 100% correct, because it is only v0.1 I wouldn't want to spend the time making it 100% anyway because Access itself is subject to change.
This is not 100% automated, but I have no intention of making it like that. Part of what this should do is help people new to xml understand how to write it.
Feel free to message me with bug reports.
Required references:
Microsoft XML
Microsoft Windows Common Controls
This is version 0.1. Future updates will likely only be seen in Aphrodite.
A few notes.
The ribbons are not stored in USysRibbons. You can change that, or load the ribbons via code. The ribbon's 'friendlyName' is a remnant of Aphrodite. It is irrelevant, unless you want to select the main Access ribbon from a form.
This is not 100% correct, because it is only v0.1 I wouldn't want to spend the time making it 100% anyway because Access itself is subject to change.
This is not 100% automated, but I have no intention of making it like that. Part of what this should do is help people new to xml understand how to write it.
Feel free to message me with bug reports.
Required references:
Microsoft XML
Microsoft Windows Common Controls
Attachments
Last edited: