jQWidgets Forums

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • RangeSelector marker problem #49783

    brunoramon
    Participant

    I would like to know if there’s any kind of limit for the markers. I’m using the RangeSelector as an A-B repeater selector as shown in image below.

    Screenshot

    It occurs that when a video lenght is long, I can not mark second-by-second, I mean, when I drag the marker along the slider from time 00:06:02 on, for instance, it goes to 00:06:05, and not to 00:06:03, 00:06:04 and so on. It always happens with longer videos. Does anybody know what is going on?

    Thanks

    RangeSelector marker problem #49798

    Peter Stoev
    Keymaster

    Hi brinoramon,

    The minorTicksInterval property of jqxRangeSelector determines the markers move step. May be you will need to update it during the widget’s initialization.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    RangeSelector marker problem #49816

    brunoramon
    Participant

    Hi Peter,

    I’ve done that already. I setted the minorTicksInterval to 1, but when the interval is very long, it doesn’t step one-by-one. I was debugging the code and realized that in these cases, the values of “_ticksArray” and “_valuesArray” are not created properly. The amount of “rangeSelectorMinorTicks” in the HTML code are generated correctly, on the other hand, the amount of values in the internal array are not the same. Would you please check this situation?

    In my case for instance,

    Video lenght: 00:21:01 (1262 seconds)
    It should generate 1262 ticks, correct? But it was only generated 768 indexes in the internal array. Thus, some seconds can not be achieved in the range. Am I right?

    Best regards,
    Thanks

    RangeSelector marker problem #49820

    Peter Stoev
    Keymaster

    Hi brunoramon,

    If you wish the minorTicksInterval to be in seconds then you have to explicitly set it in seconds. Setting it to a Number when your intervals are in Time is not correct.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.