View Single Post
  #6222 (permalink)  
Old 07-22-2009, 11:05 AM
joojoobee666's Avatar
joojoobee666
PPCKitchen Crew
Offline
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by Röchelhilpert View Post
Solution is found for Shadow problem ... it works for me

StartMenu_GridScene_480x640.cpr

--->added

<Image ID="Background" Left="0" Top="-52" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source=".\StartMenu_Background_Screen_480x640.png"/>

StartMenu_GridScene_640x480.cpr

--->added

<Image ID="Background" Left="0" Top="-52" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source=".\StartMenu_Background_Screen_640x480.png"/>


StartMenu_Global_480x640.cpr

<Image ID="Background" Left="0" Top="-52" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>


StartMenu_Global_640x480.cpr

<Image ID="Background" Left="0" Top="-52" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>


this are settings for VGA Touch Diamond

and it works
Confirmed! Except I think the alignment of the background png is off (there's a gap at the bottom that is not covered). Maybe the Top value needs adjusted? I'll try some different values.

Update, yeah. Got it 100%. I Change "Top="-52"" to "Top="0" for the Gridscene files and it's all back to good!

Last edited by joojoobee666; 07-22-2009 at 11:16 AM.
Reply With Quote