One crappy hack would be to have two host windows started by the VM and the Pharo Display bitmap split in two and each half being painted in its own window at the VM level.
Which could even be extented to 'n' windows. The current display code uses a nxn matrix to repaint, refreshing in two windows is doable without too much fuss. For a Proof of Concept, that's workable. Phil 2013/4/12 Tristan Bourgois <tristan.bourg...@gmail.com> > > > > 2013/4/12 S Krish <krishnamachari.sudha...@gmail.com> > >> >> From immediate perspective, why not hook up with NativeBoost to a C DLL >> one can easily parametrize to serve as viable alternative / proof of >> concept till Igor / Esteban's work becomes core to Pharo. >> > > Can you explain me fastly how to do that? (Sorry but I'm a terribly newbie > on low-level programming) > > Is this Windows / Mac / Linux or multi OS..? For Pharo, they will have to >> ensure it multi OS compatible so may take time stabilizing. >> >> > I develop on Windows but we have to be compatible with Linux. (The demo to > the client are on Linux machine). > > >> On Fri, Apr 12, 2013 at 1:19 PM, Tristan Bourgois < >> tristan.bourg...@gmail.com> wrote: >> >>> Hi! >>> >>> all my question is in the object ^^ >>> >>> Does exist the possibility to open a window out of my pharo environment? >>> (Or someone know the way to do that?) >>> >>> I'm working on a graphic framework and at my work they need a multi >>> screen support. It's needed to validate Pharo as the smalltalk they will >>> use! >>> >>> Thanks! >>> >>> Tristan >>> >> >> >