refresh gadget?

BlitzMax Forums/BlitzMax Programming/refresh gadget?

Is there any way to refresh a gadget? I'm adding some controls to a window, but as some controls overlap, they are not well drown untill I force a Paint Event. Is there any way to force a Refresh of all the window? Like in visual studio: window.refresh()

For a win32-only solution lookhere

Thanks, it solved the problem :D