Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    Jul 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0

    Question Define different values in Rangespinbox

    Hi there!

    I wonder if it's possible to predefine min and max value in Rangespingbox, for example, 15 to 50.

    Right now, when I put a value in the value variable, I get the same value in both ranges (example: 15 to 15).

    I thank you for your answer in advance!
    Last edited by xavizus; 07-13-2014 at 01:30 PM. Reason: TYPO

  2. #2
    Free User
    Join Date
    Apr 2014
    Location
    Netherlands
    Posts
    219
    Reputation
    13
    Rep Power
    21
    Code:
    "min" : 1,
    "max" : 100,
    "value" : 50

  3. #3
    Free User
    Join Date
    Jul 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Thank you for your answer Tanochi!

    Though that's not really the answer I am looking for, your answer are for the min and max value that you can set as max and min

    I would like to manually put (through JSON) these two values, though I solved this with a different type of scripts

  4. #4
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    "min" : 1, "max" : 4000,

    "valueFrom" : 150,
    "valueTo" : 1200


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  5. #5
    Free User
    Join Date
    Jul 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by BUgWT View Post
    "min" : 1, "max" : 4000,

    "valueFrom" : 150,
    "valueTo" : 1200
    Thank you very much BUgWT! That's great to know for my next script!

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •