One way you can do this is with AppleScript. I do not know what OS you are developing for, but pre-OSX you may be able to run an AppleScript that is a listener for the dialog box (I believe it is function -128 or so) and then runs when a dialog box appears. THe type of dialog box you are trying to supress would need to be called accordingly as with OS 9.x there are two types of dialogs (ones with buttons and those that quietly sit on screen with just a close box in the left corner).
hth, william m- Quoting Bill Numerick <[EMAIL PROTECTED]>: > Hi All, > > I was wondering if anyone knows how I could automatically dismiss a > dialog > box on Mac? I've got buddyAPI and use the sendKey function inside of > the > dialog box string, which works on windows but not on mac to dismiss > it. > > Thanks! > > Bill > > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > [To remove yourself from this list, or to change to digest mode, go to > http://www.penworks.com/lingo-l.cgi To post messages to the list, email > [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). > Lingo-L is for learning and helping with programming Lingo. Thanks!] > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
