Etoys: MorphicExtras-kfr.68.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Etoys: MorphicExtras-kfr.68.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.68.mcz

==================== Summary ====================

Name: MorphicExtras-kfr.68
Author: kfr
Time: 21 March 2012, 10:48:28 pm
UUID: 8492a2ea-c947-7f47-9790-0db875417600
Ancestors: MorphicExtras-kfr.67

Extent had wrong ratio applied

=============== Diff against MorphicExtras-kfr.67 ===============

Item was changed:
  ----- Method: SectorMorph>>extent: (in category 'accessing') -----
  extent: newExtent
+ | amount |
+ amount := (self width - self radius / self radius) + 1.
+ self radius: (newExtent x max: newExtent y) / amount
+ !
- self radius: (newExtent x max: newExtent y)
- / 2!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: MorphicExtras-kfr.68.mcz

Ricardo Moran
Hi, I just wanted to note that when the sector is rotated it becomes very difficult to control its extent now, and it can grow so much that the "space is low" warning appears.


On Wed, Mar 21, 2012 at 6:48 PM, <[hidden email]> wrote:
Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.68.mcz

==================== Summary ====================

Name: MorphicExtras-kfr.68
Author: kfr
Time: 21 March 2012, 10:48:28 pm
UUID: 8492a2ea-c947-7f47-9790-0db875417600
Ancestors: MorphicExtras-kfr.67

Extent had wrong ratio applied

=============== Diff against MorphicExtras-kfr.67 ===============

Item was changed:
 ----- Method: SectorMorph>>extent: (in category 'accessing') -----
 extent: newExtent
+       | amount |
+       amount := (self width - self radius / self radius) + 1.
+       self radius: (newExtent x max: newExtent y) / amount
+ !
-       self radius: (newExtent x max: newExtent y)
-                       / 2!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev


_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: MorphicExtras-kfr.68.mcz

Scott Wallace
Hmm, I also see the problems that Richo mentions when I apply this fileout…

  -- Scott


On Mar 21, 2012, at 3:03 PM, Ricardo Moran wrote:

> Hi, I just wanted to note that when the sector is rotated it becomes very difficult to control its extent now, and it can grow so much that the "space is low" warning appears.
>
>
> On Wed, Mar 21, 2012 at 6:48 PM, <[hidden email]> wrote:
> Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
> http://source.squeak.org/etoys/MorphicExtras-kfr.68.mcz
>
> ==================== Summary ====================
>
> Name: MorphicExtras-kfr.68
> Author: kfr
> Time: 21 March 2012, 10:48:28 pm
> UUID: 8492a2ea-c947-7f47-9790-0db875417600
> Ancestors: MorphicExtras-kfr.67
>
> Extent had wrong ratio applied
>
> =============== Diff against MorphicExtras-kfr.67 ===============
>
> Item was changed:
>  ----- Method: SectorMorph>>extent: (in category 'accessing') -----
>  extent: newExtent
> +       | amount |
> +       amount := (self width - self radius / self radius) + 1.
> +       self radius: (newExtent x max: newExtent y) / amount
> + !
> -       self radius: (newExtent x max: newExtent y)
> -                       / 2!
>
> _______________________________________________
> etoys-dev mailing list
> [hidden email]
> http://lists.squeakland.org/mailman/listinfo/etoys-dev
>
> _______________________________________________
> etoys-dev mailing list
> [hidden email]
> http://lists.squeakland.org/mailman/listinfo/etoys-dev

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev