Re: [Pharo-users] PharoJS

2015-07-18 Thread Noury Bouraqadi
> On 17 Jul 2015, at 17:21, Sean P. DeNigris wrote: > > Noury Bouraqadi-2 wrote >> The main difference is that with PharoJS we develop and test in Pharo, >> with the confort of all cool tools such as the GT inspector, spotter :-) > > Wow!!! That is my main pain point with Amber. Unless one is

Re: [Pharo-users] Rectangle center rounding

2015-07-18 Thread Stephan Eggermont
On 17/07/15 18:16, Jan Blizničenko wrote: Shouldn't the rounded method be separated as for example roundedCenter or something like that to eliminate the confusion? I think I've seen discussions about this before and vaguely remember the conclusion that there was too much current code depending

Re: [Pharo-users] Rectangle center rounding

2015-07-18 Thread Peter Uhnák
The discussion was that Rectangle is used by Morphic which uses integer coordinates so rounding is required. I think the idea was to split the two classes? Peter On Sat, Jul 18, 2015 at 9:50 AM, Stephan Eggermont wrote: > On 17/07/15 18:16, Jan Blizničenko wrote: > >> Shouldn't the rounded meth

[Pharo-users] thank you

2015-07-18 Thread Tudor Girba
Hi, GT captured the spotlight again at ESUG: http://www.humane-assessment.com/blog/gtspotter-1st-prize-esug2015 [image: Inline image 1] We, the Glamorous Team, would like to thank the community for the trust and for the support. We assure you that we do not take this for granted. We started on

[Pharo-users] Woden?

2015-07-18 Thread Hilaire
Hi, I want to make a demo of woden. But does not work, and I don't know why. Installed version from Smalltalkhub following instruction found there, or download directly an image from jenkins, in both case I have error when executing: WDFPSSimpleExample13 new open MNU: receiver #doSemanticAnalysi

Re: [Pharo-users] Woden?

2015-07-18 Thread Alexandre Bergel
Hi Hilaire, We will come back to you. Cheers, Alexandre > On Jul 18, 2015, at 5:54 PM, Hilaire wrote: > > Hi, > I want to make a demo of woden. > But does not work, and I don't know why. > > Installed version from Smalltalkhub following instruction found there, > or download directly an imag

Re: [Pharo-users] Woden?

2015-07-18 Thread Clément Bera
Hello, You can try to reload ConfigurationOfOSWindow or try to get the latest ConfigurationOfOSWindow then load the bleeding edge, that might be it. Else for the #doSemanticAnalysisIn: you can try to flush the ASTCache (I think it's "ASTCache rest") Have fun 2015-07-18 17:54 GMT+02:00 Hilaire :

Re: [Pharo-users] Woden?

2015-07-18 Thread Hilaire
Le 19/07/2015 00:31, Clément Bera a écrit : > Hello, > > You can try to reload ConfigurationOfOSWindow or try to get the latest > ConfigurationOfOSWindow then load the bleeding edge, that might be it. > > It is already the ConfigurationOfOSWindow bleeding version installed -- Dr. Geo http://drgeo

Re: [Pharo-users] Woden?

2015-07-18 Thread Hilaire
Le 19/07/2015 00:51, Ronie Salgado a écrit : > Only try to use the WDFPSSimpleExample until 11 (e.g: > WDFPSSimpleExample6 new open) . The examples from WDFPSSimpleExample12 > onward were made by It produces the same error with example before 11 Thanks Hilaire -- Dr. Geo http://drgeo.eu http:/

Re: [Pharo-users] Woden?

2015-07-18 Thread Merwan Ouddane
On 18/07/2015 18:51, Ronie Salgado wrote: Hi Hilaire, Only try to use the WDFPSSimpleExample until 11 (e.g: WDFPSSimpleExample6 new open) . The examples from WDFPSSimpleExample12 onward were made by Jean-Baptiste and Merwan Ouddane, and they require some external files to work which I don't

[Pharo-users] Where do I find Bloc and how do I load it?

2015-07-18 Thread H. Hirzel
Hello Where do I find Bloc and how do I load it? http://smalltalkhub.com/#!/~Bloc:-( Regards Hannes

Re: [Pharo-users] Where do I find Bloc and how do I load it?

2015-07-18 Thread Peter Uhnák
Bloc & Brick http://ws.stfx.eu/F4DRC0CVSDII Peter On Sat, Jul 18, 2015 at 10:58 PM, H. Hirzel wrote: > Hello > > Where do I find Bloc and how do I load it? > > http://smalltalkhub.com/#!/~Bloc:-( > > Regards > > Hannes > >

Re: [Pharo-users] Where do I find Bloc and how do I load it?

2015-07-18 Thread Aliaksei Syrel
Hi I would suggest to use this one: Gofer it > smalltalkhubUser: 'Pharo' > project: 'Brick'; > package: 'ConfigurationOfBrick'; > loadDevelopment. > ConfigurationOfBrick loadDevelopment. If you need brick and bloc Cheers, Alex On Sat, Jul 18, 2015 at 11:00 PM, Peter Uhnák wrote: > Bloc & Br

Re: [Pharo-users] Where do I find Bloc and how do I load it?

2015-07-18 Thread Merwan Ouddane
On 18/07/2015 22:58, H. Hirzel wrote: Hello Where do I find Bloc and how do I load it? http://smalltalkhub.com/#!/~Bloc:-( http://smalltalkhub.com/#!/~Pharo/Bloc Regards Hannes BR, Merwan

[Pharo-users] GitFileTree browsing changes doesn't work in Pharo 5

2015-07-18 Thread Peter Uhnák
Hi, when I wanted to see package changes in Pharo 5 (with GitFileTree from MetaRepoFor5.0 / loadDevelopment) it died on MCMczReader class>>canReadFileNamed: fileName because "fileName" is actually instance of GitFileTreePackageEntry is it broken, or did I break something? Thanks, Peter

Re: [Pharo-users] GitFileTree browsing changes doesn't work in Pharo 5

2015-07-18 Thread Thierry Goubier
Hi Peter, I may be a few updates behind Pharo5 these past days (well, I haven't started Pharo5 recently) so I need to have a look. Can you wait until tomorrow? Thierry Le 18/07/2015 23:38, Peter Uhnák a écrit : Hi, when I wanted to see package changes in Pharo 5 (with GitFileTree from Meta

Re: [Pharo-users] GitFileTree browsing changes doesn't work in Pharo 5

2015-07-18 Thread Peter Uhnák
> > Can you wait until tomorrow? Sure. Interestingly enough committing still works. Peter

Re: [Pharo-users] PharoJS

2015-07-18 Thread Sean P. DeNigris
Noury Bouraqadi-2 wrote > As I showed at ESUG..., it allows building a simple form app for > smartphones using PhoneGap. Ah, very cool use case. Is there a video? Noury Bouraqadi-2 wrote > (we missed you BTW) I just got married, but hopefully will be back next year. Much of my work seems to be

Re: [Pharo-users] Woden?

2015-07-18 Thread Hilaire
Le 19/07/2015 01:55, Merwan Ouddane a écrit : >> Hi Hilaire, >> >> Only try to use the WDFPSSimpleExample until 11 (e.g: >> WDFPSSimpleExample6 new open) . The examples from >> WDFPSSimpleExample12 onward were made by Jean-Baptiste and Merwan >> Ouddane, and they require some external files to work

Re: [Pharo-users] GitFileTree browsing changes doesn't work in Pharo 5

2015-07-18 Thread Thierry Goubier
Hi Peter, I'm unable to reproduce. I'm on the latest 5.0 (50174). Could you describe a bit more what you were trying (I tried Changes, and I go no error). Thierry Le 18/07/2015 23:59, Peter Uhnák a écrit : Can you wait until tomorrow? Sure. Interestingly enough committing still works