Small Doc Error in 4.01 Ed Centre

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Small Doc Error in 4.01 Ed Centre

Jeffrey Odell-2
Love using the new format - thanks !

In

Developers Guide
  Creating GUI Applications
    Pluggability
      Sharing a Model

the code

m := false asValue.

BooleanPresenter showOn: m.

BooleanPresenter show: 'Push to toggle' on: m.

BooleanPresenter show 'Yes-no text' on: m.

is missing a ":" after the last show



jlo