mIRC Home    About    Download    Register    News    Help

Print Thread
#41591 13/08/03 06:14 PM
D
djmadness
djmadness
D
I want to put a /list in a dialog, what $identifyers do i use, and can the default /list be blocked, i have tried .haltdef for raw 321 and 322


Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Code:
on *:dialog:dialog:sclick:id: {
  list
  .enable #list
}

#list off
raw 322:*: { set %list $1- | did -a dialog id %list }
#list end



D
djmadness
djmadness
D
thx, i will look at it smile

Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
you may want to look at the /window command and on the list beginning, minimize (and hide) the default list window.

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
If it doesn't work, sorry it is untested, however paste to us the dialog code and we'll sort it out for you. grin

D
djmadness
djmadness
D
KingTomato the idear, is to totally hide the default smile

Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
u cannot stop a list window, thus me mentioning using the /window function to hide it while your listing.

Joined: Dec 2002
Posts: 580
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580
Weird, I would almost call this a bug... Since by using haltdef on numerics 364 and 365 will prevent the /links window from opening. But haltdef on numerics 321, 322, and 323 will not stop the channels window from opening... frown


Link Copied to Clipboard