REALcontrolBehavior events never called

Hi,

SDK v13 OSX

I add the event controlAcceptFocus on my REALcontrolBehavior

static Boolean checkAcceptFocus(REALcontrolInstance control)
{
NSLog(@“event called”);

return YES;

}

I set the flags REALcontrolAcceptFocus, but the event is neved called

Any clue ?

REALcontrolAcceptFocus means the control always accepts focus.