On 12 April 2013 12:22, S Krish <krishnamachari.sudhakar@gmail.com> wrote:
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.
Is this Windows / Mac / Linux or multi OS..? For Pharo, they will have to ensure it multi OS compatible so may take time stabilizing.
On Windoze i can create a window like a piece of cake (see NBOpenGL code which does that).. the only problem which i think will inevitably hit us is handling events for that window.. for that we will need to modify VM (even in case if we decide to handle events by image-side callback). It works in NBOpenGL case, simply because it creating a hidden window which is never shown on screen and never receives any events...and i using it to create an offscreen opengl context.
On Fri, Apr 12, 2013 at 1:19 PM, Tristan Bourgois <tristan.bourgois@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
-- Best regards, Igor Stasenko.