Thanks BeeJay
Had some performance issues due to an over notification in sysNotifty() and was using causeEvent() and userNotifty() turn on/off (beginClassNotification/endClassNotification) programatically.
I think causeEvent() needs an doWindowEvents(0); after the call... other than a bug I could ...