BuildingUIWithSpec icon indicating copy to clipboard operation
BuildingUIWithSpec copied to clipboard

Add documentation about SpecBindings

Open jecisc opened this issue 7 years ago • 0 comments

Currently, there is only a Morphic binding to Spec so it is not really useful to know how to use another binding.

When we will have a second one we need to be able to use it.

In order to do it, we can use the SpecBindings (available in Pharo 8) dynamic variable.

Example:

SpecBindings value: MorphicAdapterBindings during: [ myUI openWithSpec ].

It needs a documentation somewhere in the book later.

jecisc avatar Oct 12 '18 13:10 jecisc