View Single Post
  #6221 (permalink)  
Old 07-22-2009, 10:51 AM
Röchelhilpert's Avatar
Röchelhilpert
PPCGeeks Regular
Offline
 
Join Date: Apr 2009
Posts: 74
Reputation: 15
Röchelhilpert is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

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
Reply With Quote
This post has been thanked 2 times.