If I have dual monitors, of course when the OS spans them into a single display, then of course I can drag Pharo open across both monitors, but that is not ideal.  Alternatively, if Pharo could open two native-OS-windows, then I could full-screen one on each monitor, which would be really cool.  Recently there was a discussion on a mail list that I now can't find, about someone evaluating Pharo and that was a critical requirement to port an existing application.  For my purposes, I am thinking a fair way ahead to a SCADA platform when an industrial plant operator has two or more screens dedicated to a graphical mimic of each part of the operating plant, running from the one image.  [1] has another use case.

[1] http://stackoverflow.com/questions/13982018/pharo-squeak-environment-with-dual-screens

cheers -ben

Benjamin wrote:
I am afraid not to understand your question

Ben

On May 16, 2013, at 4:04 AM, [email protected] wrote:

  
Could this be used make Pharo dual-screened ? If yes, what would be the limitations ?

cheers -ben

Benjamin wrote:
    
In the following picture, instead of doing the classical MessageBrowser new openWithSpec, and get a Morphic window inside the os window of Pharo

I do
MessageBrowser openWorldWithSpec
And here the message browser window *is* the system window.
Basically, it sticks the morph on the world, do some magic around, and voilà.
The cool part is that the rest of the code do not change at all, and still it opens a the good size, the title is properly updated etc



Ben

On May 14, 2013, at 10:28 PM, Tudor Girba <[email protected] <mailto:[email protected]>> wrote:

      
This sounds intriguing. Can you be more specific? :)

Doru


On May 14, 2013, at 10:23 PM, Benjamin <[email protected] > <mailto:[email protected]>> wrote:

        
Thank you :)

This fix goes with pair with
https://pharo.fogbugz.com/default.asp?10619

Thanks to Esteban, one can now deploy a Spec widget with the os window as >> window :)

Ben

On May 14, 2013, at 10:19 PM, stephane ducasse <[email protected]> wrote:

          
thanks esteban!

On May 14, 2013, at 9:54 PM, Esteban Lorenzano <[email protected]> wrote:

            
Hi,

I just pushed fix for a weird bug in cocoa cog vm.
It was crashing image when resizing using DisplayScreen>>#hostWindowSize: >>>> but even worst, some times was crashing also  when dragging a window >>>> outside the world screen...

The fix is there, but you will need to wait until tomorrow to have it in >>>> zeroconf (because of weird mac jenkins slave permissions).

This increases a bit more the VM stability, still not perfect, but we are >>>> getting closer :)

Esteban
              
            
--
www.tudorgirba.com <http://www.tudorgirba.com>

"Presenting is storytelling."


        
 
      

    

  

Reply via email to