Re: Magritte choice of fields
by Stephan Eggermont
Hmm, it looks like something that should be doable with QCMagritte.
We do hide/show fields based on state.
What kind of concrete interface do you want for that?
Stephan
8 years, 8 months
Magritte choice of fields
by Norbert Hartl
Is there a clever way to specify a choice of fields in magritte? I mean a magritte container consists of a number of child descriptions. Each of them describes the constraints for itself. But when it comes to define constraints for a subset of them it gets awkward pretty quick. What I want is a condition that I can use to check if one field _or_ the other is specified. Or more general if any or all of a subset of the children match.
I can add for every case a condition on the container to check for a particular case but programmatically it is much harder. The condition of the individual description needs to have something between optional and mandatory.
Before I try to work something out I wanted to know if there is any kind of solution already present somewhere.
thanks,
norbert
8 years, 8 months
Re: Deltawerken
by Stephan Eggermont
We migrated most of what we were able to do with Deltawerken to QCMagritte.
We prefer you to use QCMagritte.
Deltawerken is the Seaside framework we used to build VBridge and StoryBoard.
It is more tightly coupled to building web applications than Magritte is, and therefore
a lot easier to configure.
Pier-Security is unrelated.
Stephan
8 years, 8 months
Deltawerken
by Pablo R. Digonzelli
Hi all , is Deltawewrken an active project?. I looking for web tools on top of seaside or magritte to develop a mid size web application.
I hope someone can answer me.
TIA
Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: pdigonzelli(a)softsargentina.com
pdigonzelli(a)gmail.com
Cel: 5493815982714
8 years, 8 months
New PRStructure subclass not showing up as an option
by John Borden
All - I've created a subclass of PRCase for a ToDo list, and added the #label and #isAbstract, however it is not showing up in the add, or when creating a new link. The class is listed PRAddCommand>>structureClasses. I was assuming that it was cache somewhere, however MADescriptionBuilder has been removed - any tips?
Thanks,
John
8 years, 8 months
where is QC-Magritte-Tutorial
by Pablo R. Digonzelli
Where can i get QC-Magritte-Tutorial packages?
TIA
Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: pdigonzelli(a)softsargentina.com
pdigonzelli(a)gmail.com
Cel: 5493815982714
8 years, 8 months
Small fixes I just pushed
by Tobias Pape
Hi all,
pointed out by some students of mine, Magritte-Json had a small glitch where
a getter was changed but the setter not accordingly (#useJsonKey)
While fixing this I found than Magritte-Json did not run on Squeak correctly
due to its Stack implementation being unreasonably limited. I fixed that by
adding a Magritte-Squeak-Json package. Along the way, this makes Squeak compatible
with
Magritte3AddOns version 3.1
which I pushed as
Magritte3AddOns version 3.1.3
(also including a Fix when loading the group #('Json')
and not having loaded Magritte with tests beforehand).
So:
1. small getter fix
2. Magritte3AddOns on Squeak, yay
3. Magritte3AddOns config glitch fixed.
Hope that was in your interest :)
best
-Tobias
8 years, 8 months