mIRC Homepage
Posted By: andymps More dialog problems - 10/07/03 12:49 PM
on *:DIALOG:Mp3_dialog:sclick:19: {
return $findfile(%mp3dir,* $+ $did(20) $+ *.mp3,0,did -ra Mp3_dialog 6 $nopath($1-))
}
when i put a ceratin word into the list box id=20 and click the button id=19 it should delete all thnings in the list box and write the things it come back with, but it only lists 1 out of the loads that r there, what is wrong
Posted By: pheonix Re: More dialog problems - 10/07/03 12:55 PM
on *:DIALOG:Mp3_dialog:sclick:19: {
did -r $dname 6
$findfile(%mp3dir,* $+ $did(20) $+ * $+ .mp3,0,did -a mp3_dialog 6 $nopath($1-))
}
the problem was that you had did -ra mp3_dialog 6 $nopath($1-)) this will remove everything and add 1 icon back in each time it finds a match

ps in future if you have any more dialog problems post them to a thread you have already made, dont keep starting new threads.
Posted By: Hindsight Re: More dialog problems - 10/07/03 02:22 PM
I agree, he has at least 5 threads on the front page. Someone delete this. smirk
© mIRC Discussion Forums