Frank,
> createSchematicWiring
> self halt.
> super createSchematicWiring.
>
> radioButtonPresenter when: #radioButtonSelection: send:
> #radioButtonSelected: to: self.
>
> Running this code never gets to the halt message.
>
> Any ideas why???
This kind of thing is usually caused by one of two things: a typo in a
selector, or a failure to super send somewhere.
One caution: don't super send from a _class_ side #initialize - generally
you should super send in an instance-side #initialize, and from #model:,
#createComponents, #onViewOpened, etc.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]