Avrella Problem Report 328

Title: Cannot see footer in regular zoom screen display

Priority: 4   Version detected: 1.03   Version fixed: 1.04  

Problem Description :  

Raised:27-Nov-2006

Problem description:
Cannot see footer in regular zoom screen display. (This problem has effectively been caused by consequence of fix for pr321 (Footer clutters bottom staff on page.))

Ref: pr328.avrella For regular zoom size (6) cannot see the footer displayed on the display screen. (Can see fine if go to Print Preview.) Can also see if reduce scale down to 2. This is probably caused by the vertical display screen size view being based on the bottom staff plus a margin. Need to take account of footer if present and increase vertical display screen size view.
---------------------------------------------------------------------------
08-Feb-2007 Assigned.
---------------------------------------------------------------------------
08-Feb-2007 Investigated by David
Ref: void CAvrView::CalcAndSetScrollSizes(). There is a section in the code to check if footer present and adjust accordingly. The multiplier for start of footer is set at 130. Subsequently pr321 was implemented (Footer clutters bottom staff on page.) resulting in the y offset for SetScrollSize() not being large enough to now show footer in its new further down position.
---------------------------------------------------------------------------
08-Feb-2007 Resolved by David

Fixed in version: 1.04
Set constant PAGE_BTM_MULTIPLIER_FOR_FOOTER_VIEW to 135 to increase y scroll size for footer view.
---------------------------------------------------------------------------
20-Aug-2007 Verified by David

Verified for version: 1.04
---------------------------------------------------------------------------
20-Aug-2007 Closed by David

 

 

This webpage was last updated on 11-Feb-2010 at 03:13:14 PM