ok , well ive been making an FtpLister script, which is pretty much finnished already , just wanna make some of the details better...
have a look at this screen shot :
so i want that upper dialog 'Listing' to act liek a modal dialog , so you can access the parent window , or even anything else in mirc till you pressed the ok button on the 'Listing Dialog', but obvious i dont want it to halt the script, as it shows the progression of getting the ftp list...
so my question is... : is there an easy way of doing this !?
if the answer to that is no... is there a hard way of doing this !?
hardway options i've kinda thought of , is intercepting all the mouse clicks outside the 'Listing' dialog.. and returning the focus to the 'Listing' Dialog..
but the dialog mouse option only records the mouse clikcs inside the actual dialog...
so anyone has a good idea how i should approach this problem !?!?
m3d