mIRC Home    About    Download    Register    News    Help

Print Thread
#176199 05/05/07 04:34 PM
Joined: Apr 2006
Posts: 400
K
Fjord artisan
OP Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
I haven't scripted in such a long time, I know this is possible. I can't find it though, I use Dialog Studio.

Code:
dialog help {
  title "Help Center"
  size -1 -1 105 142
  option dbu
  button "Button", 2, 36 125 37 12, ok cancel
  list 1, 26 30 50 50, size
  ; I know that it's supposed to go up here ^
}



How do I add a horizontal scroll bar when it will be needed. Thanks.


-Kurdish_Assass1n
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Add 'hsbar' to the styles of your listbox, and make a /did -z call when you've finished adding items to the listbox.

hixxy #176207 06/05/07 01:39 AM
Joined: Apr 2006
Posts: 400
K
Fjord artisan
OP Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
ok, i didn't know about the "-z" thanks hixxy


-Kurdish_Assass1n

Link Copied to Clipboard