Page 1 of 1

Print dialogue: display of papersize

Posted: Fri Jan 09, 2009 12:34 pm
by Peter2
After a 5-min-quicktest I think that it works, but it is not easy to read (too many information).

Instead of

Code: Select all

Page size: 11.7x8.3in; 296.89x209.81 mm
it should have:
- units: only the same that I selected in print dialogue (Layout)
- spaces around "x"
- if possible the name of the norm-format
- other string-content

Code: Select all

Page size (mm): A4, 296.89 x 209.81
Page size (cm): userdef., 89 x 250
Peter

Posted: Mon Jan 26, 2009 9:34 pm
by Peter2
Any comments?

Peter

Posted: Tue Jan 27, 2009 5:39 am
by Lesmo16
The string "Page 1/1" *below* the preview is translated to German (Seite 1/1), but not the string *on* the preview.
The string "Page" is the default value for the page footer, and should be automatically changed with language change.

Posted: Tue Jan 27, 2009 10:59 am
by Peter2
Lesmo16 wrote:...The string "Page" is the default value for the page footer, and should be automatically changed with language change.
I think that is not helpful:
The entry in footer does not come from the software but from the ini-file:

Code: Select all

FText=Page <Page>/<Page>
And if you change the footer like you want - and then the software changes it back ..?

Peter