MenuScript error
MenuScript error
(OP)
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





RE: MenuScript error
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: MenuScript error
If it is not UG_EDIT can you please tell me which menubar i need to use for editing the drawing sheet.
Thanks in advance
RE: MenuScript error
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: MenuScript error