From:
Benjamin.VanRyseghem.Pharo@gmail.comDate: Wed, 4 Dec 2013 11:26:54 +0100
To:
pharo-users@lists.pharo.orgSubject: Re: [Pharo-users] openFullscreen a WindowModel
Add:
WindowModel>>#openFullscreen
self changed: #openFullscreen with: #()
MorphicWindowAdapter>>#openFullscreen
self widgetDo: [ :w | w openFullscreen ]
And tada
Ben
Hi Guys!
One simple question: how can i open fullscreen a WindowModel? As you know, the StandardWindow has got the message "openFullscreen", but it obviously doesn't work for the WindowModel.
Any suggestion?
Ciao!
Paolo