Problems with redraw method on SWT for QNX

When I resize, move, maximize, minimize my Shell, redraw method is ejecuted. It causes that my program runs slower because it draws everytime. How can I release those operations(resize, move, maximize…) without redraw method´s calling and mantineance my components in the window.

Sorry my bad english.

Ciao

Some of those operations require a redraw. So there isn’t much you can do.