mIRC Homepage
Posted By: Rynch Dialogs - 14/04/03 07:00 PM
How is it possible to change a labels caption in runtime when you press a button on the same dialog?
Posted By: qwerty Re: Dialogs - 14/04/03 08:47 PM
/did -a <dialogname> <id> <new text>
Posted By: guesseyder Re: Dialogs - 15/04/03 10:03 AM
won't that only add text to the existing label?
if it does then delete it first with did -r <dialogname> <id>

or combine them
did -ra <dialogname> <id> <newtext>
(if that works, dunnow)
Posted By: KingTomato Re: Dialogs - 15/04/03 02:55 PM
yes, combine r (clear) and a (add) to get "clear & add text" grin
Posted By: qwerty Re: Dialogs - 15/04/03 03:27 PM
He said "label captions" and is probably referring to a "text control" in mirc. You don't need to clear the text in a text control (like you need to in editboxes).
Posted By: guesseyder Re: Dialogs - 16/04/03 07:26 AM
ok then, my fault, i didn't know there was a difference between them.

© mIRC Discussion Forums