[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

[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 WACu

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 objec

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

2015-04-19 Thread p...@highoctane.be
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 that there were missing pieces for some associations I wa

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

2015-04-19 Thread Stephan Eggermont
On 19/04/15 12:59, p...@highoctane.be wrote: My main concern with Magritte at this point is that it takes significant effort to get a decent CRUD system working. That is exactly what we provide with QCMagritte. And yes, it is difficult to find out where to make changes, because the number of in

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

2015-04-19 Thread p...@highoctane.be
On Sun, Apr 19, 2015 at 1:41 PM, Stephan Eggermont wrote: > On 19/04/15 12:59, p...@highoctane.be wrote: > >> My main concern with Magritte at this point is that it takes significant >> effort to get a decent CRUD system working. >> > > That is exactly what we provide with QCMagritte. > And yes,

Re: [Pharo-users] SDL2 and fork

2015-04-19 Thread Nicolai Hess
Hi Matthieu 2015-04-09 17:54 GMT+02:00 Matthieu Lacaton : > Hello everyone, > > I tried to use the SDL2 binding to Pharo to create a very basic 2D > application (just some sprites and events) and it worked great. > The issue I have is that when I start my application, as long as I have an > activ

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

2015-04-19 Thread Stephan Eggermont
On 19/04/15 13:58, p...@highoctane.be wrote: Ok. Now, I've been watching almost all of your videos but still can't get a hand on the thing. Yes, finding the right level between very deep technical (the first one) and just showing the things we made really easy (the later ones) is difficult. The

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] 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 tha

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

2015-04-19 Thread stepharo
Ok. Now, I've been watching almost all of your videos but still can't get a hand on the thing. I had the same feeling. I probably missed the key point Maybe could we do a paired session with a walkthrough, record all of it and push it on YouTube. What do you think? I am educated enough

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 ;

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] 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 --

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 > wrote: > > Hello everyone, > > I tried to use the SDL2 binding to Pharo to create a very basic 2D > applicati

Re: [Pharo-users] SDL2 and fork

2015-04-19 Thread Matthieu Lacaton
Hello, Thanks for your answers ! I have multiple remarks here : 1) I know that SDL2 should not be used "as is" in Pharo and I should use OSWindow instead, that's why I won't use SDL2 directly anymore. 2) But for the moment OSWindow uses SDL2 anyway so for experimentation purposes I will try to s

Re: [Pharo-users] Polygons + Skybox in woden?

2015-04-19 Thread Lusa Nicolas
Thanks Ronie this is what I was looking for! Amazing going to try it out today and see how it works. For what concern polygons I knew about the algorithms (thanks for mentioning them anyway), was just looking for a "more straight forward" solution since rendering polygons isn't the main goal of