RE: [Newbies] Project on squeak language

2016-08-20 Thread Ron Teitelbaum
From: roger mpouma Sent: Saturday, August 20, 2016 2:42 PM How can i make this please ? I thought to add "color" and "size" commands as "clear" command in the custom menu code. After that, add "color" and "size" methods... [Ron Teitelbaum] What I was thinking is making buttons on

Re: [Newbies] Project on squeak language

2016-08-20 Thread roger mpouma
How can i make this please ? I thought to add "color" and "size" commands as "clear" command in the custom menu code. After that, add "color" and "size" methods... 2016-08-20 20:26 GMT+02:00 Ron Teitelbaum : > Have you considered having a menu bar with colors and line sizes. The > users can sel

RE: [Newbies] Project on squeak language

2016-08-20 Thread Ron Teitelbaum
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. All the best, Ron Teitelbaum From: beginners-boun...@lists.squeakfoundation.org [mailto:beginners-boun...@lists.squeak

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 colo

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 possibility of drawing with

[Newbies] Project on squeak language

2016-08-20 Thread roger mpouma
Hello, I need help for a drawing project on Squeak. I'd like implement a canvas on which we draw with the possibility of drawing with brush changing the color and size of the brush. Is it possibile to have help ? Thank you in advance. ___ Beginners maili