robotkernel icon indicating copy to clipboard operation
robotkernel copied to clipboard

There seems to be an issue with RF Dialogs (Tkinter)

Open andyjmc opened this issue 6 years ago • 1 comments

The Robot Kernel doesn't seem to be closing the windows properly and leaves the python app (with the little feather) running as not responding. If you try to do a force close it crashes the RobotKernel.

andyjmc avatar Dec 31 '18 11:12 andyjmc

How does that work with vanilla robot framework? If you have two tkinger dialogs after each other how do you have one or two feathers at the second one? Obviously those both get removed at the end.

I would guess that the original issue is dialogs library not properly killing the child processes it creates (because it is not always trivial), but the issue only matters with robotkernel where the parent process (robot kernel) is not killed at the end. On 31 Dec 2018, 13.30 +0200, Andy [email protected], wrote:

The Robot Kernel doesn't seem to be closing the windows properly and leaves the python app (with the little feather) running as not responding. If you try to do a force close it crashes the RobotKernel. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

datakurre avatar Dec 31 '18 11:12 datakurre