Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello, everyone
We try to create an application that manages parameters easily. (Batch processing)
Can I create an input window when creating parameters using the Pro Toolkit?
For Web links, you could use SELECT and TEXTBOX to specify the type, name, and value of the parameter.
What are the possibilities for pro toolkits?
Currently, we use ProMessageStringRead () to give the value of the parameter.
Does the Pro Toolkit provide a dialog that you can use to build the above application?
Or do I have to configure a direct input window?
If I have to configure myself, what documentation will help me?
Any other suggestions?
thanks
Kind Regards
Solved! Go to Solution.
Yes you can create dialogs ,
In Pro/Toolkit you can create you own dialogs. Here I could refer to the documentation about the chapter 17 of the ProToolkit User guide (tkuse.pdf) User Interface: Dialogs. Important note:
From Creo 3.0 onward, a new tool, Creo UI Editor, allows you to interactively create and edit dialog boxes for Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java customizations. It provides a library of graphical user
interface components such as buttons, lists, and so on. The new framework, User Interface Foundation Classes (UIFC), provides enhanced attributes and actions for the user interface components. The UIFC framework is available in Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java. You can generate callbacks in Creo Object TOOLKIT C++ or Creo Object TOOLKIT Java. Refer to the Creo UI Editor User’s Guide, for more information.
Here a link to the UI Editor documentation:UI Editor Documentation
Yes you can create dialogs ,
In Pro/Toolkit you can create you own dialogs. Here I could refer to the documentation about the chapter 17 of the ProToolkit User guide (tkuse.pdf) User Interface: Dialogs. Important note:
From Creo 3.0 onward, a new tool, Creo UI Editor, allows you to interactively create and edit dialog boxes for Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java customizations. It provides a library of graphical user
interface components such as buttons, lists, and so on. The new framework, User Interface Foundation Classes (UIFC), provides enhanced attributes and actions for the user interface components. The UIFC framework is available in Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java. You can generate callbacks in Creo Object TOOLKIT C++ or Creo Object TOOLKIT Java. Refer to the Creo UI Editor User’s Guide, for more information.
Here a link to the UI Editor documentation:UI Editor Documentation
if i create ui in this case, musb be using c++?
can i create via pro toolkit /c ?
Thanks