Accessing LearningConnector
Function Introduced:
LearningConnector (LC) is a feature in Creo that allows users to access the Creo training directly from a Creo application. An event triggered in the Creo user interface notifies the LearningConnector, which displays the relevant training topics for the current activity.
The function
ProLearningconnectorNotify() notifies the
LearningConnector that an event has been triggered from a
Creo TOOLKIT application. The function also allows users to notify custom-made trainings other than the standard training provided by PTC for the specified module. The
LearningConnector displays the relevant training topics for the specified input arguments. You must read the
LearningConnector documentation before using this function. The input arguments are:
• module—This is a mandatory argument. Specifies the name of the Creo module that triggers the event.
• module_info—This is an optional argument. Specifies additional information about the Creo module that triggers the event. This additional information is used by the event-handling function of LearningConnector.
You can use the function on customized Creo TOOLKIT widgets also.