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. }


Problem is still there. If you add more items the vsbar works fine, its just the hsbar :\

I'm pretty sure its not a syntax error as the hsbar worked fine in all my older script with it like this:

Code:
list 1, 5 5 190 150,hsbar,vsbar


It wasn't until the newer versions that I noticed this problem.

And I just noticed that the topic is typo'd *fixes*


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