How to speed up redraw of gagdet when resizing...

BlitzMax Forums/MaxGUI Module/How to speed up redraw of gagdet when resizing...

sebas76(Posted 2010) [#1]
Hi all,

I've a problem since Bmax 1.28 (very very long) and maxgui.
Now i'm at bmax 1.41 + maxgui 1.41 but the problem was never resolved.
My app redraws all the gadgets very fast before 1.28 when resizing the window.
And after all redraw were (and are always)very slow...
So is there a way to desactivate the behaviour of "SetGadgetLayout" ?
I want to redraw by myself the position and size of canvas, and gadget, I don't want anymore the automatic system.

Thanks for your help...


jsp(Posted 2010) [#2]
Wasn't the change of the double buffering at that time?
Not sure if that is still valid, but you could try:
TWindowsWindow._disabledoublebuffering = true


sebas76(Posted 2010) [#3]
No it isn't this problem...
I really want to desactivate all automatic resizing and redraw of gadget to set it by myself.