Quote:
Originally Posted by Röchelhilpert
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!