Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamically Resizing _Screen Graphic

Status
Not open for further replies.

stanlyn

Programmer
Sep 3, 2003
945
US
Hi,

Is there a way to dynamically stretch/resize a picture used as a background as in _screen.picture='my.jpg'?
I don't see anything can get the behavior of resizing the picture when _screen or _vfp is resized.

I guess one could attach a container with an image control embeded to _screen. Then set the image's stretch property to get the behavior?? OK, I don't see a way to do that either...

How would you do this?

Thanks, Stanley

 
Such things can also be graphics driver related. SET STAUS OFF? Maybe, a command, which clearly clears the _screen is CLEAR.

Bye, Olaf.
 
Yep, I disabled the "set status off" and it works as advertized...

Thanks again for all your help...

Stanley
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top