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

We are working to address an issue with subscription email notifications. In the meantime, be sure to check your favorite boards for new topics.

Toolkit outside invoke/Qt for UI

CD_9613950
4-Participant

Toolkit outside invoke/Qt for UI

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.

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions


@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

View solution in original post

3 REPLIES 3
RPN
17-Peridot
17-Peridot
(To:CD_9613950)

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.

Top Tags