Dear smalltalkers, phratchers and everybody interested to help Phratch
development.
We need you as an international community. Phratch needs your help to be
multilingual.
The most of work is already done, It is based on the Scratch work (Thank you
for all the supported languages). Now, as Phra
On 16 Jan 2014, at 10:37, Marcus Denker wrote:
> Hi,
>
> Pharo3 just got it's 700th update. This is a record for any Pharo release yet
> (Pharo2 was released with just below 600 updates).
>
> Every update contains the code of 1-5 issues from the issue tracker. Fixes,
> improvements, but even
Hello!
Task is simple - draw a line on a form(actually this line will be a border
of a cell). While browsing classes I found LineSegment and LineMorph. Which
of them is better to use in my case? And another question: I know how to
initialize both of them, but don't know how to draw it on my form.
Hi Mark,
sadly, I’m not confident about this, but maybe you should use Athens
Uko
On 16 Jan 2014, at 10:52, Маркіян Різун wrote:
> Hello!
>
> Task is simple - draw a line on a form(actually this line will be a border of
> a cell). While browsing classes I found LineSegment and LineMorph. Whi
hi,
I think you need LineMorph.
AFAIK, LineSegment is just used to draw PolygonMorph (not sure about that)
Esteban
On 16 Jan 2014, at 11:00, Yuriy Tymchuk wrote:
> Hi Mark,
>
> sadly, I’m not confident about this, but maybe you should use Athens
>
> Uko
>
> On 16 Jan 2014, at 10:52, Маркія
look at Canvas class
On 16 January 2014 10:52, Маркіян Різун wrote:
> Hello!
>
> Task is simple - draw a line on a form(actually this line will be a border
> of a cell). While browsing classes I found LineSegment and LineMorph. Which
> of them is better to use in my case? And another question:
On 16 Jan 2014, at 10:52 , Маркіян Різун wrote:
> Hello!
>
> Task is simple - draw a line on a form(actually this line will be a border of
> a cell). While browsing classes I found LineSegment and LineMorph. Which of
> them is better to use in my case? And another question: I know how to
> i
Thanks for help. I'll try out your suggestions.
Mark
16 січ. 2014 12:50, користувач "Henrik Johansen" <
henrik.s.johan...@veloxit.no> написав:
>
> On 16 Jan 2014, at 10:52 , Маркіян Різун wrote:
>
> > Hello!
> >
> > Task is simple - draw a line on a form(actually this line will be a
> border of a
Hi,
I am currently moving my application from pharo2 to pharo3.
I am asking myself if there is an easy way to find all deprecated methods I
used in my app.
The only way I see currently is to use the app and testing for walkbacks and
run the test cases.
How did others manage this?
Sabine
--
V
Problem is solved)
Looked at Canvas class and used it, as some of you adviced.
As for me it was the best choice for such a simple task.
Thank you again.
2014/1/16 Маркіян Різун
> Thanks for help. I'll try out your suggestions.
> Mark
> 16 січ. 2014 12:50, користувач "Henrik Johansen" <
> henrik
Hello Sabine,
I have a set of smalllint rules I have created by mining code history
between Pharo 2.0 and 3.0.
Note however they do not cover all deprecated methods and classes.
If you want to give a try, just load them (using the code below), and run
the rules using the Critic Browser to find th
On 16 January 2014 14:00, Маркіян Різун wrote:
> Problem is solved)
> Looked at Canvas class and used it, as some of you adviced.
>
it was me, me :)
> As for me it was the best choice for such a simple task.
> Thank you again.
>
> now you owe me a pony
>
> 2014/1/16 Маркіян Різун
>
>> Thank
Hello!
While working with older version of Pharo I used expression:
SketchMorph new withForm: myForm
This lets make a morph with contents of your form.
But now in Pharo SketchMorph has dissapeared, and I wonder if there is some
appropriate replacement for it.
Mark.
Маркіян Різун wrote
> appropriate replacement for it.
Hi! See ImageMorph. IIRC there is a good class comment
-
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Replacement-for-SketchMorph-tp4737288p4737293.html
Sent from the Pharo Smalltalk Users mailing list archive at
Thank you very much. Comments are really helpful.
Mark
2014/1/16 Sean P. DeNigris
> Маркіян Різун wrote
> > appropriate replacement for it.
>
> Hi! See ImageMorph. IIRC there is a good class comment
>
>
>
> -
> Cheers,
> Sean
> --
> View this message in context:
> http://forum.world.st/Rep
Looks promising Hilaire.
What version of Pharo can I load this into?
Thanks
Carlo
On 16 Jan 2014, at 10:29 PM, Hilaire Fernandes
wrote:
Hi,
I am revisiting a previous project iStoa.net to polish its GUI and graphics.
I want to produce math exercises for grade 1 kids to play with, enclosed
a f
That was just what I needed. Thanks, Hernan! It seems like we could consolidate
a bit on Windows: we have NB, ProcessWrapper, and OSProcess, all of which have
a piece of the functionality you'd want for interacting with external
processes...
Original message
From: "Sean P. DeN
17 matches
Mail list logo