I forgot to say that i downloaded MOOSE and Kendrick packages. Is there
somebody who is currently working with this stuff? Is there any kind of
tutorial?
Thank you!
From: prova...@hotmail.it
To: pharo-users@lists.pharo.org
Date: Thu, 13 Feb 2014 10:50:39 +0100
Subject: [Pharo-users] mathematica
Hi Guys!
I'm going to start to teach as assistant professor of Operative Research, and
i'd like to teach some stuff of Pharo. I was wondering if there are some
Packages about mathematical models as Lotka-Volterra or other models about the
dynamics of biological systems already implemented (with
a WindowModel
No
I am saying that
self widget ifNotNil: [ :w | w openFullScreen ]
w in here is a StandardWindow.
Ben
On 05 Dec 2013, at 11:18, Picci Pharo wrote:Are you
telling me that i can copy the openFullscreen of StandardWindow and put it into
the class WindowModel?
Paolo
From
openFullscreen,
The one known by SystemWindow
Ben
On 05 Dec 2013, at 11:11, Picci Pharo wrote:openFullscreen
ct: Re: [Pharo-users] openFullscreen a WindowModel
then (note it’s a hack)
WindowModel>>#openFullscreen
self widget ifNotNil: [ :w | w openFullScreen ]
Ben
On 05 Dec 2013, at 10:59, Picci Pharo wrote:The Class
MorphicWindowAdapter doesn't exist in Pharo 2.0
From: benjamin.v
elf 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 a WindowModel? As you know, the
StandardWindow has got the messag
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
I knew that the problem was here Ben, but i didn't know how to give to the row
a symbol. The only way to make it works was to define the widgets into the
instantiateModels (that's why #captainButton doesn't give to me any problem).
However thanks for your help!
From: benjamin.vanryseghem.ph...@
Typical Window := Window with buttons and textInput
> From: step...@stack.nl
> Date: Fri, 22 Nov 2013 16:35:09 +0100
> To: pharo-users@lists.pharo.org
> Subject: Re: [Pharo-users] Writing a GUI - Where to start?
>
> >About Glamour, isn'it used to create Browser? How can i create a typical
>