Re: [Newbies] Project on squeak language

2016-08-23 Thread roger mpouma
rawColor. > > > > Initialize your color to something like black > > > > Initialize > > > >drawColor := Color black. > > > > So that the user is not required to use the menu to get the default color > (black). > > > >

RE: [Newbies] Project on squeak language

2016-08-22 Thread Ron Teitelbaum
rg [mailto:beginners-boun...@lists.squeakfoundation.org] On Behalf Of roger mpouma Sent: Saturday, August 20, 2016 1:51 PM To: A friendly place to get answers to even the most basic questions about Squeak. Subject: Re: [Newbies] Project on squeak language I have already implemented the canvas o

Re: [Newbies] Project on squeak language

2016-08-22 Thread roger mpouma
gt; > > Ron > > > > 2016-08-20 20:26 GMT+02:00 Ron Teitelbaum <r...@usmedrec.com>: > > Have you considered having a menu bar with colors and line sizes. The > users can select the color and line size which will change your program to > use those settings. > >

RE: [Newbies] Project on squeak language

2016-08-22 Thread Ron Teitelbaum
om: beginners-boun...@lists.squeakfoundation.org [mailto:beginners-boun...@lists.squeakfoundation.org] On Behalf Of roger mpouma Sent: Saturday, August 20, 2016 1:51 PM To: A friendly place to get answers to even the most basic questions about Squeak. Subject: Re: [Newbies] Project on squeak language I have alre

Re: [Newbies] Project on squeak language

2016-08-22 Thread roger mpouma
ave you considered having a menu bar with colors and line sizes. The > users can select the color and line size which will change your program to > use those settings. > > > > All the best, > > > > Ron Teitelbaum > > > > *From:* beginners-boun...@lists.squeakfoundati

RE: [Newbies] Project on squeak language

2016-08-20 Thread Ron Teitelbaum
ll the best, Ron Teitelbaum From: beginners-boun...@lists.squeakfoundation.org [mailto:beginners-boun...@lists.squeakfoundation.org] On Behalf Of roger mpouma Sent: Saturday, August 20, 2016 1:51 PM To: A friendly place to get answers to even the most basic questions about Squeak. Subject: Re:

Re: [Newbies] Project on squeak language

2016-08-20 Thread roger mpouma
akfoundation.org [mailto: > beginners-boun...@lists.squeakfoundation.org] *On Behalf Of *roger mpouma > *Sent:* Saturday, August 20, 2016 1:51 PM > *To:* A friendly place to get answers to even the most basic questions > about Squeak. > *Subject:* Re: [Newbies] Project on squeak

RE: [Newbies] Project on squeak language

2016-08-20 Thread Ron Teitelbaum
...@lists.squeakfoundation.org] On Behalf Of roger mpouma Sent: Saturday, August 20, 2016 1:51 PM To: A friendly place to get answers to even the most basic questions about Squeak. Subject: Re: [Newbies] Project on squeak language I have already implemented the canvas on which we draw, the possibility

Re: [Newbies] Project on squeak language

2016-08-20 Thread roger mpouma
I have already implemented the canvas on which we draw, the possibility of drawing with the brush but with only a single color and a single size, a capacity to erase what we have already drawn with the "Clear" command on the custom menu code. So, i'd like to add the possibility of changing the

Re: [Newbies] Project on squeak language

2016-08-20 Thread Bert Freudenberg
Sure. Just ask some specific questions - e.g. what you tried, what worked, what didn't etc. - Bert - On Sat, Aug 20, 2016 at 10:59 AM, roger mpouma wrote: > Hello, > I need help for a drawing project on Squeak. I'd like implement a canvas > on which we draw with the