srinivasanchelliah
Computer
- Jan 18, 2007
- 8
Hello friends,
I am new to UG NX3 PostBuilder. I want a messageBox which will open when the user run the post processor from NX3. For that I made a new custom command and my simple program is
set answer [tk_messageBox -message "Really quit?" -type yesno -icon question]
switch -- $answer {
yes exit
no exit
}
This program works well inside the PostBuilder. But when making NC data from the UG application, some error message will be displayed. The error message is
Received an errror 1770002
Filename: D:\ugnx30\sandbox\src\camsmom\no\ind\mom_tcl_definitions.c line numver:492
Error message: Error received in do_event. Event Handler: < My post file path, Event name:
I dont know How to rectify the error. Is the answer ( set command ) variable must be declared ? In which place the declaration can be made ?
This is my first try. But really i want to get some numeric data which will be output to the NC Data file. If anybody knows, please help me.
Please reply me briefly.
Thank you in advance.
Kindest Regards,
Srinivasan.C
Japan
I am new to UG NX3 PostBuilder. I want a messageBox which will open when the user run the post processor from NX3. For that I made a new custom command and my simple program is
set answer [tk_messageBox -message "Really quit?" -type yesno -icon question]
switch -- $answer {
yes exit
no exit
}
This program works well inside the PostBuilder. But when making NC data from the UG application, some error message will be displayed. The error message is
Received an errror 1770002
Filename: D:\ugnx30\sandbox\src\camsmom\no\ind\mom_tcl_definitions.c line numver:492
Error message: Error received in do_event. Event Handler: < My post file path, Event name:
I dont know How to rectify the error. Is the answer ( set command ) variable must be declared ? In which place the declaration can be made ?
This is my first try. But really i want to get some numeric data which will be output to the NC Data file. If anybody knows, please help me.
Please reply me briefly.
Thank you in advance.
Kindest Regards,
Srinivasan.C
Japan