>
> > "Head Start"
> >
> > When I save it, the squeak VM blow chunks and dies, I think on the
> > illegal characters. I'm not sure how to tackle this, I'm assuming
> > it's really a seaside problem accepting the form upload without
> > properly forcing some encoding on it or something. Anyone have any
> > ideas here, someone's had to ran into this already, pasting
> text into
> > Pier being fatal. Suggestions?
>
> Mhh, it works in my 3.8 image and vm. Can you reproduce this
> with a simpler application? Maybe even without the web? Do
> you get a stack- trace in the console?
>
> Cheers,
> Lukas
>
Hmm.. I don't have it handy at the moment, but I do recall seeing
something in the stack trace about fonts, I have Win32 fonts installed,
let me try it tonight when I get home on a clean VM and see. BTW, can
you review my notes on the latest Pier check in, I was working on
PRFilePersistency and could use a little input.
Hi
I was triing to use scriptaculous with component generated by
Magritte... and it's not working.
I used the same code as the select-list example in a subclass of
MASelectListComponent.
When used alone, it works fine (registeredAsApplication +
SUScriptLibrary)... but if I use it as the componentClass of a
MASingleOptionDescription in renderEditorOn: it doesn't work... (I
added the SUScriptLibrary in the main component that call it ).
Do you have an idea ?
Thanks
Cédrick
Hi
>So, I need a documentation of the meta-model 'Magritte'.
>
>
you should post on this list for Magritte related questions ;)
smallwiki(a)iam.unibe.ch
and go to:
www.lukas-renggli.ch and then Magritte for documentation and exercices ;)
See you
Cédrick
ps: Steph, are all questions valid for the + one point ? ;)
Hi
>So, I need a documentation of the meta-model 'Magritte'.
>
>
you should post on this list for Magritte related questions ;)
smallwiki(a)iam.unibe.ch
and go to:
www.lukas-renggli.ch and then Magritte for documentation and exercices ;)
See you
Cédrick
Hi,
It seems that the log feature works for both PRFilePersistency and
PRImagePersistency, but the History and Change reports always
generate a backtrace.
I have tried to figure out what is happening, but it looks like that
the history feature is just not there.
Any idea when it will be available?
Dominique
Hi,
when trying:
PRLatexBuilder build
the first error comes because there is no 'docs' directory in the
default directory.
the second one arrives because there is no #methodsInCategory:ofClass:
method in PackageInfo (used in PRLatexBuilder>>buildClass:category:on:)
Bye
--
Damien Cassou
Hi
Shriram Krisnarmurthi (DR Scheme) presented a nice model to identify
problem in complex modern access-control
at dagsthul.
What is interesting is that they offer a tool (margrave) to see if
there is no strange configuration, especially in the sense
of evolution of the access control.
Apparently now there are languages to express access control: XACML
seems the most important.
Stef
Hi
Is it possible to use existing descriptions to express a relation with
object existing or not ?
We could imagine choosing a responsible from an existing list of person
defined by a class Person. If the person doens't exist, we can
instanciate a new one.
I will try to create an appropriate description but I don't really know
where to subclass as it is a bit of a mix between a
SingleOptionDescription with instances of a class as option and a
ToOneRelation description with class Person. What do you think ?
I ve tried with a MASingleOption description defining the reference as
Person description and options as my repository of users but that hangs
(due to the reference wich is a Caontainer Description I guess)... I
also tried with MADynamicDescription without result...
that makes me ask another question... Are all MADynamicObject used with
classes or subclasses as it is in my image ?
thanks
Cédrick
>
> I tried to change as a first step the environment (adding my
> own layers and removing the ugly tables) using the following
> statement:
> <div id="divHeader"><div id="divCommands">+commands+</div></div><div
> id="divLeft"><div class="boxes">+tree+</div></div><div
> id="divContents">+contents+</div>
>
> But it seems, that this code gets escaped. Inspecting the
> kernel and its root structure I see my HTML code as part of a
> paragraph which seems to escape all the HTML characters...
>
> Help is welcome! ;-)
>
> Cheers, Chris
Are you sure that is one single string with no carrige returns anywhere?
Hi Lukas
I tried to change as a first step the environment (adding my own layers
and removing the ugly tables) using the following statement:
<div id="divHeader"><div id="divCommands">+commands+</div></div><div
id="divLeft"><div class="boxes">+tree+</div></div><div
id="divContents">+contents+</div>
But it seems, that this code gets escaped. Inspecting the kernel and its
root structure I see my HTML code as part of a paragraph which seems to
escape all the HTML characters...
Help is welcome! ;-)
Cheers, Chris
--
--------------------------------
Christoph Wysseier
Länggassstr. 74
3012 Bern
T +41 31 972 92 08
M +41 78 616 35 35
chris(a)wysseier.net
--------------------------------