Going out for lunch with Chuck…
In case anyone wondered what the “Not sending the BMessage” problem I was having with my skinned button control… When I overrided BControl::AttachedToWindow() I forgot to invoke the original AttachedToWindow (which meant that the Target wasn’t being set as it is supposed to).