Sean P. DeNigris wrote
> MorphicTransform's scaling method arguments were either named
> (unhelpfully) 's' or (misleadingly) 'aFloat'
Issue 14971 MorphicTransform: Better Argument Names
Fix in inbox...
Scale: "s" -> aNumberOrPoint
Angle: "a" -> radians
Offset: a -> aPoint
-
Cheers,
Sean
--
Sean P. DeNigris wrote
> That worked
But actually, it was totally unnecessary! MorphicTransform's scaling method
arguments were either named (unhelpfully) 's' or (misleadingly) 'aFloat',
but apparently, I can just pass aPoint to scale x and y separately :)
So I'm back to the simple version...
dra
Nicolai Hess wrote
> You can create a new Form... warpblt into this form...
Ah, thanks. That worked. It became:
drawOn: aCanvas
| tempForm |
tempForm := Form extent: self innerBounds extent depth: self image
depth.
(WarpBlt current toForm: tempForm)
so
Hi all,
I'm planning to make a web site. Nothing fancy, just a web site for the
grafoscopio project I have told you about already. I started to use
Nikola blog engine[1], but, after a while I thought I want to try
something else, something that can create static web sites like Nikola,
but wit
On Sat, Feb 21, 2015 at 2:44 AM, p...@highoctane.be
wrote:
>
> Le 20 févr. 2015 19:10, "sergio_101" a écrit :
> >
> > to the point that during regular work, i am starting to hear "i wish we
> (ruby ecosystem) had (insert ST goodness) here.."
>
> I'd like to ask you for a lit of these.
>
> Also,
And there is
FormCanvas>>#warpImage:transform:at:sourceRect:cellSize:
this one works with a MatrixTransform2x3 (this may support scaling for x
and y).
2015-02-21 0:40 GMT+01:00 Nicolai Hess :
> 2015-02-20 23:56 GMT+01:00 Sean P. DeNigris :
>
>> I'm implementing a SimpleImageMorph which squeezes
2015-02-20 23:56 GMT+01:00 Sean P. DeNigris :
> I'm implementing a SimpleImageMorph which squeezes the form into the
> Morph's
> inner bounds instead of the weird TransformMorph thing.
>
> As a spike, I wrote:
> | transform scale |
> scale := self innerBounds width / self image wid
I'm implementing a SimpleImageMorph which squeezes the form into the Morph's
inner bounds instead of the weird TransformMorph thing.
As a spike, I wrote:
| transform scale |
scale := self innerBounds width / self image width.
transform := MorphicTransform new setScale: scal
I am aiming to do one for CentOS 7 in march.
Phil
Le 20 févr. 2015 16:55, "Sean P. DeNigris" a écrit
:
> ksi wrote
> > Already accomplished for archlinux - https://hub.docker.com/u/geal/
> > The motivaton behind it -
> >
> https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-clo
Le 20 févr. 2015 19:10, "sergio_101" a écrit :
>
> okay, you've got me to switch.. anyway.. it's not that big deal to fire
up pharo 3 with the same codebase..
>
> i think i saw GTSpotter on a screencast somewhere.. i will go look for
it..
>
> when you mention the other nice things, where can i fin
I made a video tutorial about it here
https://www.youtube.com/watch?v=mNh6VtPy8m4&list=PLqbtQ7OkSta0ULYAd7Qdxof851ybh-_m_&index=23
Well Pharo 4 comes with GT tools a new inspector and a new workspace. I am
also a huge fan of the new Dark Theme.
Using Pharo makes you feel like Neo from The Matrix
okay, you've got me to switch.. anyway.. it's not that big deal to fire up
pharo 3 with the same codebase..
i think i saw GTSpotter on a screencast somewhere.. i will go look for it..
when you mention the other nice things, where can i find them? where should
i look?
my day time development team
I work with Pharo 4 and no longer use Pharo 3, its very stable I have not
experienced any kind of problem with it except one with autocompletion when
I was hacking Pharo themes for my Nirreas project.
Definetly recommend it to you to switch just for GTSpotter alone and many
other new nice things.
Excerpts from sergio_101's message of 2015-02-20 17:13:56 +0100:
> I had an hour last night to start playing with pharo 4.
>
> in the hour that played with it, there are already features i miss when
> going back to pharo 3 for getting work done.
>
> my questions is, how close is pharo 4 to be use
Hey, all.
I had an hour last night to start playing with pharo 4.
in the hour that played with it, there are already features i miss when
going back to pharo 3 for getting work done.
my questions is, how close is pharo 4 to be useable in a day to day
environment?
can i use it as a part of my re
ksi wrote
> Already accomplished for archlinux - https://hub.docker.com/u/geal/
> The motivaton behind it -
> https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/
>
> Cheers
> Kiril
-
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Pharo-and-Doc
Excellent link!
Alexandre
> Le 20 févr. 2015 à 06:46, "p...@highoctane.be" a écrit :
>
> https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/
>
> Le 20 févr. 2015 10:59, "S Krish" a écrit
> :
>>
>> Not so much Pharo on Docker, but a complete stack on Docker based o
Sweet stuff..
I was planning on the Seaside-Angular-REST Teapot+Java Spark modules on
Docker.. Will catch up on this..
On Fri, Feb 20, 2015 at 4:16 PM, p...@highoctane.be
wrote:
> https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/
> Le 20 févr. 2015 10:59, "S Krish" a
https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/
Le 20 févr. 2015 10:59, "S Krish" a
écrit :
>
> Not so much Pharo on Docker, but a complete stack on Docker based on Pharo:
>
> * Seaside or any web framework..
> * Multi module that can be fabric like be brought up for s
Hi Peter,
thanks for raising all those issues. A few comments inlined...
2015-02-20 11:14 GMT+01:00 Peter Uhnák :
> Hi,
>
> thank you both, I've semi-successfully managed to convert it to git.
> However there were some problems I've encountered (mostly because I wanted
> more than was provided :
Hi,
thank you both, I've semi-successfully managed to convert it to git.
However there were some problems I've encountered (mostly because I wanted
more than was provided :)).
So there are some changes that might be worth considering for integration.
1) it will NOT recreate a commit for each mcz
Not so much Pharo on Docker, but a complete stack on Docker based on Pharo:
* Seaside or any web framework..
* Multi module that can be fabric like be brought up for scaling
* Moose
...
On Fri, Feb 20, 2015 at 2:22 PM, Torsten Bergmann wrote:
> Docker is on hype these days:
> https://www.doc
Docker is on hype these days:
https://www.docker.com/whatisdocker/
Would it make sense to provide Pharo as preconfigured environment
(Pharo/Seaside stack) or other environments like the PharoNOS
project in the Docker registry?
It depends on your OrderedCollection implementation.
OrderedCollection has a variable size in memory. When instantiated, it has
for example 10 slots, and if you have more than 10 objects, it needs to
change its size to hold more slots.
The current implementation relies on an indirection to an arr
24 matches
Mail list logo