Learn CREO-JOURNALS with Real Code Examples
Updated Nov 27, 2025
Code Sample Descriptions
1
Simple Journal Recording
!UI Command ProCmdModelOpenExe
!Command ProCmdModelOpenExe was pushed from the software.
< 0 0.123456789 >
~ Activate `file_open_dlg` `OpenPushButton`
!Command ProCmdWinActivate was pushed from the software.
A sample Creo journal file snippet showing recorded UI actions.
2
Replay Journal File
!Journal file replay
!Open part model
!Execute predefined commands
< 0 1.23456789 >
~ Command `ProCmdModelOpenExe`
~ Select `model_tree` `node0`
~ Activate `main_dlg_cur` `ActivatePushButton`
Example showing a replay command for a recorded journal file in Creo.