mIRC Home    About    Download    Register    News    Help

Print Thread
#107206 07/01/05 08:31 PM
Joined: Dec 2004
Posts: 7
L
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Dec 2004
Posts: 7
if i understand these right, it's a window for mIRC, which is what i want, but i put the test dialog in the popups section and try it out, lo and behold, error with /dialog, insufficient parameters. but the thing should work! it's listed right in the help section!

here it is
Code:
dialog test {
  title "mIRC"
  size -1 -1 110 100
  option dbu

  tab "m", 1, 5 5 100 90
  tab "I", 2
  tab "R", 3
  tab "C", 4

  button  "m is for ... ;)", 11, 30 50 50 24, ok tab 1
  button  "I is for Internet", 12, 30 50 50 24, tab 2
  button  "R is for Relay", 13, 30 50 50 24, tab 3
  button  "C is for Chat", 14, 30 50 50 24, tab 4
  


straight from help file, doesnt work.

#107207 07/01/05 08:34 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
dialog test { 
  title "mIRC"  
  size -1 -1 110 100  
  option dbu  
  tab "m", 1, 5 5 100 90  
  tab "I", 2  
  tab "R", 3  
  tab "C", 4  
  button  "m is for ... ;)", 11, 30 50 50 24, ok tab 1  
  button  "I is for Internet", 12, 30 50 50 24, tab 2  
  button  "R is for Relay", 13, 30 50 50 24, tab 3  
  button  "C is for Chat", 14, 30 50 50 24, tab 4
[color:red]}[/color]


You are missing the ' } '.

To open the dialog /dialog -dm test test.

Also. This isn't a popup, it's a remote script so put it in the remotes (Alt + R) part.

Last edited by SladeKraven; 07/01/05 08:36 PM.

Link Copied to Clipboard