[Pharo-users] Seaside can not be used with Pharo 60261

2016-10-17 Thread Pierre CHANSON
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

Re: [Pharo-users] Wait two seconds

2015-05-14 Thread Pierre CHANSON
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'}

[Pharo-users] Roassal2, navigate in your view with scrollbars

2015-03-20 Thread Pierre CHANSON
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;

Re: [Pharo-users] Roassal scroll bar builder

2015-03-05 Thread Pierre CHANSON
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

[Pharo-users] Roassal scroll bar builder

2015-03-04 Thread Pierre CHANSON
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

Re: [Pharo-users] Roassal question

2015-02-24 Thread Pierre CHANSON
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

Re: [Pharo-users] Roassal question

2015-02-23 Thread Pierre Chanson
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

Re: [Pharo-users] Roassal question

2015-02-23 Thread Pierre CHANSON
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

Re: [Pharo-users] Enjoy Roassal on your seaside web application

2015-02-18 Thread Pierre Chanson
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

[Pharo-users] Enjoy Roassal on your seaside web application

2015-02-18 Thread Pierre CHANSON
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

Re: [Pharo-users] Roassal question

2015-02-16 Thread Pierre Chanson
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

Re: [Pharo-users] Roassal question

2015-02-16 Thread Pierre CHANSON
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

Re: [Pharo-users] Roassal question

2015-02-16 Thread Pierre CHANSON
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:

Re: [Pharo-users] High precision arithmetic

2015-02-03 Thread Pierre CHANSON
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

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Pierre CHANSON
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.

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Pierre CHANSON
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

[Pharo-users] High precision arithmetic

2015-02-02 Thread Pierre CHANSON
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

Re: [Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
> 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.

Re: [Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
> > 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

Re: [Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
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

[Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
Hi all, anyone know how much user Pharo count ? And how much mailing lists user ? thank you, sincerely, Pierre

Re: [Pharo-users] [ann] moose 5.0

2014-12-24 Thread Pierre CHANSON
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 > > ---

Re: [Pharo-users] Roassal HTML exporter

2014-12-14 Thread Pierre CHANSON
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

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Pierre CHANSON
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

Re: [Pharo-users] Ploting all history of the commits in a Monticello repository

2014-11-14 Thread Pierre CHANSON
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

Re: [Pharo-users] Ploting all history of the commits in a Monticello repository

2014-11-12 Thread Pierre CHANSON
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