Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
What is the purpose of the MessageFile in the Designate method? And why when I change the xrstring Label in the OTKInstallTest Application, it throws me the pfcXToolkitMsgNotFound exception?
Solved! Go to Solution.
mwang-2 wrote:
What is the purpose of the MessageFile in the Designate method?
Message files allow you to write one OTK application for end-users who speak multiple languages. If you use them effectively, you should be able to send the same DLL to customers who speak a different language simply by creating a new variation of your message file. If you and your end-users all speak the same language, then message files have far less value to you. .
And why when I change the xrstring Label in the OTKInstallTest Application, it throws me the pfcXToolkitMsgNotFound exception?
My guess is that you changed to value to something that isn't an identifier in your message file. If your tool worked, and you wanted to change the UI label, then you should change the displayed value in the message file.
The OTK User Guide has a section called The Text Message File that explains this. For Creo 3.0 M070, that section begins on p. 70 of the user guide PDF file.
|+| M a r k |+|
mwang-2 wrote:
What is the purpose of the MessageFile in the Designate method?
Message files allow you to write one OTK application for end-users who speak multiple languages. If you use them effectively, you should be able to send the same DLL to customers who speak a different language simply by creating a new variation of your message file. If you and your end-users all speak the same language, then message files have far less value to you. .
And why when I change the xrstring Label in the OTKInstallTest Application, it throws me the pfcXToolkitMsgNotFound exception?
My guess is that you changed to value to something that isn't an identifier in your message file. If your tool worked, and you wanted to change the UI label, then you should change the displayed value in the message file.
The OTK User Guide has a section called The Text Message File that explains this. For Creo 3.0 M070, that section begins on p. 70 of the user guide PDF file.
|+| M a r k |+|