PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [7.5] background image
[7.5] background image
Started by Gerard van Woudenberg, Feb., 23 2004 1:32 PM - 2 replies
Posted on February, 23 2004 - 1:32 PM
Goodday programmers,
Following occurs.
Main window = Parent
Then we open child windows.
Sofar so good. However we have in a click image area a .gif picture. When a child window opens over the picture and you closethis window again the the picture dissapears.
Does anybody know why and have a solution.
Thanks in advance

Gerard



Our homebase
Posted on February, 23 2004 - 2:03 PM
Maybe a MultiTaskRedraw() -call will help?
Barry

Goodday programmers,
Following occurs.
Main window = Parent
Then we open child windows.
Sofar so good. However we have in a click image area a .gif picture. When a child window opens over the picture and you closethis window again the the picture dissapears.
Does anybody know why and have a solution.
Thanks in advance

Gerard



dge bv
Posted on February, 23 2004 - 4:26 PM
Maybe a MultiTaskRedraw() -call will help?
Barry

Thanks Barry,
The image was in an image area, forgot to tell you. I now heve placed by property in the background of the parent problem solved.
Thanks anyway
Regards Gerard



Our homebase