[Gambas-devel] Early auto-instance

Benoît Minisini gambas at ...1...
Sun May 13 00:20:51 CEST 2012


Le 13/05/2012 00:07, tobi a écrit :
>
> All clear, that's all clear, but: routines in the Window object want to refresh the screen. Screen
> refresh may be buffered. Buffering is handled via the Screen class that represents the entire
> screen. I need a valid Screen object to determine the buffering settings (in this example; I can
> spot input stuff that will go through the Screen class, too, as said in another thread recently).
>
> Regards,
> Tobi
>

I guess I don't have the latest source code?

I meant that you don't need the Screen Gambas object as soon as you 
split the interface (the Screen object) from the implementation.

The implementation always exists, even if the Screen default object has 
not been instanciated yet.

-- 
Benoît Minisini




More information about the Devel mailing list