BTW, is that possible to rename the existing caption of ESRI ArcMap GUID into my own custom name?e.g. I want to rename the "Open" caption into "Open Company Project MXD"<Toolbar id="Steve" caption="Steve" showInitially="true"><Items><!--File_Open Command; refID can be GUID"--><Button refID=" {119591DB-0255-11D2-8D20-080009EE4E51}" subtype="2" /></Items></Toolbar></Toolbars>
Hi. Adding the subtype attribute manually to the xml should make this work. Note, the subtype attribute is missing from the schema at 10.0 but it is honored, I'll see about getting this fixed in sp2. <Toolbar id="Steve" caption="Steve" showInitially="true"> <Items> <Button refID="esriArcMapUI.ClearSelectionCommand" /> <Button refID="esriArcMapUI.SelectAllCommand" /> <!--File_AddData Command; refID can be GUID"--> <Button refID="{E1F29C6B-4E6B-11D2-AE2C-080009EC732A}" subtype="1" /> <!--Edit_Undo Command; refID can be GUID"--> <Button refID="{FBF8C3FB-0480-11D2-8D21-080009EE4E51}" subtype="1" /> <!--Edit_Redo Command; refID can be GUID"--> <Button refID="{FBF8C3FB-0480-11D2-8D21-080009EE4E51}" subtype="1" /> <!--File_Save Command; refID can be GUID"--> <Button refID="{119591DB-0255-11D2-8D20-080009EE4E51}" subtype="1" /> </Items> </Toolbar> </Toolbars>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.