Skip to main content
4-Participant
October 16, 2023
Solved

Toolkit outside invoke/Qt for UI

  • October 16, 2023
  • 2 replies
  • 1827 views

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.

 

 

 

Best answer by YaroslavSin

@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

2 replies

18-Opal
October 16, 2023

Create an asynchronous app for Creo and call

 

QApplication::processEvents();

in your event loop.  

17-Peridot
October 18, 2023

@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

4-Participant
October 20, 2023

Thanks, it's a useful project. I'm also doing some works for Creo Automation.