Robert Salsbury wrote:
> I'm getting a crash in gremlins on POSER Mac 2.1d25 w/ 3.0 debug ROM,
> which always seems to happen just after I get some ctlSelectEvents on 
> ctl 12004. It ain't mine, and I can't figure out what it is

ID's above 10000 are always system resources, and most of those are
defined in <UICommon.h> --

>     // Custom Alert Dialog
>     #define CustomAlertDialog      12000
>     #define CustomAlertBitmap      12002
>     #define CustomAlertField       12003
>     #define CustomAlertFirstButton 12004

So control 12004 is the first button in any alert popped up by calling
FrmAlert or FrmCustomAlert.

-slj-

Reply via email to