Might just be me but when I go to implement a vertical scroll bar in a dialog, it doesn't work. It does this to me on 6.35 and 7.1 :\

Code:
alias test { dialog -m test test }
dialog test {
  size -1 -1 200 200
  list 1, 5 5 190 150,hsbar,vsbar
  button "OK"2, 5 175 80 23,ok
}
on *:DIALOG:test:init:*: { did -a test 1 This is a test of the vsbar attribute. As you can see the line gets cut off. }


That should re-create the problem.

Last edited by N3M3S1S; 30/09/10 11:19 AM.