Window/Gadget repaint
Posted: Tue Mar 07, 2006 8:25 pm
				
				I have a small app I'm working on that has a rather intensive for...next loop, during this loop I update several text gadgets with information for the user.
The problem is that if the window is obscured in any way the window doesn't get refreshed and only the text gadgets I'm updating show.
I was wondering if there is a way to force certain gadgets or the entire window to repaint/refresh its self without doing and WaitWindowEvent(), as I don't want the rest of the application accessible during the operation.
I'm using PB v4 Beta 5
Thanks for any help in advance.
			The problem is that if the window is obscured in any way the window doesn't get refreshed and only the text gadgets I'm updating show.
I was wondering if there is a way to force certain gadgets or the entire window to repaint/refresh its self without doing and WaitWindowEvent(), as I don't want the rest of the application accessible during the operation.
I'm using PB v4 Beta 5
Thanks for any help in advance.