cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Help me create a dialog to define the parameters

CHASEONHO
18-Opal

Help me create a dialog to define the parameters

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

2018-05-04_11-18-16.png

Here a link to the UI Editor documentation:UI Editor Documentation

and Toolkit User Guide

 

View solution in original post

2 REPLIES 2

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.

2018-05-04_11-18-16.png

Here a link to the UI Editor documentation:UI Editor Documentation

and Toolkit User Guide

 

@RolandRaytchev

if i create ui in this case, musb be using c++?

can i create via pro toolkit /c ?

 

Thanks

Top Tags