Creo Toolkit - Keep the UI Dialog Open
How to keep the Creo Toolkit UI Dialog at Open state until the user manually closes it.
At present my dialog disappears automatically when I am opening other dialog operations
How to keep the Creo Toolkit UI Dialog at Open state until the user manually closes it.
At present my dialog disappears automatically when I am opening other dialog operations
Use the modeless thing
After your ProUIDialogActivate() Just remove the ProUIDialogDestroy command.
You need to do it on the side where you do the Exit ... .
So a modeless Dialog works not the same way as a std. dialog.
Parent_Modal blocks the parent dialog.
Modeless don't block it. So use it. 🙂
Br,
Eike
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.