MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

MKOB: File/Open loads fixed text and sends/sounds it, but locks up UI #292

Closed AESilky closed 3 months ago

AESilky commented 8 months ago

(From Kevin Jepson @kevijeps) When I use the "open" command it loads the "Now is the time..." string and fires off the Code Sender to send it, as well as anything else in the text field. There is no way to stop it however. The GUI will not accept any input while it is sending until it completes. I can kill the python session in windows and it all stops, but that seems a little drastic.

This doesn't happen if I manually send text from the text field by enabling the Code Sender. If I click the circuit closer OR unclick the Code Sender it stops.

AESilky commented 8 months ago

@Kevijeps I just tried to replicate this and I was able to stop the sending by clicking on either the 'Closer' to close it, or the 'Code Sender : On'.

I am testing on a Mac. I will test on Windows tomorrow. What were you running on?

AESilky commented 3 months ago

Fixed threading issue.

MKOB 4.3.1