[Pharo-users] Re: Spec2 - Morph query & move window to another position

2024-06-16 Thread Esteban Lorenzano via Pharo-users
I do not understand. you need to position points/morphs in a canvas ? In that case you need a) a canvas and b) the points. This cannot (and should not) be achieved with different widgets (spec) but with just one : a morph there acts as a canvas. So, instead of going to the window of the pres

[Pharo-users] Re: Spec2 - Morph query & move window to another position

2024-06-16 Thread Haroldo Stenger
thanks to HernĂ¡n Morales Durand , he pointed that *CustomerSatisfactionPresenter being a subclass of **SpPresenter* , answers the message *SpPresenter* window which renders a *SpWindowPresenter* object and *SpWindowPresenter* window renders a *SpWindow* object, which answers the message *SpWindow*

[Pharo-users] Spec2 - Morph query & move window to another position

2024-06-16 Thread Haroldo Stenger
hi all there , I'm playing around with this example from the nice Spec book, which I try to get right for spec2. That's all right. I modify the example for having two counters, one bound to the class of the Surveys and then one for each survey. That was a good learning experience. Then I added a bu