[Pharo-users] Re: Updating a Form after changing pixel values

2025-03-09 Thread Renaud de Villemeur via Pharo-users
Hi Mikael If my understanding is correct, you're using SpImagePresenter to display a Form.  You then have made some changes to  the Form and you want to show its new face.  Why don't you set the image again in your presenter ? Something like `image image: yourUpdatedForm`. You can even update

[Pharo-users] "Introducing Hera: Gherkin-style tests" — New blog post on all: objects all: theTime

2025-03-09 Thread Koen De Hondt
Dear Pharo users and developers, In my series of blog posts on testing, I published a new post on tools for running Gherkin-style test scenarios in Pharo. See https://all-objects-all-the-time.st/#/blog/posts/13. It is an introduction. Future posts will dig into the details. As always, all feed

[Pharo-users] Re: Updating a Form after changing pixel values

2025-03-09 Thread sducasseatwork--- via Pharo-users
Hi Mikael I do not know the answer so I tried to find it. Indeed the superclass>>updatePresenter is empty :( Let us see what esteban will reply. Now I tried to check the morphic back end. Now writing directly on the canvas this way does not look the right way. Did you try with SpMor