View Single Post
  #7241 (permalink)  
Old 08-24-2009, 10:23 AM
ahmedfikry's Avatar
ahmedfikry
PPCGeeks Regular
Offline
 
Join Date: Jun 2007
Posts: 75
Reputation: 65
ahmedfikry is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

I have a QVGA device running 23034.... & here is my fix for the appointment showing in lock screen page
Basically the top bar is now smaller & things have to be shifted up by 8 pixels:

change the following in:

LS_Global_240x320.cpr
<Image ID="Background" Left="0" Top="-18" Width="240" Height="320" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />
LS_Global_320x240.cpr
<Image ID="Background" Left="0" Top="-18" Width="320" Height="240" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />


then in:
LS_LockScene_240x320.cpr
<LockScreenPaneView ID="PaneView" Top="198">
LS_LockScene_320x240.cpr
<LockScreenPaneView ID="PaneView" Top="118">

in the last 2 files...leave appointment as "True" to be able to see the icon when you have an appointment...no need to change false (old fix) as things are shifted now & it will not show when you have no appointments
Reply With Quote
This post has been thanked 2 times.