6

I was just wondering if there is a way to work with multiple screens in Pharo or Squeak. I am just switching from VisualWorks to Pharo and am really missing this feature. I am used to having my workspace / transcript on one and my browsers on the other.

Thanks, Henrik

Henrik Guschov
  • 317
  • 1
  • 8
  • What do you think is the problem? Other than it being a bit slow on the refresh, I've happily spanned a pair of 21" widescreens. – Frank Shearar Dec 21 '12 at 07:36
  • I think he means multiple windows(?). In that case: no can do. But as Frank says, simply scale the environment window and then you can place your browser / workspace anywhere you like. – Max Leske Dec 21 '12 at 15:36
  • 2
    So what you mean is simply make the main windows big enough to cover both screen areas? It works, but is not a very nice solution. Either two main windows or no main window (like VW) would be better I think. – Henrik Guschov Dec 22 '12 at 22:52
  • Yes, spanning single window is not really a solution. Doesn't works if your monitors having different resolution. And this very common case. – Igor Stasenko May 16 '13 at 21:03
  • Spanning also doesn't work if the two monitors are at differing physical heights. – Euan M Jan 30 '16 at 00:11

3 Answers3

2

Ok, so for now the answer is:

To use Pharo/Squeak on multiple screens either:

  • span the main window over both of them;
  • or launch multiple images.

Right now no option of having morph as a separate window is available.

Uko
  • 13,134
  • 6
  • 58
  • 106
2

The basics of support for multiple windows has been in Squeak since 2005 or so. It just needs one of the people that spent years requesting this capability and assuring us that it was utterly crucial to make/find the time and oomph to do the higher level work.

timrowledge
  • 151
  • 4
1

You can now with GToolkit. Also the new Gtk backend for Pharo supports it

Stephan Eggermont
  • 15,847
  • 1
  • 38
  • 65