Tuomo, thanks for your quick response!
> > There are some questions left: region_manage(_,
> > lookup_region("whatever")) creates a frame named "?"
> >
> > 1. Is it possible to give a name to this frame?
>
> Region_manage does not create anything and "?" is the name of the
> contained workspace, not a frame. As for giving names to objects,
> please, see:
>
> <http://iki.fi/tuomov/ion/doc/ionconf/>
>
> and particularly 'index' (search: name) and 'region_manage_new'
> there.
>
region_manage_new(_, {type="WFloatWS",name="whatever"})
> > 2. How can I close this frame again?
>
> Frame or workspace? (Index--> search: close, destroy, etc.)
floatws_destroy(lookup_region("whatever"))
Stefan.