Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread Tudor Girba
Hi, My guess is that the problem with your old image is that you already loaded an old version of PetitParser in there and this loaded an old version of Glamour. When you loaded PetitParser with the script I gave you, it probably did not update the Glamour code. In any case, I would suggest to

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread Alain Busser
I didn't *have to* download file by file, I just wanted to try everything that I could. Doing the Gofer trick still does not allow me to launch a PPBrowser. If I try with a fresh image, it works OK, that may prove that Petit works well on Pharo 2.0, but on my own image it don't work, so there may

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread Tudor Girba
Exactly. Take a fresh image. Do not download anything manually. Only execute the script and it should work. Doru On Tue, May 21, 2013 at 2:56 PM, stephane ducasse wrote: > > On May 21, 2013, at 9:45 AM, Alain Busser wrote: > > Yes, I done it as you wrote with Gofer, then I used Monticello to

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread stephane ducasse
On May 21, 2013, at 9:45 AM, Alain Busser wrote: > Yes, I done it as you wrote with Gofer, then I used Monticello to download > petit (file by file) why do you have to donwload file by file? Gofer does it for you. execute only these two expressions: > Gofer new > smalltalkhubUser:

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread Alain Busser
Yes, I done it as you wrote with Gofer, then I used Monticello to download petit (file by file), then I done the Gofer trick again, and I still have the same problem: A nil as "bottom" which blocks a subtraction... If I am the only one to encounter the problem, it probably comes from somewhere els

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-20 Thread Tudor Girba
Hi, On May 20, 2013, at 6:05 PM, Alain Busser wrote: > I dropped the image on Pharo and I still have this illegal subtraction > message. > > I don't build anything, I just downloaded Pharo 2.0 "one click" and added > MathsOntologie, DrGeo and PetitParser. Plus the (almost) daily updates. How

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-20 Thread Marcus Denker
On May 20, 2013, at 6:09 PM, Alain Busser wrote: > I dropped the image on Pharo and I still have this illegal subtraction > message. > > I don't build anything, I just downloaded Pharo 2.0 "one click" and added > MathsOntologie, DrGeo and PetitParser. Plus the (almost) daily updates. There ar

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-20 Thread Alain Busser
I dropped the image on Pharo and I still have this illegal subtraction message. I don't build anything, I just downloaded Pharo 2.0 "one click" and added MathsOntologie, DrGeo and PetitParser. Plus the (almost) daily updates. The debugger says that GLMSystemWindow's "addMorph: fullFrame" method h

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-20 Thread Juan Ignacio Vaccarezza
Doru, I loaded the moose stuf from smalltalk hub (following your instructions) and worked perferct thanks Regars, Juan On Sun, May 19, 2013 at 9:01 AM, Tudor Girba wrote: > Hi Alain, > > As I said, something does not add up. > > What do you do exactly when you are building your image? > > Al

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-19 Thread Tudor Girba
Hi Alain, As I said, something does not add up. What do you do exactly when you are building your image? Also, could you try following the instructions from the previous mail and let me know if it still fails? Cheers, Doru On May 19, 2013, at 1:24 PM, Alain Busser wrote: > in the "world" m

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-19 Thread Alain Busser
in the "world" menu, "tools" then "petitparser"; the browser method is "openWith: aRender" which fails to render anything in GLMMorphicRenderer... On Sun, May 19, 2013 at 12:02 AM, Tudor Girba wrote: > Hi, > > Something does not add up :). What menu are you talking about? > > Here is an image

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-18 Thread Tudor Girba
Hi, Something does not add up :). What menu are you talking about? Here is an image based on Pharo 2.0 that only contains PetitParser: https://ci.inria.fr/moose/job/petitparser/lastSuccessfulBuild/artifact/petitparser.zip If I run "PPBrowser open", it seems to work just fine. Here is how the im

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-18 Thread Alain Busser
Done, and when I clicked on the menu entry ... and ... guess what ... Pharo crashed again ... The last error message was about a labelGraphic ( aMultistateButton); in case it helps... On Sat, May 18, 2013 at 9:43 AM, Tudor Girba wrote: > Hi, > > Please load the latest version of PetitParser

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-17 Thread Tudor Girba
Hi, Please load the latest version of PetitParser in Pharo 2.0 from SmalltalkHub: Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser'; package: 'ConfigurationOfPetitParser'; load. (Smalltalk at: #ConfigurationOfPetitParser) loadDevelopment Cheers, Doru O

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-17 Thread Alain Busser
OK, I used Monticello with the Moose address, and downloaded petitsmalltalk and PetitParser, as well as configuration files. I made (Smalltalk at: #ConfigurationOfPetitParser) perform: #loadDefault. once again, and clicked on the petit entry in the tools menu ... and Pharo crashed! On Fri,

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-17 Thread Alain Busser
I made Gofer new renggli: 'petit'; package: 'ConfigurationOfPetitParser'; load. (Smalltalk at: #ConfigurationOfPetitParser) perform: #loadDefault. The tool is actually loaded but when I try to launch it from the system menu I get a receiver of "-" is nil Same message if in the

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-17 Thread Juan Ignacio Vaccarezza
Hi all, thanks for the answers, I also notice the problem with petit parser (the parsing stuff is working but not the editor throws a MNU), I loaded it using the configuration browser I'll try loading from SH later, right now Im stuck with something else. Thanks again, Juan. On Fri, May 17, 20

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-17 Thread Esteban Lorenzano
and not just the moose people :) take into account that all those project has been migrated to smalltalkhub, under the moose team: http://smalltalkhub.com/#!/~Moose for the moose guys: what about promote the right configurations to MetaRepoForPharo20? (I know there are a lot of cool stuff in

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread stephane ducasse
ALL*** the moose people are using PetitParser and it loads in 20. so where you took the code from? The official repositories are on SmalltalkHub/Moose Stef On May 16, 2013, at 8:27 PM, Alain Busser wrote: > Hi, > > I have a similar problem with PetitParser (loads well under Pharo 1.4, not

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread btc
Try it in Moose 4.8, which is based off Pharo 2.0. http://www.moosetechnology.org/download/4.8 -ben Camille Teruel wrote: On 16 mai 2013, at 17:59, stephane ducasse wrote: yes normally the moose people. This is strange because eyesee is in Moose and we load it daily in 2.0.

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread Alain Busser
Hi, I have a similar problem with PetitParser (loads well under Pharo 1.4, not as well under Pharo 2.0) Alain On Thu, May 16, 2013 at 8:56 PM, Camille Teruel wrote: > > On 16 mai 2013, at 17:59, stephane ducasse wrote: > > yes normally the moose people. > This is strange because eyesee is in M

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread Camille Teruel
On 16 mai 2013, at 17:59, stephane ducasse wrote: > yes normally the moose people. > This is strange because eyesee is in Moose and we load it daily in 2.0. Maybe the smalltalk hub repo is more up to date? > > Stef > >> Thanks for your answer Camille! >> >> I tried it. >> It loads well on 1

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread stephane ducasse
yes normally the moose people. This is strange because eyesee is in Moose and we load it daily in 2.0. Stef > Thanks for your answer Camille! > > I tried it. > It loads well on 1.4 but in 2.0 shows warining about a non satisfied > blockclosure class. > > Then when I run the test there is a fal

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread Juan Ignacio Vaccarezza
Thanks for your answer Camille! I tried it. It loads well on 1.4 but in 2.0 shows warining about a non satisfied blockclosure class. Then when I run the test there is a faliure with the anouncements, which also accured when I tried the examples. Is someone maintaining this? Thanks again, Juan

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-16 Thread Camille Teruel
Hi Juan, You can have a look to eyeSee: Gofer it squeaksource: 'EyeSee'; package: 'ConfigurationOfEyeSee'; load. (Smalltalk at: #ConfigurationOfEyeSee) loadDefault On 16 mai 2013, at 16:03, Juan Ignacio Vaccarezza wrote: > Hi all, > > Does anybody know a chart framework? Im