Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
Thanks, Damien, that will work for now. I did have to fix Pharo2's
deprecated use of ensureDirectory in four methods first:
"Deprecation: The method AbstractFileReference>>ensureDirectory has been
deprecated. Use ensureCreateDirectory".
I revised:
FileReference>>#assureExistence
FileReference>>#createDirectory:
FileReference>>#assureExistenceOfPath:
and MAFileDatabase>>#uniqueLocation
I loaded the latest Pier3 (build 896) into Pharo30728. Seaside3.1 comes
up in my browser OK and pier is listed by the Seaside Dispatcher. But I
get 'Not Found /pier' when I click on it. Am I missing something?
Dear all,
i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but
have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive
the first steps?
BW,
Volkert
Hi,
I tried to load Pier3 into a Pharo 3 image and I failed because a dependence missing:
This package depends on the following classes:
PRWidget
You must resolve these dependencies before you will be able to load these definitions:
PRExportImportWidget
groupLabel
isAbstract
label
export:
exporterImporter
exporterImporter:
exporterImporterClass
exporterImporterClass:
import:into:
initialize
renderContentOn:
renderExportOn:
renderImportOn:
renderSelectOn:
replace
replace:
anyone experienced same behaviour?
cheers,
Esteban
Hi,
we have an old Pier installation we would like to migrate to a newer
version. What are the solutions?
Best
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Volkert wrote:
>i have downloaded the latest Pier3 (Part of Pharo3.0) from https://ci.inria.fr/pharo-contribution/job/Pier3/, but
>have absolute no idea how to start it. Can someone point me to some code snippets or tutorials to survive
>the first steps?
I just checked, the latest Pier3 one-click from lukas’ ci just runs and is started by default on port 8080.
Just open a web browser on localhost:8080 and you are in business.
Stephan
Volkert wrote:
>I downloaded the 3.0 OneClick-Image. But it does not work on OS X
You are not using the broken version of OS-X, are you? One that has
in the 'Security & Privacy’ Settings, General tab, Allow apps downloaded from:
Mac App Store or Mac App Store and identified developers?
That is a fake security setting that should be set to 'Anywhere’.
Stephan