You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Refer some Audio editor software, can we get value range from
Scale
or implement a new widgets?e.g. get/return value range (start: -40, finish: 60) between two block on a
Scale
?The text was updated successfully, but these errors were encountered: