Re: [Pharo-dev] New User and the Rectangle class.

2017-06-22 Thread Trey Tomes
ized first. > > Have a look at the users of LayoutFrame or asLayoutFrame. > > There is no raison to create a point 0@200 if you can just use the > > correct accessors to set 200. > > > > stef > > > > > > > > On Wed, Jun 21, 2017 at 12:10 AM, Trey Tomes

Re: [Pharo-dev] New User and the Rectangle class.

2017-06-21 Thread Trey Tomes
erent API: for example: > > > > frame := (0 @ 0 corner: 1.0 @ 1.0) asLayoutFrame topLeftOffset: 0 @ 50; > > bottomRightOffset: 0@50 negated. > > " > > > > Thanks, > > -cbc > > > > On Tue, Jun 20, 2017 at 3:10 PM, Trey Tomes <trey.to...@gmail.

[Pharo-dev] New User and the Rectangle class.

2017-06-20 Thread Trey Tomes
Hello! I'm new to this list, so I apologize if this topic has already been considered. I have been re-creating the Laser Game tutorial in Pharo 6, and have encountered something that may be an error within Pharo. The LayoutFrame has the ability to use negative values for the bottom and right