Posts: 38
Threads: 15
Joined: May 2023
Reputation:
1
09-05-2023, 07:51 AM
(This post was last modified: 09-05-2023, 10:56 AM by Albert.)
Hi everyone, I need to programmatically run a RoboDK plugin from my c++ code.
In particular, I need to open the window plugin up as if I clicked on it on the GUI. Is it possible to do it somehow?
Thanks!
Posts: 38
Threads: 15
Joined: May 2023
Reputation:
1
I think I wasn't clear enough, sorry...
I'm working on the Palletizing routine. In the plugin I'm developing I need to do some preliminary actions before running RoboDK palletizing Plugin. So, I created a button that does these actions and at a certain point in my function I want the Palletizing Panel to show up.
In other words I want to trigger the same event that happens when I double click on the "Palletizing Settings" in my RoboDK tree.