refresh gadget?

BlitzMax Forums/BlitzMax Programming/refresh gadget?

ziggy(Posted 2006) [#1]
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()


Jake L.(Posted 2006) [#2]
For a win32-only solution lookhere


ziggy(Posted 2006) [#3]
Thanks, it solved the problem :D