Hi,
My "new" Pier installation keep on being bugged up with some transaction.txt file which breaks all the work I do to get back to some sort of ugly default view.
Does anyone can explain me how to get rid of this file ?
Regards,
Maarten,
On Tue, Oct 1, 2013 at 2:22 PM, Mariano Martinez Peck <marianopeck(a)gmail.com
> wrote:
> Hi guys,
>
> I am using Seaside 3.0 and Magritte 3.
>
> I have a MAReport in which I add as the first column a MACheckboxColumn. I
> want to use this table to filter/select/unselect the rows of the report. If
> I use a MACheckboxColumn as is (#useLinks answering true), it works, but if
> I do (set #useLinks to false):
>
> report addColumn: (MACheckboxColumn new useLinks: false; yourself).
>
> it does not work anymore..the callback of the checkbox is not called
> anymore:
>
> MASelectionColumn >> renderCellFormContent: anObject on: html
>
> html checkbox
> value: (self isSelected: anObject);
> callback: [ :value | self halt. self selectRow: anObject value: value ]
>
> Of course the difference is that with no links it uses
> #renderCellFormContent:on: while with useLinks in true it uses
> #renderCellLinkContent:on:. I thought it was related to the fact that links
> do not need a form but checkbox do. I tried adding a form around the
> checkbox, but no luck.
>
> Any ideas?
>
> Thanks
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
--
Mariano
http://marianopeck.wordpress.com
I have a described object, let's call it parent. It has a to-many relation.
The reference may be an instance of multiple classes, but all have a date
field, which I want to default to the date of the parent object. How do I do
that?
Thanks!
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Default-depending-on-container-tp4712877.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hi guys,
Stéphane and I would like to extract the non-seaside-dependent part of
Pier (namely the document model and exporters) into their own project
(potential codename 'Pillar'). This would allow us to:
- have smaller images for our use of Pier syntax to write books (with
statuc HTML, LaTeX and ePub generation)
- maybe include Pillar in Pharo itself so we can use it to write
comments and have them rendered in the code browser (something like
http://forum.world.st/attachment/4686978/0/Screen%20Shot%202013-05-13%20at%…)
Do you have any opinion or piece of advice?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Hi Damien,
>From a community point of view, this does not seem to be defendable.
I'd strongly hope that changes in the core of pier (support for multiple
languages?) would be propagated to the presentation layer.
Stephan
Per a recent thread, I added #display: aBlock to MAElementDescription, so you
can now say e.g.
MAFileDescription new
accessor: accessor;
label: 'Attachment';
defaultDirectory: attachmentFolder;
display: [ :e | e basename ];
kind: AbstractFileReference;
priority: 300;
yourself.
I tried not to subvert the design of Magritte, but had to dig pretty deep to
find a place where the right objects were able to communicate.
MAStringWriter>>#visitStringDescription: sends #displayStringFor: to the
description to convert the object into a string. The default is still to
send it #greaseString.
If someone could load the bleeding edge packages and review the design I'd
appreciate it. It's worked so far in my projects and with some hand testing.
Thanks.
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Code-Review-Request-tp4711242.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hi,
I can't manage to make ConfigurationOfPierVoyage to load. PierVoyage
has few dependencies by itself, but the projects it depends on (Pier
and VoyageMongo) depend on other projects. The error message I get is:
'No version found for ''3.1.0'' of ConfigurationOfSeaside3'
which looks strange :-). To reproduce:
(Gofer new smalltalkhubUser: 'estebanlm' project: 'Voyage';
configurationOf: 'PierVoyage'; yourself) load.
((ConfigurationOfPierVoyage project version: #development) record:
'ALL') loadDirective.
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Hi
I've got Moose 4.8 Release.
Open Moose,
Open workspace,
and run:
Gofer new
smalltalkhubUser: 'Pier' project: 'Pier3';
package: 'ConfigurationOfPier3';
load.
(Smalltalk at: #ConfigurationOfPier3) load.
Although it appears to install mostly ok, I get several debug windows labelled:
MNU: GRPackage>>includesSelector:ofClassName:
From then on the image is unusable, with many errors (opening workspace, system browser, etc):
MNU: ByteString>>trimBoth
KR
Gareth Cox
IT Manager/Developer
inspired!
email: gareth(a)inspired.org
cell: +27 (0)78 374 9035
Hi,
I've fixed Magritte and Grease configurations so that loading these
projects do not dirty any pharo package anymore.
Best
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing
enthusiasm."
Winston Churchill