mIRC Home    About    Download    Register    News    Help

Print Thread
#38589 27/07/03 04:07 PM
Joined: Jul 2003
Posts: 2
B
barc0de Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jul 2003
Posts: 2
I was wondering if it is possible to color code a dialog using tables? Or any of the above.

#38590 27/07/03 04:33 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
To colour a dialogue you need to use an 'icon'.

#38591 27/07/03 05:08 PM
Joined: Jul 2003
Posts: 2
B
barc0de Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jul 2003
Posts: 2
to color code .. say I want to pull information, bot nicks, channels.. etc into a table, and color code it according to the channel.

channel 1 - bot 1 - orange
channel 2 - bot 2 - green

possible?

#38592 27/07/03 05:18 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
As far as I know colour is not available at all for dialogues unless you use a DLL designed for the purpose. There's one called MDX.DLL but I've never used it so I don't know it's feature set.

As for 'tables' that is just the name the dialogue is called when called in a remote script.
Code:
dialog [color:red]name[/color] {
The bit in red is the table.

From the mIRC help file:
The dialog table
You can use the dialog prefix to create a dialog table called name in a script using this format:

dialog [-l] name {


Link Copied to Clipboard