04-06-2021, 06:37 PM
Hi Thomas,
For some reason, TKinter's main loop blocks RoboDK's main loop when you embed the window. I recommend you to not embed the TKInter window to avoid these issues.
If you want to create native UI looking windows I would recommend you to look at RoboDK Plugin Interface:
//m.sinclairbody.com/doc/en/PlugIns/index.html
Albert
For some reason, TKinter's main loop blocks RoboDK's main loop when you embed the window. I recommend you to not embed the TKInter window to avoid these issues.
If you want to create native UI looking windows I would recommend you to look at RoboDK Plugin Interface:
//m.sinclairbody.com/doc/en/PlugIns/index.html
Albert