you dont have the scroll bars range set, thats why you cant move it
Code:
 
alias sample { dialog -m sample sample }

dialog sample {  
  title "Sample"  
  size -1 -1 115 90
  option dbu  
  ;some other stuff  
  scroll "Scroll 1",10,63 32 40 11, horizontal  range 0 100
  button "Accept",100,48 75 30 11,ok  
  button "Cancel",101,80 75 30 11,cancel
}

On *:DIALOG:sample:scroll:10:{  
  echo -s "It's working!!!"  
  ;some other stuff
}

 




Hmm bad timing with the reply smile

Last edited by Zarkov; 11/03/06 05:09 PM.