I see there is a Progress bar component in Creo UI editor. 1. Is it possible to have something like a progress circle in Creo UI editor? 2. Or a custom gif that we could display to accomplish showi...
...PLOAD_DIALOG, UPLOAD_DIALOG);
}, "thread_name");
backgroundThread.setDaemon(true);
backgroundThread.start(); Is there a way to keep the UI active and display some progress using animated gif w...
Hi all, I would like to create a program that automatically starts Creo Parametric and do a set of operations. To start I created a basic program that only starts Creo and connects to Windch...
Vers. 10.0.5.0 Creo program has stopped using the config options i've had before, specifically inverted zoom shown in picture. I am unsure which is correct for the zoom option i want (Yes or no)...
I am using Creo Parametric Release 10.0 and Datecode10.0.4.0 I have written a C executable that will not run unless ucore68.dll is in my Windows path. I want to not be dependent on DLLs if possibl...
I've found instructions to toggle a custom layer that include writing two .pro configs, then referencing those in the mapkey, but those instructions are from around 2012, and I'm wondering if there i...
...sReversed() is returning true. When I ask the triangulator to create tristrips for me, they are coming back with the normals pointing inwards. Is it up to me to reverse the tristrips and normals? Cory
Hello there, I tried to run a creo batch task for two drawing file in local folder , but i got the below error . FYKI , i have a creo customized in my company which has certain drawing frame update...
Hi team, I've one doubt regarding to create a part file with extrude feature. just i need to create one simple extrude(rectangle) using Protoolkit. if anybody knows pls help...
Hey I have a code to check if there is a family table in the part. This will in Creo 5 return the name of the instance if it ends with "flat" or "flat1" But in Creo 11 I get a fata...