tabreturn / thonny-py5mode

A py5 plug-in for Thonny
Do What The F*ck You Want To Public License
23 stars 8 forks source link

Keep colorchooser window open indefintely #24

Closed tabreturn closed 2 years ago

tabreturn commented 2 years ago

I'm opening a TKinter colorchooser window with this code:

colors = colorchooser.askcolor(title='Color Selector')

I want to copy color values from the colorchooser and paste them into my other Tkinter window (the code editor). I want to leave the colorchooser open, and click the code editor window to focus on it. But -- while the colorchooser is open, I cannot focus on anything else until I close it.

tabreturn commented 2 years ago

Maybe this isn't possible: https://python-forum.io/thread-37646.html

tabreturn commented 2 years ago

Done: https://github.com/j4321/tkColorPicker/commit/50d05edf4dbf5a418178e7189d7d7a43422c1f23