mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 12
W
Want Offline OP
Pikka bird
OP Offline
Pikka bird
W
Joined: Mar 2004
Posts: 12
dialog Nick_Ident {
title "Nick Identifier"
size -1 -1 72 112
option dbu
edit "", 6, 2 83 68 8, hide pass return center
combo 13, 1 83 71 8, size edit hide
text "New Password", 3, 2 76 66 6, hide center
text "Nick", 14, 2 76 66 6, hide center
text "Usage: *!*@Host", 31, 2 75 66 7, hide center
list 1, 2 2 68 70, sort extsel size vsbar hsbar
list 17, 2 2 68 70, hide sort extsel size vsbar hsbar
button "&Add Nick", 15, 0 92 72 10, hide
button "Add &Host", 22, 0 92 72 10, hide
button "&Ok", 12, 0 92 72 10, hide
button "&Deleat Nick", 16, 0 92 72 10, hide
button "&Erase Host", 20, 0 92 72 10, hide
button "&Change to Nick", 23, 0 92 72 10, hide
check "Cable/Lan", 26, 3 8 53 8, hide
check "Dial Up", 27, 3 18 52 8, hide
check "Ghost", 28, 3 28 40 8, hide
check "On Connect Identify", 29, 3 37 53 8, hide
check "Nick Change Identify", 30, 3 48 63 8, hide
menu "&File", 2
item "E&xit", 4, 2, ok
menu "&Manage", 7
item "&Add Nick", 8, 7
item "&Deleat Nick", 9, 7
item "Add &Host" 18, 7
item "&Erase Host" 21, 7
item "&Change to Nick", 10, 7
item "&Password", 11, 7
menu "&Settings",24
item "&Options", 25, 24
}

vsbar and hsbar arent working in list 1 & 17. If i take out the hsbar the vsbar will work but no vs versa. I would hope to get both of them working perferably. Anybody got any suggestions? mirc 5.91 confused

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
After adding info to the lists, use "did -z ID" to update the horizontal scrollbar, the vertical should update once there are enough lines to scroll..

Joined: Mar 2004
Posts: 12
W
Want Offline OP
Pikka bird
OP Offline
Pikka bird
W
Joined: Mar 2004
Posts: 12
thanks man/woman. I figured it was some stupid small detail i forgot laugh


Link Copied to Clipboard