2009/3/3 Julian Rohrhuber
<rohrhuber@xxxxxxxxxxxxxx>
Hi list,
This has been mentioned on here before, a while ago, but I can't work out a solution.
Is there any hack possible to redirect the content of the post window into an SCWindow or SCView? I want to embed the post window in a fullscreen GUI.
Any suggestions very appreciated
you can duplicate the output your fullscreen window:
codeDump = { |str| .... do something with the str };
see Interpreter.help for more. Maybe this helps. (I have sometimes run into efficiency issues with this because setting large strings in a window may become very consuming. You may want to only keep a part of the string)
--