Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default slider range [triggers?]

Hi,

I have a basic slider which goes from 0 - 15.

My table is filled with values such as

0.03489345

1.34958378

14.2034982

etc...

I am wanting to make the document on default/onOpen to set a default range on my slider of 0 - 3.

How can I do this? I know I can create a trigger, but I'm not sure what to set the value at because it's a range, not a single value?

3 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi the other way is

save the file with  default range and close it.

so when ever you open the file it will show the default value as  saved file...

Not applicable
Author

This was my first thought, but it wasn't working... Any way to do this programmitcally?

shree909
Partner - Specialist II
Partner - Specialist II

I think we can write some if conditions to set as default  ,

if possible could you please post a sample of file...