Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-17 Thread Steve Quezadas
Oh, I see. Ok, I am somewhat new to pharo smalltalk so I'm getting used to the paradigm. Thank you. The best way to learn is to "do". I can learn a lot by trying to figure out ways around unexpected behavior. On Tue, Jul 16, 2019 at 5:39 PM Ben Coman wrote: > I'm not familiar with Spec but I'll

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread Ben Coman
I'm not familiar with Spec but I'll have a go... On Wed, 17 Jul 2019 at 07:03, Steve Quezadas wrote: > On Tue, Jul 16, 2019 at 7:43 AM Ben Coman wrote: >> >> On Tue, 16 Jul 2019 at 12:49, Steve Quezadas wrote: >> > >> > I am running through the "Spec UI Framework" tutorial, and in it has a

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread Steve Quezadas
Ok, I filed out and it exported the file 'WidgetClassList.st' . This is the contents of the file: 'From Pharo7.0.3 of 12 April 2019 [Build information: Pharo-7.0.3+build.158.sha.0903ade8a6c96633f07e0a7f1baa9a5d48cfdf55 (64 Bit)] on 16 July 2019 at 3:58:28.785036 pm'! ComposablePresenter subclass:

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread PBKResearch
ome Subject: Re: [Pharo-users] "whenSelectedItemChanged:" in Spec On Tue, 16 Jul 2019 at 12:49, Steve Quezadas wrote: > > I am running through the "Spec UI Framework" tutorial, and in it has a widget > class inherited from "ComposablePresenter" (Composabl

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread Ben Coman
On Tue, 16 Jul 2019 at 12:49, Steve Quezadas wrote: > > I am running through the "Spec UI Framework" tutorial, and in it has a widget > class inherited from "ComposablePresenter" (ComposablePresenter subclass: > #WidgetClassList). But for some reason the "whenSelectedItemChanged:" method >