Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Megamoscha

Pages: [1]
1
Feature requests / Window rendering and event processing in Windows
« on: June 14, 2009, 10:15:47 pm »
Yeah I find it useless anyway. ;-)

I was just fiddling around if it was possible and I got it working (Window class with a message map. And registered the rendering class for the WM_SIZE event)

VERY USELESS.

2
Feature requests / Window rendering and event processing in Windows
« on: June 14, 2009, 08:49:33 pm »
It is possible to draw the content of the window when moving or resizing.

All you need is to draw when a WM_SIZE event gets fired.

I used it within a Win32 Application that I once wrote. The problem is that you get a delay for 1 second if you start to drag the window and it is slower when drawing with this event.

It could be that it is also possible to draw when WM_SIZING is fired. But I dunno at the moment.

Pages: [1]
anything