ttkwidgets icon indicating copy to clipboard operation
ttkwidgets copied to clipboard

[Feature request] Get value range from Scale?

Open water5 opened this issue 2 years ago • 1 comments

Refer some Audio editor software, can we get value range from Scale or implement a new widgets?

b

e.g. get/return value range (start: -40, finish: 60) between two block on a Scale?

a

water5 avatar Mar 04 '22 18:03 water5

So, if I understand the question correctly, you would like a widget that is capable of returning a range by letting the user use two markers? That would indeed require a completely new widget, which cannot be based on ttk.Scale (unless there are some weird hoops that can be jumped through catching the events and drawing it in a tk.Canvas...?).

I do not currently have plans to add any new widgets to the library. Development of the library has kind of stalled, and there is a bunch of PRs still open. Of course you are welcome to open a PR if you make an implementation yourself, and I'll take a look at it.

RedFantom avatar Mar 16 '22 11:03 RedFantom