I have been setting up a corporate workspace for MS & ORD and really like how CONNECT will copy the various seed files either upon startup, or when necessary (such as customizing the ribbon for the dgnlib). However, I am not seeing this behavior for the button menus. I have verified the seed var is correct and if I make changes to the commands/assignments, they are saved. I don't know where they are being saved because the user button menu is not copied down.
Is this a bug, or am I just doing something wrong?
By the way, this is Update 9.
TIA,
Mike
The two variables you should take a look at are MS_BUTTONMENUSEED and MS_BUTONMENU.
MS_BUTTONMENUSEED is only used if no menu file is found as defined by MS_BUTTONMENU. You may have to delete the file pointed to by MS_BUTTONMENU for the seed file to be used.
You can find an explanation regarding the variables in the following article:
https://communities.bentley.com/products/microstation/w/microstation__wiki/24873/microstation-connect-edition-configuration-variables
Answer Verified By: Marc Thomas
Yes. Those are the two. They are defined and verified. I understand the seed is used when the user doesn't modify them, but once the user does modify, the seed file isn't being used to create the new one. I saw this behavior in the personal dgnlib, but found a typo that was causing the issue. This prompted me to verify the two for the button menus.
Mike, I am talking about the .btnmnu file.