Skip to main content
1-Visitor
November 30, 2017
Question

UI dialog style in Toolkit

  • November 30, 2017
  • 1 reply
  • 3474 views

Hello

 

Can anyone suggest me document related to UI dialogue style set into Toolkit? I would like to explore different option available into API ProUIDialogDialogstyleSet(). What does each option of argument ProUIDialogStyle represents?

 

Thanks in advance. Any help would be of great help.

 

Regards

Ketan

1 reply

1-Visitor
December 4, 2017

Hi @Ketan_Lalcheta

creo4_m010_tkuse.pdf ( Creo Parametric TOOLKIT User's Guide) has details on DialogStyle. Page# 329, 407.

Warm regards,

Madhavi

1-Visitor
December 4, 2017

FYI:

The following are the dialog style
types supported by Creo
Parametric TOOLKIT :
1. Modal type with respect to its
parent Dialog =
PROUIDIALOGSTYLE_
PARENT_MODAL; This should be
the value for all dialogs except
those involving progress bars.
2. A transient dialog type is used
only to display some state
information, usually referring to
the progress of some kind of
lengthy operation =
PROUIDIALOGSTYLE_
WORKING; This should be the
value for dialogs with progress
bars.
Other dialog style values are not
currently supported for Creo
Parametric TOOLKIT dialogs.

1-Visitor
December 5, 2017

Thank you so much. It helped. Actually I thought changing ui dialog style will allow me to activate "Datum Display Filters" even though dialog is active.

 

Any idea on how to achieve the same?

 

Thanks and Regards

Ketan