Bug 7513 - 240x320 background wallpapers tile when they should stretch in larger UIs
: 240x320 background wallpapers tile when they should stretch in larger UIs
Status: ASSIGNED
Product: SB Desktop
Classification: Unclassified
Component: Desktop
: unspecified
: Macintosh Other
: -- normal (vote)
: 8.1.0
Assigned To: Unassigned bug - please assign me!
:
Depends on: 10001
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-14 08:46 UTC by Ben Klaas
Modified: 2011-01-26 04:31 UTC (History)
5 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2008-03-14 08:46:49 UTC
any non-solid wallpapers look pretty bad tiled on larger squeezeplay UIs
Comment 1 James Richardson 2008-10-20 08:49:09 UTC
Tom, would this be your bug to address?
Comment 2 Wadzinski Tom 2008-11-14 13:08:59 UTC
tile doesn't have rotozoom() or getSize() to allow for the following code. I believe that situation will be addressed in bug 10001.

	if srf ~= nil then
	    local w, h = srf:getSize()
	    local screenWidth, screenHeight = Framework:getScreenSize()
        if w ~= screenWidth and h ~= screenWidth then
            srf = srf:rotozoom(0, screenWidth / w, screenHeight / h)
        end
	
	    Framework:setBackground(srf)
	end
Comment 3 James Richardson 2008-11-17 09:42:06 UTC
Moving SqueezePlay bugs to 7.3.1
Comment 4 dd 2008-12-01 09:56:53 UTC
Was this bug ever resolved or is it still being worked on?
I have same problem, every time I add custom wallpaper to the remote screen it appears tiled instead stretched or normal. Is that ok or is it a little flaw?
             thank you for replaying. Petr.
Comment 5 Ben Klaas 2008-12-01 09:58:06 UTC
This is an unresolved bug, which means it's still being worked on
Comment 6 dd 2008-12-01 09:59:07 UTC
(In reply to comment #5)
> This is an unresolved bug, which means it's still being worked on
> 

 Thank you Ben.
Comment 7 James Richardson 2008-12-19 08:03:49 UTC
Changing target to next release
Comment 8 Anoop Mehta 2009-01-19 13:08:31 UTC
Customer is also seeing this issue with the Controller. 
Comment 9 Anoop Mehta 2009-01-19 13:10:56 UTC
Sorry for lack of info..

I have a customer who is uploading a 96 x 130 pic and it is also getting tiled. 

I have tested and was able to reproduce this issue via the Controller. 
Comment 10 Chris Owens 2010-05-06 15:47:30 UTC
Tom is no longer available to us