v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
654 stars 58 forks source link

[Feature Request] Allow min/max,step for SCL field #196

Open TechnicJelle opened 1 year ago

TechnicJelle commented 1 year ago

I looked through the issues here and on SourceForge, but I couldn't find anything that references this issue, so I thought I'd make it myself. So yeah, I'm currently working on something that does not need a 0..100 range, but I only a little bit of that, and apparently that's not possible to do yet.

cou645 commented 1 year ago

Convert your required range to a percentage range. So if your scale is 0-20 then each step of one equals 5 steps on the 0-100 scale.

On Fri, 28 Oct 2022, 01:05 TechnicJelle, @.***> wrote:

I looked through the issues here and on SourceForge, but I couldn't find anything that references this issue, so I thought I'd make it myself. So yeah, I'm currently working on something that does not need a 0..100 range, but I only a little bit of that, and apparently that's not possible to do yet.

— Reply to this email directly, view it on GitHub https://github.com/v1cont/yad/issues/196, or unsubscribe https://github.com/notifications/unsubscribe-auth/APRODEXLEK4JEGKBOAVOV63WFMKFTANCNFSM6AAAAAARQSB5MI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TechnicJelle commented 1 year ago

Sure, I could technically do that, but that's not very user-friendly at all. My ranges are not really nicely changeable to percentages.

So I still think this feature should be implemented.

cou645 commented 1 year ago

Ok maybe better to use [Feature Request] as your title header followed by the specifics as it's not really an issue or bug.

TechnicJelle commented 1 year ago

Sure. I usually use GitHub's issue labels for that, but I've updated the title, as I can't label this myself.