Hi guys
long time ago Magritte was shipped with examples such as MAAddress and
MAPerson.
Does anybody have an idea?
Stef
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
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
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
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
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,
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
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
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')};
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')};
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
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
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 ;
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
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.
"-
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
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
--
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
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
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
20 matches
Mail list logo