Home › Forums › General XMetaL Discussion › On_Default_CommandBars_Complete confusions › Reply To: On_Default_CommandBars_Complete confusions
Reply to: On_Default_CommandBars_Complete confusions
April 19, 2010 at 8:12 pmThe documentation should state something to the effect that calling any API that displays a dialog should not be done inside On_Default_CommandBars_Complete. You should also not open a document during this event, so do not use Documents.Open or other similar APIs.
This event is really generally only meant for making changes to “Command Bars” (ie: menus and toolbars).
I'll raise this with our documentation people.