pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

inform: should now use the notification center and stop to be blocking #1487

Open Ducasse opened 11 months ago

Ducasse commented 11 months ago

In the past inform: was using the growl morph. To remove the dependency to morphic inform: behave like an alert: with a blocking behavior and this is annoying. Now in Spec there is a notify: or so check the notification center. So inform: should now use the notification center and stop to be blocking

estebanlm commented 11 months ago

I want to have more time to see this, for the moment it delegates to the backend (so the morphic backend can still use growl, gtk can use the system notification system and toplo... whatever toplo decides) :)