Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I really could use some help creating a simple listener or program or something similar, that when in drawing mode, it would run a mapkey when the user prints or maybe when they save.
I just dont know where to begin.
Thank you
It looks like altering Creo fucntionality (Save/Print) and so I think that is prohibited.
But you can
1. have your own command which will execute the Mapkey and then Save/Print the model.
2. update the menu in have your command instead of Save/Print.
May be API ProNotificationSet() would help you.
sounds like something I would be interested in.
I am fluent with relations in creo but I would need to be walked through creating and running that program. maybe in VBA?
also check out this older thread that I started. It's the same issue but still never resolved. https://community.ptc.com/t5/Creo-Modeling-Questions/Repeat-region-summation/td-p/362172
What I am thinking is if I can just have some little program running in the background that runs a mapkey ( I have already created one) just before or just after the user prints/saves.
How do you set up autoit to only look at the trail file while the print is active?