Matthias,
I tried some stuff in the PRPierControlPanel which operates on pier, yet
runs in the context of the seaside/config
For code which does this check out the Magma-PersistencyManager and it
depends upon Seaside28Jetsam.
This is the crucial bit non trivial bit for me, where self responds to
#context
ControlPanel-callWidget: widget titled: title
PRCurrentContext use: self during: [
WARenderLoop new call: (widget
addDecoration: (WAWindowDecoration new
title: title;
yourself);
yourself) ]
FYI: This was working in 2.7, but no longer works in 2.8
best regards
Keith