Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Can I use Qt to customizate Creo parametric UI, or can I use some outside pragrams to invoke toolkit api to controll creo (spawn is too slow).
I don't think it is a good idea to use MFC dialog in today's developing. It's a bit outdated and hard to build complex page or platform.
Can I create a simple embedded http server in Creo, maybe I can send http request to remote control?
Hope your suggestion.
Solved! Go to Solution.
@CD_9613950 wrote:
Can I create a simple embedded http server in Creo, maybe I can send http request to remote control?
Take a look at Creoson.
For web ui - weblink
Create an asynchronous app for Creo and call
QApplication::processEvents();
in your event loop.
@CD_9613950 wrote:
Can I create a simple embedded http server in Creo, maybe I can send http request to remote control?
Take a look at Creoson.
For web ui - weblink
Thanks, it's a useful project. I'm also doing some works for Creo Automation.