About the Creo UI Editor
The Creo UI Editor allows developers to create dialog boxes for Toolkit applications that can then be loaded into a Creo session. It provides a library of graphical user interface components such as buttons, lists, and so on.
The Creo UI Editor in conjunction with the User Interface Foundation Classes (UIFC) provides a framework for creating, displaying and managing additions to the Creo user interface. The UIFC framework available with Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java provides enhanced attributes and actions for the user interface components.
Custom dialog boxes created using the Creo UI Editor must be saved as resource files. The resource files are used to integrate the custom dialog boxes with Creo Object TOOLKIT C++ or Creo Object TOOLKIT Java applications using callback code.
To learn more about the Creo UI Editor, refer to the following guides:
User’s Guide
Location
Creo UI Editor C++ User’s Guide
<creo_loadpoint>\Common Files\applications\creouieditor\otk_cpp_doc\creo_uifc_ug.pdf
Creo UI Editor Java User’s Guide
<creo_loadpoint>\Common Files\applications\creouieditor\otk_java_doc\creo_uifc_java_ug.pdf
Was this helpful?