[Pharo-users] Magritte+Seaside 3.4.4+Pharo issues

2021-02-09 Thread Sanjay Minni
Hi I am posting these here (rather in desperation) as I seem to be stuck very erratically in Magritte. Magritte appeared to me the next best thing after sliced bread but somehow i just cant get it to toast. trying the simplest of the example - exercise 1 - from the booklet "Meta Data at work with

[Pharo-users] Magritte Meta Data at work - Tutorial a clarity reqd

2021-01-26 Thread Sanjay Minni
>From pg 16 of "meta data at work with Magritte - Tutorial", Stef how are these to be entered since both method codes are in the same object and methodName MAAddress >> descriptionEndDate ^ MADateDescription new accessor: #endDate; label: 'End Date'; addCondition: [ :value | value > Date today ]

[Pharo-users] Magritte with Bootstrap 4 looks (on Seaside)

2021-01-26 Thread Sanjay Minni
Hi what is the best approach to to get BS4 appearance for a Magritte based app (on seaside) though i see a project - https://github.com/magritte-metamodel/Bootstrap-Magritte and also package Magritte-Bootstrap in GH/Magritte-metamodel/Magritte, i dont think these are in use - cheers, Sa

[Pharo-users] Magritte and in general - missing methods

2021-01-23 Thread Sanjay Minni
Hi I loaded Magritte in Pharo 8 / 9 thru iceberg from github, installed default baseline, and then i found methods asComponent, addValidatedForm are not available it seems they in the other packages which have not been not loaded Magritte Ques: which packages should I load for the whole gamut if

[Pharo-users] Magritte

2020-11-22 Thread Sanjay Minni
Hi I am posting here instead of the Magritte group as the readership is high. Is Magritte a robust enough package for an application with a large number of forms and sub forms. This is to be used in Pharo9 + Seaside +Willow. I am putting this question as i do not see much mention of Magritte i

Re: [Pharo-users] Magritte seaside save

2018-12-30 Thread Vitor Medina Cruz
OMG Thank You! I figure the first part, but I went crazy here debugging, and I probably would never ever figure the second part, a list with a block... Is there documentation for that somewhere? In https://github.com/magritte-metamodel/magritte most of docs links are broken :´(

Re: [Pharo-users] Magritte seaside save

2018-12-30 Thread Diego Lont
Hi Vitor, It has been a while that I really used Magritte, but basically the problem that you encounter is that the save is not called on MyObject, but on the component that is created from MyObject (in the method asComponent). The save method calls the save on the component, and in Magritte th

[Pharo-users] Magritte seaside save

2018-12-29 Thread Vitor Medina Cruz
Hello, So: > > MyObject new asComponent addValidatedForm > How do I define save callBack? I tried: MyObject new asComponent addValidatedForm : {#save -> 'save'. #cancel -> > 'cancel'}. > and defined save in both instance or class side of MyObject, but that didn't work. Regards, Vitor.

Re: [Pharo-users] Magritte extension

2017-03-22 Thread Diego Lont
> On 22 Mar 2017, at 20:36, p...@highoctane.be wrote: > > Magritte is nice but the amount of work is just too much for my taste. Simple > forms are better handled with somethibg like Mold. > > And this especially when components interact with a ton of Js. Then I want you to challenge you: try

Re: [Pharo-users] Magritte extension

2017-03-22 Thread Diego Lont
> On 23 Mar 2017, at 04:27, Ben Coman wrote: > > On Thu, Mar 23, 2017 at 5:25 AM, Diego Lont wrote: >> >>> First of all I want to advertise QCMagritte: This framework is easy to use. >>> It has a seaside like tutorial, that every developer should be able to >>> follow without any significant p

Re: [Pharo-users] Magritte extension

2017-03-22 Thread Ben Coman
On Thu, Mar 23, 2017 at 5:25 AM, Diego Lont wrote: > >> First of all I want to advertise QCMagritte: This framework is easy to use. >> It has a seaside like tutorial, that every developer should be able to >> follow without any significant problems and shows all significant features >> of both Mag

Re: [Pharo-users] Magritte extension

2017-03-22 Thread Diego Lont
> First of all I want to advertise QCMagritte: This framework is easy to use. > It has a seaside like tutorial, that every developer should be able to > follow without any significant problems and shows all significant features > of both Magritte, Seaside and QCMagritte. Although it lacks document

Re: [Pharo-users] Magritte extension

2017-03-22 Thread p...@highoctane.be
Magritte is nice but the amount of work is just too much for my taste. Simple forms are better handled with somethibg like Mold. And this especially when components interact with a ton of Js. Phil Le 22 mars 2017 19:53, "Diego Lont" a écrit : > > > On 22 Mar 2017, at 00:46, Ben Coman wrot

Re: [Pharo-users] Magritte extension

2017-03-22 Thread Diego Lont
> On 22 Mar 2017, at 00:46, Ben Coman wrote: > > On Wed, Mar 22, 2017 at 4:35 AM, DiegoLont wrote: >> It has been a while that I was really involved in developing on (QC)Magritte >> and doing stuff on the web ... > > btw, what does the "QC" represent? QC is a reference back to the company fo

Re: [Pharo-users] Magritte extension

2017-03-21 Thread Ben Coman
On Wed, Mar 22, 2017 at 4:35 AM, DiegoLont wrote: > It has been a while that I was really involved in developing on (QC)Magritte > and doing stuff on the web ... btw, what does the "QC" represent? cheers -ben

Re: [Pharo-users] Magritte extension

2017-03-21 Thread DiegoLont
Hi all, It has been a while that I was really involved in developing on (QC)Magritte and doing stuff on the web ... I am all in favour of forming a group of active people to do some improvements on Magritte. I wrote on my todo list that I should feed back some of the improvements made in QCMagrit

Re: [Pharo-users] Magritte extension

2017-03-21 Thread Esteban A. Maringolo
2017-03-21 7:41 GMT-03:00 Otto Behrens : >> do you have any documentation that summarizes the changes you did. With all >> the new mails about magritte and problems it might be time to form a new >> group caring about a new implementation of a meta-object layer. I think now >> that we have slots

Re: [Pharo-users] Magritte extension

2017-03-21 Thread Otto Behrens
> do you have any documentation that summarizes the changes you did. With all > the new mails about magritte and problems it might be time to form a new > group caring about a new implementation of a meta-object layer. I think now > that we have slots the implementation can be made much more pow

Re: [Pharo-users] Magritte extension

2017-03-21 Thread Norbert Hartl
Hi, > Am 21.03.2017 um 08:04 schrieb Stephan Eggermont : > > On 19/03/17 14:14, Norbert Hartl wrote: >> I never managed to take a look at QCMagritte but it sounds as an extension. >> Why was it never integrated? > > It is rather a monolitical extension. And it was mostly in heavy development.

Re: [Pharo-users] Magritte extension

2017-03-21 Thread Stephan Eggermont
On 19/03/17 14:14, Norbert Hartl wrote: I never managed to take a look at QCMagritte but it sounds as an extension. Why was it never integrated? It is rather a monolitical extension. And it was mostly in heavy development. We never stopped to make a real release. Somehow the tutorial code an

Re: [Pharo-users] Magritte extension

2017-03-20 Thread Esteban A. Maringolo
2017-03-20 7:18 GMT-03:00 Otto Behrens : > Hi, > > We also made several sub-classes of Magritte classes and / or > components. This causes a lot of problems because when we upgraded > Magritte it was difficult. It also shows that Magritte (the core > classes) cannot change much because the impact w

Re: [Pharo-users] Magritte extension

2017-03-20 Thread Otto Behrens
Hi, We also made several sub-classes of Magritte classes and / or components. This causes a lot of problems because when we upgraded Magritte it was difficult. It also shows that Magritte (the core classes) cannot change much because the impact will be high for most users of Magritte. This makes u

Re: [Pharo-users] Magritte extension

2017-03-20 Thread Asbath Sama biyalou via Pharo-users
--- Begin Message --- Thanks Mariano for the ideas. I will put them into practice. Then All I have to do is to extends magritte classes to customize them. On 18/03/2017 18:40, Mariano Martinez Peck wrote: > Hi Asbath, > > Some answers below. But a general comment is that the typical case to > cus

Re: [Pharo-users] Magritte extension

2017-03-19 Thread Norbert Hartl
I never managed to take a look at QCMagritte but it sounds as an extension. Why was it never integrated? Norbert Von meinem iPad gesendet > Am 19.03.2017 um 10:06 schrieb Stephan Eggermont : > >> On 18/03/17 18:40, Mariano Martinez Peck wrote: >> Some answers below. But a general comment is th

Re: [Pharo-users] Magritte extension

2017-03-19 Thread Stephan Eggermont
On 18/03/17 18:40, Mariano Martinez Peck wrote: Some answers below. But a general comment is that the typical case to customize magritte is by subclassing and then somehow use your own subclasses instead of magritte ones. Well, there are lots of ways to customize magritte. So many actually, th

Re: [Pharo-users] Magritte extension

2017-03-18 Thread Mariano Martinez Peck
Hi Asbath, Some answers below. But a general comment is that the typical case to customize magritte is by subclassing and then somehow use your own subclasses instead of magritte ones. On Fri, Mar 17, 2017 at 3:54 AM, Asbath Sama biyalou wrote: > Hello. > > I am using Magritte to generate repor

Re: [Pharo-users] Magritte extension

2017-03-17 Thread stepharong
Hi asbath can you attach your code? So that we can load it in a magritified image? Stef On Fri, 17 Mar 2017 07:54:37 +0100, Asbath Sama biyalou via Pharo-users wrote: Hello. I am using Magritte to generate reports for a pharo class. I want to customize generated components in order to ha

Re: [Pharo-users] Magritte extension

2017-03-17 Thread Esteban A. Maringolo
2017-03-17 8:23 GMT-03:00 Mariano Martinez Peck : > Hi, > > Before a longer answer, what is TBSMagritteReport ? Is it yours or is it > some magritte extension for Bootstrap? It is a Twitter Boostrap styled (with TBS classes) Magritte Report. Regards, Esteban A. Maringolo

Re: [Pharo-users] Magritte extension

2017-03-17 Thread Asbath Sama biyalou via Pharo-users
--- Begin Message --- On 17/03/2017 12:23, Mariano Martinez Peck wrote: > Hi, > > Before a longer answer, what is TBSMagritteReport ? Is it yours or is > it some magritte extension for Bootstrap? It is a magritte extension for Bootstrap. Or which one are you using? > > Thanks, > > On Fri, Mar 17,

Re: [Pharo-users] Magritte extension

2017-03-17 Thread Mariano Martinez Peck
Hi, Before a longer answer, what is TBSMagritteReport ? Is it yours or is it some magritte extension for Bootstrap? Thanks, On Fri, Mar 17, 2017 at 3:54 AM, Asbath Sama biyalou wrote: > Hello. > > I am using Magritte to generate reports for a pharo class. I want to > customize generated compon

[Pharo-users] Magritte extension

2017-03-16 Thread Asbath Sama biyalou via Pharo-users
--- Begin Message --- Hello. I am using Magritte to generate reports for a pharo class. I want to customize generated components in order to have a better design. My class is Match Object subclass: #Match instanceVariableNames: 'date_match hour_match status actions stadium comments teams goa

Re: [Pharo-users] Magritte Tutorial [Draft]

2016-03-14 Thread stepharo
Thanks Pay attention this is a real draft Le 13/3/16 23:40, basilmir a écrit : Tried to access the link and it was dead. Apparently the name got reversed along the way, walking the ci did the job. https://ci.inria.fr/pharo-contribution/view/Books/job/Magritte/lastSuccessfulBuild/artifact/book-r

Re: [Pharo-users] Magritte Tutorial [Draft]

2016-03-13 Thread basilmir
Tried to access the link and it was dead. Apparently the name got reversed along the way, walking the ci did the job. https://ci.inria.fr/pharo-contribution/view/Books/job/Magritte/lastSuccessfulBuild/artifact/book-result/MagritteBooklet.pdf -- is not dead https://ci.inria.fr/pharo-contributio

Re: [Pharo-users] Magritte Tutorial [Draft]

2015-12-13 Thread stepharo
it is still not at the level I would like. Do not hesitate to propose enhancements. I will add the other tutorial I have rescued. Stef Le 13/12/15 20:48, Julien Delplanque a écrit : Thank you, I was actually looking for tutorials about it. Julien On 13/12/15 11:18, stepharo wrote: Hi guys H

Re: [Pharo-users] Magritte Tutorial [Draft]

2015-12-13 Thread Julien Delplanque
Thank you, I was actually looking for tutorials about it. Julien On 13/12/15 11:18, stepharo wrote: Hi guys Here is the ci of the magritte tutorial that I'm revising and collecting material for https://ci.inria.fr/pharo-contribution/view/Books/job/Magritte/lastSuccessfulBuild/artifact/book-

Re: [Pharo-users] Magritte Tutorial [Draft]

2015-12-13 Thread Alejandro Infante
The tutorial is awesome! Thank you guys! Alejandro > On Dec 13, 2015, at 7:18 AM, stepharo wrote: > > Hi guys > > Here is the ci of the magritte tutorial that I'm revising and collecting > material for > > https://ci.inria.fr/pharo-contribution/view/Books/job/Magritte/lastSuccessfulBuild/art

[Pharo-users] Magritte Tutorial [Draft]

2015-12-13 Thread stepharo
Hi guys Here is the ci of the magritte tutorial that I'm revising and collecting material for https://ci.inria.fr/pharo-contribution/view/Books/job/Magritte/lastSuccessfulBuild/artifact/book-result/BookletMagritte.pdf If you want to add a chapter let me know. I will add the ticketCorner and/o

Re: [Pharo-users] Magritte descriptions generation: quick way to do that?

2013-10-01 Thread Stephan Eggermont
You probably want to do something similar to what we have done in Deltawerken-Framework. (on ss3) Stephan