I have a strange problem. I want to use scrolls in my dialog, so I used this
Code:
dialog sample {
  title "Sample"
  size -1 -1 115 90
  option dbu
  ;some other stuff
  scroll "Scroll 1",10,63 32 40 11, horizontal
  button "Accept",100,48 75 30 11,ok
  button "Cancel",101,80 75 30 11,cancel
}
but I can not move scrollbar. I tried also this
Code:
On *:DIALOG:sample:scroll:10:{
  echo -s "It's working!!!"
  ;some other stuff
}
but still no luck. Can anybody help me and give me an example how to read scrollbar status and how to be able to move scrollbar right and left.
Thank you!


velicha dusha moja Gospoda