Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I don't want TILE effect on my Picture
Message
From
05/05/2001 02:17:34
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00503869
Message ID:
00503875
Views:
26
This message has been marked as the solution to the initial question of the thread.
Elgin,

Place ".picture=..." after ".stretch=2".

>Well, that stopped the tiling affect. But I can't get it to stretch. I've tried all 3 values of the stretch property, no go.
>
>I don't want to have to do this in a form. Any suggestions on what I should check.
>
>
>Thanks
>Elgin
>
>>Wel u can actually put a image object on the screen and set it's width and height property do the screen size and set tthe top and left property to 0 ,0
>>
>>Here's a rought example
>>
>>
>>_Screen.addobject("MyBackground","IMAGE")
>>With _Screen.MyBackground
>>.top = 0
>>.left = 0
>>.width = .parent.width
>>.height = .parent.height
>>.picture = "MyBackground.JPG" && just any picture file
>>.stretch = 2 && fit the whole image
>>.visible = .t. && show it on screen
>>EndWith
>>
>>
>>
>>Hope this helps ..
>>
>>N-Joy !
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform