[Pharo-users] Re: Magritte

2020-11-23 Thread Sean P. DeNigris
Sanjay Minni wrote > Is Magritte a robust enough package for an application with a large number > of forms and sub forms. I use Magritte extensively (for almost all my projects), and have found it irreplaceable, but nearly all in desktop apps. Maybe cross-post to the Seaside list if you don't get

[Pharo-users] Re: Magritte

2020-11-24 Thread Sanjay Minni
thanks Magritte is a chapter by itself in Seaside Book and also its mentioned in Stephane's booklet that Seside is shipped with Magritte so I assume that they are well integrated. The next vital thing for me is if Willow+Bootstrap4 works well with Magritte+Seaside (in Pharo9), then I have most o

[Pharo-users] Re: Magritte

2020-11-25 Thread Russ Whaley
Sanjay, I, too, am interested in Magritte. I'd appreciate it if you'd post whatever you learn back to this list? Thanks, Russ On Sun, Nov 22, 2020 at 3:10 AM Sanjay Minni wrote: > Hi > > I am posting here instead of the Magritte group as the readership is high. > > Is Magritte a robust enough p

[Pharo-users] Re: Magritte

2020-11-26 Thread Sanjay Minni
sure, I will be putting queries on this thread which will also indicate where I am, you can always reach out anyways the main objective now will be to get a Magritte based single form UI working under Willow (BS4) for the appearance and then a master+detail form I would be using MongoDB Note:

[Pharo-users] Re: Magritte

2020-12-04 Thread Stéphane Ducasse
Hi Sean May be we should update the Magrrite booklet. I never got the time to go over it. S. > On 23 Nov 2020, at 15:56, Sean P. DeNigris wrote: > > Sanjay Minni wrote >> Is Magritte a robust enough package for an application with a large number >> of forms and sub forms. > > I use Magrit

[Pharo-users] Re: Magritte

2020-12-07 Thread Sebastián Filippini
Please! I have only seen examples with seaside. Could you add any desktop app example? Thanks. Sebastián El 4/12/20 a las 21:19, Stéphane Ducasse escribió: Hi Sean May be we should update the Magrrite booklet. I never got the time to go over it. S. On 23 Nov 2020, at 15:56, Sean P. DeN

[Pharo-users] Re: Magritte

2020-12-07 Thread Sean P. DeNigris
Stéphane Ducasse wrote > Maybe we should update the Magrrite booklet. I never got the time to go > over it. I can help. Yes, it is probably time. There have been lots of small additions and changes. I also plan on doing Spec2 bindings as soon as P9 is released. That might be a good time also beca

[Pharo-users] Re: Magritte

2021-01-23 Thread Sanjay Minni
Hi, Examples in the magritte booklet "meta data at work ... " show pragmas (pg 2.2).  Are the pragmas required since I don't seem to have found any mention elsewhere (i.e. Lukas Renggli's papers, SAGs seaside tutorial, Ramon Leons blogs ...) Sean P. DeNigris wrote > Stéphane Ducasse wrote >> M

[Pharo-users] Re: Magritte

2021-01-23 Thread Sean P. DeNigris
Sanjay Minni wrote > > ...  Are the pragmas required Yes, annotating methods is how they are registered as part of the Magritte description. There have been several non-backward-compatible Magritte versions (currently on v. 3), so that may have been added later; note that these methods should be

[Pharo-users] Re: Magritte

2021-01-23 Thread Sanjay Minni
Thanks - I will make further postings in Magritte ML (just subscribed) ML and Discord are friendlier and visible even to the non subscribers than GH discussion boards ,,, my view Sean P. DeNigris wrote > Sanjay Minni wrote >> > >> ...  Are the pragmas required > > Yes, annotating methods is

[Pharo-users] Re: Magritte

2021-01-25 Thread Sanjay Minni
Am posing messages on GH Repo Disc Board while awaiting subscription approval to Magritte ML Sanjay Sean P. DeNigris wrote > Sanjay Minni wrote >> > >> ...  Are the pragmas required > > Yes, annotating methods is how they are registered as part of the Magritte > description. There have been se

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

2021-01-23 Thread Sean P. DeNigris
Sanjay Minni wrote > Hi I loaded Magritte... from GitHub Just to make sure we're talking about the same thing, what's the repo URL? Sanjay Minni wrote > asComponent, addValidatedForm are not available... it seems they in the > other packages which have not been not loaded Yes, Magritte doesn't

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

2021-01-26 Thread Stéphane Ducasse
probably a mistake :( send a PR when you find the solution. > On 26 Jan 2021, at 10:31, Sanjay Minni wrote: > > 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 >> des

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

2021-01-27 Thread Sanjay Minni
OK, got this to work as follows as of now Changed the second part of the code - i.e. to push the (validation) rules to the container as follows MAAddress >> descriptionContainer "// (i.e. not descriptionEndDate) as in the document" "// (i.e. not as in the docume