koutilya
Marine/Ocean
- Aug 10, 2011
- 24
Hi,
I am trying to create a custom menu file in order to execute a post action after user edit's the drawing sheet. I created a menu file with the following code:
!
! Unigraphics
!
!
!
VERSION 120
EDIT UG_EDIT
MODIFY
BUTTON UG_DRAFT_DRW_MODIFY
ACTIONS/POST Z:\config\site\application\custom_tool.vb
END_OF_MODIFY
The above code is not working and the NX log file says
MB_MENU_FILE_LOAD_FAILED Startup menu file load failed for: Z:\config\site\startup\custom.men
Request your support in resolving this issue. Thanks in advance
Regards,
Koutilya
I am trying to create a custom menu file in order to execute a post action after user edit's the drawing sheet. I created a menu file with the following code:
!
! Unigraphics
!
!
!
VERSION 120
EDIT UG_EDIT
MODIFY
BUTTON UG_DRAFT_DRW_MODIFY
ACTIONS/POST Z:\config\site\application\custom_tool.vb
END_OF_MODIFY
The above code is not working and the NX log file says
MB_MENU_FILE_LOAD_FAILED Startup menu file load failed for: Z:\config\site\startup\custom.men
Request your support in resolving this issue. Thanks in advance
Regards,
Koutilya