Git Product home page Git Product logo

Comments (5)

ryust avatar ryust commented on May 22, 2024 4

It appears version 1.1.3 fixes the issue I had and now both min/max start values can be set correctly.

from crystal-range-seekbar.

gfdarcy avatar gfdarcy commented on May 22, 2024 4

I am having an issue setting both min and max, like this;
PriceRange.setMinStartValue(40).apply();
PriceRange.setMaxStartValue(120).apply();

Max works fine.

Min, however, has problems, as follows;

  1. the min range (MinValue) changes to 0 (it was previously 20).
  2. The selected min value changes to 0, not 40.

Version 1.1.3 installed

from crystal-range-seekbar.

Gkundu1 avatar Gkundu1 commented on May 22, 2024 3

The suggestion of @ryust work fine.The bug got resolved for the version 1.1.3

from crystal-range-seekbar.

ryust avatar ryust commented on May 22, 2024

The comment above seems a big confusing, but I think I may be encountering the same problem.

I have a range seekbar with two thumbs. You can programmatically set the min or max start values individually, but the action will always put both thumbs at the same value. For example, if you issue setMinStartValue(), it sets both min and max values (with the thumbs) at that min value. If you issue, setMaxStartValue() by itself, it sets both to the max value.

Therefore, issuing mRangeSeekbar.setMinStart(x).setMaxStartValue(y).apply() results in both thumbs residing on top of each other at x.

from crystal-range-seekbar.

nzackoya avatar nzackoya commented on May 22, 2024

setMaxStartValue is missing

from crystal-range-seekbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.