t; Paolo
>
> From: benjamin.vanryseghem.ph...@gmail.com
> Date: Thu, 5 Dec 2013 11:21:40 +0100
> To: pharo-users@lists.pharo.org
> Subject: Re: [Pharo-users] openFullscreen a WindowModel
>
> No
>
> I am saying that
>
> self widget ifNotNil: [ :w | w openFullScreen ]
>
&g
: benjamin.vanryseghem.ph...@gmail.com
Date: Thu, 5 Dec 2013 11:13:35 +0100
To: pharo-users@lists.pharo.org
Subject: Re: [Pharo-users] openFullscreen a WindowModel
or openFullscreen,
The one known by SystemWindow
Ben
On 05 Dec 2013, at 11:11, Picci Pharo wrote:openFullscreen
lo
>
> From: benjamin.vanryseghem.ph...@gmail.com
> Date: Thu, 5 Dec 2013 11:13:35 +0100
> To: pharo-users@lists.pharo.org
> Subject: Re: [Pharo-users] openFullscreen a WindowModel
>
> or openFullscreen,
>
> The one known by SystemWindow
>
> Ben
>
Are you telling me that i can copy the openFullscreen of StandardWindow and put
it into the class WindowModel?
Paolo
From: benjamin.vanryseghem.ph...@gmail.com
Date: Thu, 5 Dec 2013 11:13:35 +0100
To: pharo-users@lists.pharo.org
Subject: Re: [Pharo-users] openFullscreen a WindowModel
or
or openFullscreen,
The one known by SystemWindow
Ben
On 05 Dec 2013, at 11:11, Picci Pharo wrote:
> openFullscreen
anryseghem.ph...@gmail.com
Date: Wed, 4 Dec 2013 11:26:54 +0100
To: pharo-users@lists.pharo.org
Subject: Re: [Pharo-users] openFullscreen a WindowModel
Add: WindowModel>>#openFullscreen
self changed: #openFullscreen with: #()
MorphicWindowAdapter>>#openFullscreen
self widg
; Date: Wed, 4 Dec 2013 11:26:54 +0100
> To: pharo-users@lists.pharo.org
> Subject: Re: [Pharo-users] openFullscreen a WindowModel
>
> Add:
> WindowModel>>#openFullscreen
>
> self changed: #openFullscreen with: #()
>
> MorphicWindowAdapter>>#op
The Class MorphicWindowAdapter doesn't exist in Pharo 2.0
From: benjamin.vanryseghem.ph...@gmail.com
Date: Wed, 4 Dec 2013 11:26:54 +0100
To: pharo-users@lists.pharo.org
Subject: Re: [Pharo-users] openFullscreen a WindowModel
Add: WindowModel>>#openFullscreen
s
Add:
WindowModel>>#openFullscreen
self changed: #openFullscreen with: #()
MorphicWindowAdapter>>#openFullscreen
self widgetDo: [ :w | w openFullscreen ]
And tada
Ben
On 04 Dec 2013, at 11:13, Picci Pharo wrote:
> Hi Guys!
>
> One simple question: how can i open fullscreen
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
10 matches
Mail list logo