In #SmalltalkImage>>metacelloPlatformAttributes, #'pharo5.x' #'pharo5.0.x’ have
been removed and Seaside does not have configuration for pharo6.
Is there a plan to update the configuration of Seaside ?
Thanks !
Pierre and Norbert
Hi there,
I really liked the video, sent it to a friend to convince him to try
Pharo... It also remind me that there is this really nice tool, the finder.
Sadly, on the first try I had a bug:
this request by example is working
#('bc' 'ab')..#('ab' 'bc')
this one is not
{'bc'. 'ab'}..{'ab'. 'bc'}
Hi all,
new version of smooth scrollbars and pads is available, it allows you to
navigate with scalability in the view, check this out:
https://vimeo.com/122758568
try out:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| b |
b := RTMondrian new.
b shape rectangle
withBorder;
lease test what happens when
> you move the scroller in the new window to see it for yourself.
>
> Hope it helps,
>
> Offray
>
> El 04/03/15 a las 09:21, Pierre CHANSON escribió:
>
> Hi all,
>>
>> RTScrollBarBuilder allows you to add a scalable scroll bar or scroll pa
Hi all,
RTScrollBarBuilder allows you to add a scalable scroll bar or scroll pad to
your Roassal view.
see examples in RTScrollBarBuilderExamples, or try to execute this in a
workspace:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
b := RTMondrian new.
b shape rectangle
Alright thank you for the explanations yes it looks nice :)
2015-02-24 12:27 GMT-03:00 Alexandre Bergel :
> Cool picture :-)
>
> Alexandre
>
>
> > On Feb 23, 2015, at 4:04 PM, Werner Kassens
> wrote:
> >
> > Hi Pierre,
> > perhaps i should show what i intend to do, i attached a screenshot and i
Ah yes exactly, I was not explaining it correctly as I am so used to it, sorry
But it is good now, by the way I am interested in how you did this Werner,
actually if it would be an easy and simple algorithm to fill a defined circle
for example like a mesher.
Cheers,
Pierre
> On 23 févr. 201
Hi Werner,
yes the builder is not made to work for Tracher canvas and Trachel shapes
because in a builder we use methods that can be understood by an RTView and
RTShape etc.
Why don't you use an RTView and RTBox ? so you can use directly the builder
with view elements as objects ?
I am not sure
p me ;)
Pierre
> On 18 févr. 2015, at 5:46 PM, Tudor Girba wrote:
>
> This looks great!
>
> What do you use to handle the interaction?
>
> Doru
>
>> On Wed, Feb 18, 2015 at 9:41 PM, Pierre CHANSON
>> wrote:
>> Hi all,
>>
>> here
Hi all,
here is a short video to present how to integrate Roassal graphics in your
Seaside application !
https://vimeo.com/119983485
http://smalltalkhub.com/#!/~PierreChanson/RoassalSeaside
cheers,
Pierre
Thank you very much Werner ! :) actually it's not complicated at all, based on
some other builders.
But I realized how it can be useful as I really sometime need to see where some
elements of my view are (and not in a relative position to one origin. Even if
the position is relative to the can
2015-02-16 14:05 GMT-03:00 Werner Kassens :
> everything would be scaled automatically
Yes I see now what you would like, the idea would be to place an X and Y
axis around a collection of RTElements in a view.
So I integrated a RTAxisAdaptedBuilder in the last version of Roassal2 for
that.
The
Hi Werner,
With this I get my two Rectangles shapes in a view with their positions
printed in popup.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
view := RTView new.
coll:=Array with: (Rectangle origin: 500@500 corner: 510@520) with:
(Rectangle origin: 505@504 corner:
Hi Werner, you are right, I will try it
2015-02-03 10:22 GMT-03:00 Ben Coman :
>
>
> On Tue, Feb 3, 2015 at 12:58 AM, p...@highoctane.be
> wrote:
>
>> On Mon, Feb 2, 2015 at 5:22 PM, Pierre CHANSON
>> wrote:
>>
>>> Hi everyone,
>>> I was wo
2015-02-02 13:49 GMT-03:00 stepharo :
> Pay attention ScaledDecimal are just fraction.
Yes sure but I think it would be ok for me later, for example using
ScaledDecimal readFrom: '0.06515031360099368', then I can manipulate
this.
2015-02-02 13:51 GMT-03:00 Werner Kassens :
> Hi Pierre,
> you will find an ArbitraryPrecisionFloat package at sqeaksource that works
> eg in pharo3 & 4:
> http://www.squeaksource.com/ArbitraryPrecisionFl.html
>
Thanks Werner, I will have a look
Hi everyone,
I was wondering if there was a package to manipulate floats like the MPFR
library in C...
Then I found in http://stephane.ducasse.free.fr/Web/Draft/Float.pdf that
using ScaledDecimal allows exact arithmetics. So I guess ScaledDecimal is
the best class to use for playing with 20 decimal
> Or not more that in Pharo-users.
I mean it would be strange that Nabble had all the Pharo user-only and
[Pharo-users] does not have any.
>
> People read the mailing list via other means, too
> (Nabble, for example).
Or maybe there are user-only on Nabble. But I guess not so much ? Or not
more that in Pharo-users.
Pierre
2015-01-26 17:59 GMT-03:00 Pierre CHANSON :
> thanks!
> Around 500, it's still impressiv
thanks!
Around 500, it's still impressive.
I guess I can count a little bit less to have a number on Pharo devs, Pharo
active community.
But it is difficult to put a real number on pharo users:
If we consider that all Pharo devs (or almost) are in the both lists, (And
I guess this is not so false
Hi all,
anyone know how much user Pharo count ? And how much mailing lists user ?
thank you,
sincerely,
Pierre
Epic just like the trailers !
congrats,
Pierre
2014-12-24 6:30 GMT-03:00 Sven Van Caekenberghe :
> Super !
>
> Thanks a lot.
>
> > On 24 Dec 2014, at 00:09, Tudor Girba wrote:
> >
> > We are happy to announce Moose 5.0:
> > *http://moosetechnology.org/#install*
> >
> >
> > Description
> > ---
2014-12-12 5:45 GMT-03:00 p...@highoctane.be :
>
> How hard is it to have a palette like this one for example:
> http://patterntap.com/pattern/color-palette-flat-ui-colors
>
Hi,
these palette is now available on Roassal2
-=--=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=
v := RTView new.
pal := ColorP
After some explanations and examples with Hamilton,
I can certify this exporter is awesome !
Yes we'll take a look at the palette today
Pierre
2014-12-12 9:58 GMT-03:00 Alexandre Bergel :
>
> I will try to integrate that into my software.
>
>
> Let us know how it goes!
>
> A question: the color
t;
> Cheers,
>
> Offray
>
> El 12/11/14 a las #4, Pierre CHANSON escribió:
>
>> Hi Offray !
>>
>> from Pharo you can access the monticello repository with the following
>> code:
>> myRepository := MCSmalltalkhubRepository location: .
>>
>> th
Hi Offray !
from Pharo you can access the monticello repository with the following
code: myRepository := MCSmalltalkhubRepository location: .
then you can get: myRepository allVersionNames.
Finally you can get the commits informations (message, author, date etc.)
using: myRepository versionInfoF
26 matches
Mail list logo