[Pharo-users] exception handling problem when running tests in Nautilus

2015-04-19 Thread Otto Behrens
Hi, Thanks everyone for the new Pharo and all the work done. I like Spotter! I gave Pharo 4 a try today and ran into a problem with running tests in a TestCase (test class - run tests). I just get the debugger popping up with WARequestContextNotFound. In the setUp of our test case, we call

[Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread stepharo
Hi guys long time ago Magritte was shipped with examples such as MAAddress and MAPerson. Does anybody have an idea? Stef

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread Hilaire
Le 19/04/2015 07:30, stepharo a écrit : Hi guys long time ago Magritte was shipped with examples such as MAAddress and MAPerson. Does anybody have an idea? Stef Hi, In my opinion, the lack of documentation is how to extend Magritte to fit your own object. For example, an object with

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread garduino
philippeback wrote This is really an area where we are lagging behind. It is annyoying since competing technologies do have what it takes to make decent crud systems. Good CRUD ability is what most people are looking for in web frameworks and we are a bit lagging here. +10 -- View

Re: [Pharo-users] SDL2 and fork

2015-04-19 Thread Alexandre Bergel
Hi Matthieu, This is important: Binding SDL with Pharo will help Roassal to get better. Please, let us know how it goes Alexandre On Apr 9, 2015, at 12:54 PM, Matthieu Lacaton matthieu.laca...@gmail.com wrote: Hello everyone, I tried to use the SDL2 binding to Pharo to create a very

Re: [Pharo-users] [Bulk] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread Yanni Chiu
On Apr 19, 2015, at 6:59 AM, p...@highoctane.be wrote: Good CRUD ability is what most people are looking for in web frameworks and we are a bit lagging here. I extracted out an example store, from the work I’ve been doing, to put together a presentation for our local Smalltalk user group

Re: [Pharo-users] Pillar used directly from Pharo

2015-04-19 Thread Jan Valášek
Well, this is exactly what I needed, Great examples too, HTML and LaTeX format tried and worked fine. PS: Pharo didn't know PRCocoonConfiguration class at first (bad version of Pillar I guess), but this version of Pillar loaded into pharo helped.

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread p...@highoctane.be
I've put several files that I do have on Magritte here: https://github.com/philippeback/Magritte3Doc Check the Resources/ folder. Now, there are other things available on slideshare etc that I should download and store there. PRs welcome. (yeah, binary files in GH) Phil On Sun, Apr 19, 2015

Re: [Pharo-users] Pillar used directly from Pharo

2015-04-19 Thread Cyril Ferlicot
Hi again ! Ok so. To use pillar inside Pharo you have this: PRCocoonConfiguration new templateStream: PRHTMLWriter defaultTemplate; configurations: Dictionary new; inputFiles: {(FileSystem workingDirectory / 'test.pillar')};

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread stepharo
Le 19/4/15 13:59, p...@highoctane.be a écrit : I have a collection of docs about Magritte I collected over time and made some examples when I was trying to get it integrated in one software. I took a while to wrap my mind around it and reading Luka's thesis was helpful. I also realized

Re: [Pharo-users] Pillar used directly from Pharo

2015-04-19 Thread Cyril Ferlicot
Hi again ! Ok so. To use pillar inside Pharo you have this: PRCocoonConfiguration new templateStream: PRHTMLWriter defaultTemplate; configurations: Dictionary new; inputFiles: {(FileSystem workingDirectory / 'test.pillar')};

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread stepharo
Magritte is powerful but comes with the uber-frustration factor :-) Let's alleviate that. Yes, finding your way in Magritte is difficult. We need some kind of cookbook. I'm playing on too many chessboards at the same time atm, and the lack of finishing is frustrating. I know that feeling