I dont think I totally understand the problem. Are you trying to hide the button and still have it work?

I'm just wondering if using something like a $inrect($mouse.x,$mouse.y,#,#,#,#) in your dialogs sclick event to track the click and act like a button was pressed would work for you or not but I may not even understand what it is you want.

I used the same kind of thing in my ViewPic photo album to track clicks on photos because sometimes a picture file wouldnt be displayable but I still wanted the area selectable so they could delete the file that couldnt be displayed.
Heres a peice of the code from my script Typo's ViewPic.
Code:
if ($did == 0) || ($did isnum 24-39) {
    if ($inrect($mouse.x,$mouse.y,10,106,72,78)) { var %ViewPicSelected 6 }
    if ($inrect($mouse.x,$mouse.y,96,106,72,78)) { var %ViewPicSelected 7 }

If this isn't the kind of idea you needed then please try and help me understand your problem better.


I've gone to look for myself. If I should return before I get back, please keep me here.