Comment #5 on issue 947 by chisvasi...@gmail.com: TextPresentations should support setting the selectionInterval on creation http://code.google.com/p/moose-technology/issues/detail?id=947
If the block gets executed at presentation creation time, the port values will be stored in the pane associated with the presentation. presentation initialize: [:pres | pres selectionInterva: (1 to: 3) ]
However, when the newly created presentation is added to another pane, the values from the ports are lost, as they are not copy from the old pane. So one solution might be to copy them, or every time a presentation is added to a port, run the initialization block.