Hi all,
I recompiled my apllication with 1.90
Service Level 1 (339 or 341 builds ) and have faced with a
very big problem.
I have the no modal window and
XbpStatic (XBPSTATIC_TYPE_GROUPBOX) on it drawingArea.
Then a lot of other parts were created
on this static.
After create and show this form when
the user press
any first key (even just Alt) all content this
static
disappeared and repainted only after special
actions (f.e. Alt+Tab).
This problem is connected
with manifest file (when I remove it all works
properly but without XP style).
I investigated this issue and can say:
only XBPSTATIC_TYPE_TEXT and XBPSTATIC_TYPE_GROUPBOX static have
such behaviour (other work properly).
:useVisualStyle has not any influence
on it as well and other new properties(I tried use :drawMode=
XBP_DRAW_OWNER and :draw() method but always had the same
result.)
Has anybody noticed this
problem?
How can I resolved it?
P.S. With 1.90 build 331 all worked
very nice