Force a window repaint?

BlitzPlus Forums/BlitzPlus Programming/Force a window repaint?

Pigmeat(Posted 2003) [#1]
Is there a way to force a window repaint?

I'm calling a function that can take awhile to return when complete. I'd like to have some sort of display that it is running, but it seems I need to repaint the window to see the effects of an updated control. Is this possible in BlitzPlus?

-Byrt


Red(Posted 2003) [#2]
You can call a API function : redrawWindow

Add it in a userlib declaration.