mIRC Homepage
Posted By: Navarr on *:dialog:[dialog]:sclick:*: { -- ERROR - 17/12/04 10:16 PM
mIRC dosnt actually commit to there being an error within it, but when run through a test to see, it sclick dosnt work when you click on text. Like you put in a text box: (text "Action Text", 16, 344 32 33 8), if you click on that, it dosn't work, script example:

dialog sclick_error {
title "Create a Custom Theme"
size -1 -1 624 176
option dbu
text "Action Text", 16, 344 32 33 8
edit "", 2, 480 16 130 10, multi
}

on *:dialog:cust_theme:sclick:*: {
echo -a $did
if ($did == 16) {
set %edit.theme Moo
did -ra cust_theme 2 Action Text
}
}

It really dosn't identify text with the $did command... I think this is a bug, but I'm not entirely sure. =/

Using mIRC v.6.16
Posted By: MTec89 Re: on *:dialog:[dialog]:sclick:*: { -- ERROR - 18/12/04 12:16 AM
of course not.. those arnt ment to be clickable :P
Posted By: Seifer Re: on *:dialog:[dialog]:sclick:*: { -- ERROR - 18/12/04 06:49 AM
That's what 'link' is for.
If you want to make clickable text, use MDX.dll.
© mIRC Discussion Forums