Photo gallery?
by Damien Cassou
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
5 years, 4 months
Pier - Advanced Search
by John Borden
All,
Is anyone aware of an advanced search for pier, such as case
sensitive, boolean (this phrase and/or/but-not that phrase), date
related, etc? If not, I'll start looking into adding it to the
PRFullTextSearch class.
Thanks,
John
13 years, 10 months
Image Persistency problem
by Dennis Schetinin
I've got a very strange behaviour of my image...
It's all ok with Image Persistency on locally on my windows PC. But when I
switch to it at hosting (it's webfactional.com with ubuntu) our site stops
to answer (after saving the image, if I understand correctly). When I click
on "snapshot" in "System Management" I get the following walkback in
browser:
Internal ErrorError: subscript is out of bounds: 2
MethodContext(Object)>>errorSubscriptBounds:
MethodContext(ContextPart)>>at:
MethodContext>>tempAt:
[] in [] in WAWalkback>>renderStackFrame:on:
Array(SequenceableCollection)>>withIndexDo:
[] in WAWalkback>>renderStackFrame:on:
BlockClosure>>renderOn:
[] in WAGenericTag(WATagBrush)>>with:
BlockClosure>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
WAGenericTag(WATagBrush)>>with:
WARenderCanvas(WAHtmlCanvas)>>definitionList:
WAWalkback>>renderStackFrame:on:
[] in [] in [] in WAWalkback>>renderStackOn:
BlockClosure>>renderOn:
[] in WAGenericTag(WATagBrush)>>with:
BlockClosure>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
Without any buttons, nor anything visible in Pharo (using VNC). But "Process
Browser" shows no process for Seaside... How can I find the cause of the
problem and/or fix it?
--
Dennis Schetinin
13 years, 11 months
save, apply, cancel - but what does apply versus save do?
by John M McIntosh
I'm wondering about
PRChangeCommand>>buttonSpecification
^ Array with: self saveButton with: self applyButton with: self
cancelButton
That puts save, apply, cancel on the design, edit, and settings panels.
But I'm wondering why save, versus apply. What's the thought behind
'Apply" versus just having the
save, cancel.
--
=
=
=
========================================================================
John M. McIntosh <johnmci(a)smalltalkconsulting.com> Twitter:
squeaker68882
Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com
=
=
=
========================================================================
13 years, 11 months
MAPluggableAccessor and block equality
by Norbert Hartl
Hi,
I'm toying around with MAPluggableAccessor. While I really like
to introduce some kind of delegated descriptions it doesn't
work that easy. I'm not really familiar with caching of the
magritte descriptions. My problem is that I'm operating on
a MAContainerComponent using childAt: . The children are
detected by =. The MAPluggableAccessor implements equality based
on the equality of the read and write accessors. But these are
blocks and return false if compared.
So I'm wondering what is the intended of the class. I can get
it to work if I'm caching the accessor inside the component.
But maybe it is supposed to work different.
Norbert
13 years, 11 months
problems with POPoll
by Ilya Tim
I need to make poll in my site. I loaded this package Poll-pmm.15.mcz,
but when i tried to add such component on the page Error: "Subscript
out of bound" raised and this node added in the tree. In stack trace
something about MANamedBuilder was mentioned. When i opened this node
another error about using obsolete functionality raised. How can i fix
this problems and what other packages i need?
Thanks in andvance.
__
Ilya Timofeev
13 years, 11 months
Re: Re: pier.image: new package fileIn from universe disabled - looks like pharo image problem
by Andreas Leidig
Hi Damien,
now I started Pharo
pharo0.1-10342dev09.06.3.image
pharo0.1-10324web09.06.1.image
which both showed the same problem initially.
Then I started "software update" on pharo0.1-10324web09.06.1.image;
after the update it now seems to work all right, the context menus work.
But I fear that my problem is not solved yet. My objective is to use
pier with the design as provided by Pier-1-1-1.app as a development base.
Software update on the Pier-1-1-1.app image throws shortly after the
"use another VM for updating from the #10262 closure image" message,
even with a VM from the current Pharo site.
Do you know a way to obtain the same initial layout after installing
pier onto a clean development image?
Best regards,
Andreas
-------- Original-Nachricht --------
Betreff: [Fwd: Re: pier.image: new package fileIn from universe disabled]
Datum: Sun, 21 Jun 2009 15:11:06 +0200
Von: Andreas Leidig <Andreas.Leidig(a)gmx.net>
An: damien.cassou(a)gmail.com
Hi Damien,
now I started Pharo
pharo0.1-10324web09.06.1.image
and I see the same problem.
Now I suspect it could be a problem with Vista/Mouse or Pharo side
settings and try to proove this.
best reagrds,
-------- Original-Nachricht --------
Betreff: Re: pier.image: new package fileIn from universe disabled
Datum: Sun, 21 Jun 2009 13:56:18 +0200
Von: Andreas Leidig <Andreas.Leidig(a)gmx.net>
An: damien.cassou(a)gmail.com
Referenzen: <4A3D7213.1050402(a)gmx.net>
<6ac749c10906202348y7092b0f5xd2e0ddf7d2385456(a)mail.gmail.com>
Hi Damien,
thank you for your quick answer.
The image is from
Pier-1-1-1.app.zip
pier.image
which I loaded from
http://code.google.com/p/pier/
a few days ago, running on vista (which surprisingly was as fine as
possible with squeak up to now).
Info says Pharo 0.1, update #10213.
Somehow it looks like somone locked up the image by cutting manual
update methods (maybe unintentional on distribution):
Context menus do not show up in any controller pane different from world
seemingly (I tried several controllers with text panes, OB Package
browser), so I cannot update or evaluate code; I cannot select a package
version in the universe browser; the universe editor allows selection,
but throws on install. But package installation works in general.
Is it possible to evaluate transcript code on VM startup? So I could
maybe start an update on the demaged packages.
Best regards,
Andreas
Damien Cassou schrieb:
> Hi Andreas,
>
> On Sun, Jun 21, 2009 at 1:34 AM, Andreas Leidig<Andreas.Leidig(a)gmx.net> wrote:
>> I installed the actual pier runtime image.
>
> please tell me exactly what image you tried.
>
13 years, 11 months
pier.image: new package fileIn from universe disabled
by Andreas Leidig
Dear List,
I installed the actual pier runtime image.
I want to load additional packages into that image, but the selection
menu seems to be disabled in all uiverse browsers, the universe editor
throws on "install".
What is the shortes solution to this problem?
Thank you for your help .
Kind regards,
Andreas
13 years, 11 months
Magritte addCondition:
by Dario Trussardi
Hi,
when define a description i can into addCondition: block
test one property of the description ?
For example:
descriptioAddressPrn
............
addCondition:[:value| ...... propertyAt: #sizeLink = value size]
labelled: ' Error ';
yourself
Where the property is set when create the descriptionContainer
description
^ self class descriptionContainer,
self class descriptionAddressPrn beWritable; propertyAt: #sizeLink put:10; yourself
Any pointers would be greatly appreciated!
Thanks!
Dario
13 years, 11 months