Günther,
> how do I move a method (from the instance side) to the class side
> programmatically.
>
> I know that the RB does this somehow, I just haven't found it yet.
The way I would approach it would be to get the source for the method
and then compile it as a class method.
Send #class to the class (it might help to ask OA for "The Strap"<g>)
and then send #compile:categories: to the result; the first argument is
the code. Of course, it might not compile due to missing instance
variables. My CodeGenerator goodie puts a wrapper around this kind of
stuff. For just the problem you described, it would be overkill - with
the the possible exception of the preview framework.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]