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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Mapkey delayed in the application

leonee
1-Newbie

Mapkey delayed in the application

Is there a way to asychroniz the ProMacroLoad inside an auxiliary application? When I tried to call a ProMacroLoad(), it always started after the application was done.

Any idea?

Thanks,

Leon
2 REPLIES 2

Leon,
Read the API Wizard under User's Guide->Menus->Entering Pro/ENGINEER
Commands. This section explains the behavior of macros. In short:

In asynchronous mode, macros are executed as soon as they are loaded
with ProMacroLoad().

Patrick Williams
Application Engineer
Steelcase Inc.

See ProMacroExecute(). It has some constraints but it returns to the
auxiliary application.

Bob

--
Robert A. Monat
Jerand Technical Services, Inc.
http://www.jerand.com
Phone: 317-875-6087 FAX: 317-875-6612 Tollfree(US)888-4JERAND


zge@brt-solutions.com wrote:

>Is there a way to asychroniz the ProMacroLoad inside an auxiliary application? When I tried to call a ProMacroLoad(), it always started after the application was done.
>
>Any idea?
>
>Thanks,
>
>Leon
>
>---
>
>You are currently subscribed to toolkits.
>To unsubscribe send a blank e-mail to -.
>
>For assistance, email us at - or find other contacts at www.ptcuser.org/org/contacts.html.
>
>PTC/USER and the PTC/USER logo are registered trademarks of PTC/USER, Inc.
>Pro/ENGINEER is a registered trademark of PTC.
>
>Message authors are solely responsible for the content of their posts.
>
>
>
Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags