Home   Help Search Login Register  

Author Topic: Set a default value for a slider  (Read 532 times)

0 Members and 1 Guest are viewing this topic.

RedHouse

  • Guest
Set a default value for a slider
« on: 21 Sep 2005, 15:00:58 »
Is it possible to set a default value for a slider, so when you create the dialog it doesnt start on 0?

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Set a default value for a slider
« Reply #1 on: 22 Sep 2005, 11:51:15 »
If you mean by default - the staring position of the slider try:

sliderSetPosition [idc,position]

immediately after opening the dialog

RedHouse

  • Guest
Re:Set a default value for a slider
« Reply #2 on: 22 Sep 2005, 23:30:54 »
thanks for your help. Thats the final thing i need to complete my camera script