slightlynybbled / tk_tools

Python tkinter tools, Python3.7+
MIT License
101 stars 25 forks source link

KeyValueEntry locks entries on load #40

Closed slightlynybbled closed 4 years ago

slightlynybbled commented 6 years ago

The default behavior should be based on the enabled state of the block before the load.

jamesagada commented 4 years ago

Is it possible to change the state after? After loading, can we change the enabled status?

slightlynybbled commented 4 years ago

I fixed this in v0.12.0. If an entry was enabled before it was loaded, it will again be enabled. If it was disabled before it was loaded, it will be disabled. This was the desired behavior from the start, but now it is fixed.

python -m pip install --upgrade tk-tools

Yes, you can change the enabled state at any time. Use the change_enables method.