mIRC Homepage
Posted By: barc0de Colors, Tables & Dialogs - 27/07/03 04:07 PM
I was wondering if it is possible to color code a dialog using tables? Or any of the above.
Posted By: Watchdog Re: Colors, Tables & Dialogs - 27/07/03 04:33 PM
To colour a dialogue you need to use an 'icon'.
Posted By: barc0de Re: Colors, Tables & Dialogs - 27/07/03 05:08 PM
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?
Posted By: Watchdog Re: Colors, Tables & Dialogs - 27/07/03 05:18 PM
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 {
© mIRC Discussion Forums