painting in win32
Chris January
kde-cygwin@mail.kde.org
Wed, 5 Mar 2003 23:11:59 -0000
> I'll admit I was a bit hasty to try removing X from the
> qt2/win32 port. I had not realized that even directly out of
> CVS, the tutorials did not paint anything. The window appears
> and plenty of debugging in the terminal, but nothing graphical
> appears in the window. Does anyone know why this is happening?
The CVS version of Qt native is broken. I plan on fixing it ASAP, but I'm
not sure when I will have some free time as I'm rather busy at the moment.
You want to look at the event handling code and check that's working. AFAICT
WM_PAINT messages aren't being forwarded at the moment. Should be trivial to
fix.
Chris