Re: [Pharo-users] how to update a pane in a customized inspector

2017-10-10 Thread Steven Costiou
It works :) Thanks :) Yes that is the video i was looking for :) Le 2017-10-10 13:26, Andrei Chis a écrit : > Hi, > > On Tue, Oct 10, 2017 at 11:31 AM, Steven Costiou > wrote: > >> Hi, >> >> I am trying to customize an inspector with a code browser, and I have in a >> compose method of

Re: [Pharo-users] how to update a pane in a customized inspector

2017-10-10 Thread Andrei Chis
Hi, On Tue, Oct 10, 2017 at 11:31 AM, Steven Costiou wrote: > Hi, > > I am trying to customize an inspector with a code browser, and I have in a > compose method of my own browser the following: > > [...] > > browser transmit > from: #methods; > fromOutsidePort: #

[Pharo-users] how to update a pane in a customized inspector

2017-10-10 Thread Steven Costiou
Hi, I am trying to customize an inspector with a code browser, and I have in a compose method of my own browser the following: [...] browser transmit from: #methods; fromOutsidePort: #entity; to: #source; when: [ :method | method