Canvas (or any window) : open in full screen mode

Hi! Would it be possible to implement an argument to any window drawing operation (either TCanvas or anything else) that would make the opening directly to full screen?
(or something like : SetFullScren(); Update())

Thank you!
Adrian

1 Like

Hi,

I don’t think this is possible (but I’ll have to cross-check)

Cheers, Bertrand.

You could do something like this, but this is not truly maximized

((TRootCanvas *)canvas->GetCanvasImp())->Resize(gClient->GetDisplayWidth()-20, gClient->GetDisplayHeight()-50);

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.