Re: [Newbies] Drawing an Arc.

2006-07-09 Thread Hilaire Fernandes
Hello Claudio, You may want to give a try to my simple DrGArcMorph in the enclosed change set. To use it: a :=DrGArcMorph new a center: [EMAIL PROTECTED] radius: 100 origin: 0 length: 3.1415 a openInWorld origin and length are in radian unit Hilaire Claudio Acciaresi a écrit : Hello, I`m

Re: [Newbies] Drawing an Arc.

2006-07-09 Thread Claudio Acciaresi
Thanks a lot for your answer, I file in what you sent me, but DrGArcMorph is subclass of DrGPolylineMorph and i do not have this last class. Can i install it with SqueakMap? Claudio. - Original Message - From: Hilaire Fernandes [EMAIL PROTECTED] To: A friendly place to get answers to

[Newbies] Fun with Dates

2006-07-09 Thread Bert Freudenberg
Here's a fun little snippet of code to let you plan unusual birthday parties. Just insert a list of dates and get a list of parties, like celebrating the nd week of birth ;-) | start end parties birthday birth number party | start := (Date today subtractDays: 14) asSeconds. end := (Date

[Newbies] implementation

2006-07-09 Thread math su
Hi, I was reading code when I find several implementation of # selector. But they all have the same body. (Except for Integer). So why? Math ___ Yahoo! Mail réinvente le mail !

[Newbies] Re: implementation

2006-07-09 Thread Klaus D. Witzel
Hi Math, on Sun, 09 Jul 2006 23:42:28 +0200, you wrote: Hi, I was reading code when I find several implementation of # selector. You have perhaps seen that in a recent 3.9 image? But they all have the same body. (Except for Integer). You can switch on the preference to show annotation