Hi,

Could you provide a fully loadable sample to look at this?

Cheers,
Doru


> On Feb 24, 2016, at 11:52 AM, Stephan Eggermont <step...@stack.nl> wrote:
> 
> I used to do
> 
> CodePanel class>>spot
>  GTSpotterMorph new
>    extent: (World width / 3.25 @ (World height / 2.25)) asIntegerPoint;
>    spotterModel: ((GTSpotter new)
>    processorsFilter: (CodePanelProcessorFilter new
>      configuredWith: [ :aProcessor | aProcessor
>        actLogic: [ :aMethod :step |
>          step exit.
>          aMethod ifNil: [ self new openInWindowLabeled: 'Code panel'  ]
>            ifNotNil: [ |panel|
>              panel := self new.
>              panel openInWindowLabeled: 'Code panel'.
>              panel newCardFor: aMethod.]];
>        candidatesLimit: 50 ]));
>    openCenteredInWorld
> 
> That now (since at least 50596) an interesting Brick error.
> Do I need to change my code?
> 
> Stephan
> 
> 
> <PharoDebug.log>

--
www.tudorgirba.com
www.feenk.com

"Being happy is a matter of choice."





Reply via email to