Visual Programming User Guide : Advanced Visual Programming : Adding messages : Displaying messages : Adding the pool dictionary to the class definition
Adding the pool dictionary to the class definition
Before you can access a message, you must modify the class definition of the part where you want to display the message. Use the Script Editor to modify the class definition to include the pool dictionary that evaluating scripts in the NLS Workspace - Indexed Messages window created for you:
Application subclass: #AddressApplication
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: 'AddressMsgs'
The name of the pool dictionary is the value that you specified for a message group in the NLS Workspace - Indexed Messages window.
Last modified date: 01/29/2015