Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image on screen shows then disappears
Message
From
17/08/2000 18:40:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Image on screen shows then disappears
Miscellaneous
Thread ID:
00406449
Message ID:
00406449
Views:
42
After putting too much work in designing a logo (jpg image) and storing it in a general field, I find that the image displays haphazardly.
This code puts it on the screen.

* Display logo from general field.
IF lCentred
@ 0,0 SAY logo_pic CENTER STYLE 'T'
ELSE
* Display logo at user-specified coordinates.
@ logo_row,logo_col SAY logo_pic STYLE 'T'
ENDIF

Sometimes it appears promptly, then it doesn't.
But when I put a window on top it when it is invisible (i.e. on the spot where it should be) and move the window off again, the image does show up.

How can the image be made visible the first time and all the time programmatically?

Jan Lavrijsen
Next
Reply
Map
View

Click here to load this message in the networking platform