Hi all,
I want to write to my textArea for example ""hi all"".
And then I would like to see hi all in bold
exactly like in WikiSystem.
I used PRDocumentParser parse: '""hi all""',
but this method returns PRDocument.
But I want reneder this string in renederContentOn: method
Please help me!
Best regards Marek Fiala
Hello,
I installed all the latest packages from Monticello into a Seaside-mini
2.8 image. Everything was working well, except I had no image files.
Trying to load Pier-Styles-Kph.2.mcz results in the following
dependency missing: PRPierLibrary. I thought that would be available
from Pier-Seaside but it is not, as of Pier-Seaside-lr.251.mcz.
What can I do?
Something seems to already work because when I go to
'http://localhost:8080/seaside/files/PRBlueprintLibrary/pier.png' it
loads and displays just fine.
Thanks,
Tim
Hi
Is there a way to access hidden structure (if checked in the settings).
Until now, I'm doing internal links, but if I'm sure I have some unused
hidden structure...
Also, what's your way to make ling to internal struct ? I only use the wiki
syntax. Would you find useful to have another category (structure) when we
make a link that display the full tree of struc (the one you're authorized
to view and the hidden ones) ? Maybe such a thing already exists...
Thanks
Cédrick
Hi,
if an Object holds a collection of other Objects (like a group of Persons), and
these (Persons) should not be created/edited but a list to choose from should be
presented - would a MAMultipleOptionDescription be appropriate? If so, how can
the options presented be made dynamic. - I found, that they are getting cached
in the Default DescriptionBuilder.
Or are there options to pass to a MAToManyRelationDescription, so that it does
not show editors, but choices instead?
Thanks, Christoph
Hello all,
I am building a form that consists of two components, e.g. House and
Person. For each of these, when a new one is created I register it.
I have a manager class that displays these using:
MAToManyRelationDescription new
classes: (Array with: House);
label: 'Houses';
accessor: (MASelectorAccessor new
readSelector: #houses;
writeSelector: nil;
yourself);
default: Array new;
priority: 20;
yourself
People is similar. The Manager class is a form, but with no buttons
as it is only needed to let the add buttons work on these relation
descriptions. The accessor shown here, houses just calls "House
instances" to get currently registered houses. I subclass
MACheckedMemento and create a custom memento that simply overrides the
#push: method to see if the object is new (no members will be set) and
if so, registers the object after called "super push:".
Everything is fine except for Houses, after I create a new hause the
main display always shows 2. If I leave the page and visit new I see
only one. I have looked around but I dont see how this is happening.
Any ideas?
Maybe these links will help find what you want regarding tinlizzie:
<http://squeakland.org/pipermail/squeakland/2006-May/003167.html>
<http://www.tinlizzie.org/>
Ken G. Brown
At 8:34 PM +0100 1/15/08, smallwiki-request(a)iam.unibe.ch apparently wrote:
>Date: Tue, 15 Jan 2008 20:34:35 +0100
>From: st?phane ducasse <ducasse(a)iam.unibe.ch>
>Subject: Re: Pier Sites
>To: "Magritte, Pier and Related Tools ..." <smallwiki(a)iam.unibe.ch>
>Message-ID: <DF4AEDFA-FD41-419E-B43B-4D2D18C8579C(a)iam.unibe.ch>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>may be this what they called LogoWiki
>
>I was never clear on that
>
>On Jan 15, 2008, at 8:30 PM, st?phane ducasse wrote:
>
>> may be ask kim rose or scott because I cannot find it.
>>
> > stef
> > On Jan 14, 2008, at 8:21 PM, Lukas Renggli wrote:
> >
> >>> thinlizzy ?
> >>
> >> Where is that?
Hi,
I am looking for Pier instances, so that I can add them to the list of
online sites on the official Pier web-site. Currently this is http://lukas-renggli.ch/smalltalk/pier
, but will maybe move to its own domain later on.
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
Hallo,
when I use #cssClass:, for example:
descriptionInfo
^ (MAStringDescription
auto: #info
label: 'Info') beReadonly; cssClass: 'info'; yourself
I don't see class="readonly info" in my page source code, only
class="readonly". The problem seems to be in MAComponentRenderer>>classFor:,
which ignores aDescription attributes. Right?
Cheers,
Michal
Hi,
I am trying to show a Magritte Component in a SULightbox.
I replaced #call: with #lightbox: and I'm getting the form in a
Lightbox, but it looks like some sort of container is missing...
I see many small lightboxes - one for each text-entry / button etc.
Labels are rendered on the darkened background.
Scriptaculous-lr.238
Magritte-Seaside-lr.251
Thank you, Christoph
Using the latest version of Pier I did the followings:
- added a file that I named "css" without any content
- make the stylesheet of the root page to point to the css file
- edit design
- added "ul{font-size: 20pt}" to the stylesheet
- on Safari and Opera it works Ok
- on Firefox there is no effect
I believe there should be a problem in how the css is linked with the
page, but I have no idea what it actually is. Any hints?
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"In a world where everything is moving ever faster,
one might have better chances to win by moving slower."