mIRC Home    About    Download    Register    News    Help

Print Thread
#77080 29/03/04 01:13 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
Hey i have a dialog i coded lets say the name i coded was called DIALOG..how would i open it up in mIRC..ive tried several different ways..and once again b4 u ppl assume i no this ive check /help dialogs...it didnt do crap for me once agian...


plz help

Last edited by LostServ; 29/03/04 01:13 AM.
#77081 29/03/04 01:27 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
/dialog -m DIALOG DIALOG should open it.

#77082 29/03/04 01:47 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
whats the table..?

#77083 29/03/04 01:53 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The table is the dialog block, e.g.:
Code:
dialog [color:green]DIALOG[/color] {
  title "text"
  size -1 -1 100 100
}

#77084 29/03/04 01:56 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Follow the colors.
Code:
dialog [color:red]new_dialog[/color] {
  option dbu
  size -1 -1 100 100
  title "Duh, something, I forgot..."
  button "Finish",  [color:blue]1[/color], 10 10 20 20, OK
}
 
alias newdialog {
  dialog -m [color:purple]MyNewDialog[/color] [color:red]new_dialog[/color]
}
 
on *:DIALOG:[color:purple]MyNewDialog[/color]:sclick:[color:blue]1[/color]:{
  dialog -x [color:purple]$dname[/color]
}



DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#77085 29/03/04 02:27 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
fine ill jsut post my damn code because that still didnt help:

Code:
}
dialog MIXXPal {
  title "MIXXNet - MIXX Pal"
  size -1 -1 168 184
  option dbu
  text "MIXX Pal: ? Copyright 2004 Jessie King (Phase)", 1, 24 173 123 8
  text "MIXX Pal was written for the purpose to bring ease to MIXXNet users by making it easier to add SOP,AOP,HOP,VOP on a channel's list without having to type the full commands. It also allows you to tune into MIXXNet's 2 main radio stations MIXX94.1 and Party107, using Internet Explorer (Winamp,RealPlayer) or Mozilla FireBird (Winamp,RealPlayer). MIXX Pal lists all four servers linked to the mian server (irc.mixxnet.net).  ", 2, 36 6 98 90
  link "www.mixxnet.net", 3, 6 110 44 8
  link "www.mixx941.com", 4, 57 110 47 8
  link "www.Party107.com", 5, 112 110 49 8
  link "www.phaseonline.net", 6, 58 162 54 8
  box "Links:", 7, 2 101 164 70
  icon 8, 43 124 76 33, C:\Documents and Settings\Rent-A-Center\My Documents\My Pictures\mixxnetTEMP.jpg, 0
}
 

and if ur saying its /dialog -m MIXXPal MIXXPal it doesnt work

#77086 29/03/04 03:06 AM
Joined: Mar 2004
Posts: 26
U
Ameglian cow
Offline
Ameglian cow
U
Joined: Mar 2004
Posts: 26
perhaps if you posted the error(s) you are getting....

also are you loading this in remotes?

there is nothing wrong with your code, it works fine.

/dialog -m MIXXpal MIXXpal <- command used to open the dialog.



only thing omitted is the icon....

#77087 29/03/04 03:49 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359

#77088 29/03/04 03:55 AM
Joined: Mar 2004
Posts: 7
R
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2004
Posts: 7
The table name's actually MIXXPal i guess..
Not sure why but i'm sure it'll probably work if you type /dialog -m MIXXPal MIXXPal

#77089 29/03/04 03:56 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
its doin same thing..

#77090 29/03/04 03:59 AM
Joined: Mar 2004
Posts: 7
R
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2004
Posts: 7
No, actually you're typing /dialog -m MIXXPal MIXX Pal
Try removing the space for the table's name's actually MIXXPal instead of MIXX Pal
---
Also note the title of the dialog(the one that appears on the title bar of it) has nothing to do with the table itself, the title bar goes into the event "dialog", as in title "MIXXNet - MIXX Pal"

Last edited by rei_yu; 29/03/04 04:04 AM.
#77091 29/03/04 04:23 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
tried it..same thing

#77092 29/03/04 04:25 AM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
yo i finally got it..it was a mistake by me..


Link Copied to Clipboard