Comment #4 on issue 3753 by Ken.Dic...@whidbey.com: SimpleMorphic Layout Code missing http://code.google.com/p/pharo/issues/detail?id=3753 I have two sets of code for save/restore of solitaire games, one which works in the Pharo port of the Game (ported from Squeak) and one which works in Cuis. The Cuis StandardFileMenu has not been ported to Pharo SimpleMorphic. The Pharo FileDialogWindow has not yet been integrated into Pharo SimpleMorphic. So the "Save Game" and "Restore Game" buttons on the solitaire windows are useless. Given my uneducated reading of the code, my belief is that Pharo's input/output stream implementation has diverged from that of Cuis. It appears to me that some design decisions have to be made as to the style/strategy of integrating file dialogs into Pharo SimpleMorphic. I was wondering as to suggested strategy/style, useful rubrics (rules of how to do things) or other hints. Do you have any opinions on the best way to proceed -- or better yet can you supply me with the code? Thanks much, -KenD --- [PS: I note that animated card moves are quite slow in Pharo SimpleMorphic compared to Pharo or Cuis].