biogenea / gicentreutils

Automatically exported from code.google.com/p/gicentreutils
0 stars 0 forks source link

gui.HelpScreen not displaying header and footer #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When creating a help screen with a header, entries and a footer the header and 
footer text are omitted (although the help screen is sized to accommodate the 
header and footer text).

Only HelpScreen defaults are used.

The HelpScreen font may be initialised from either loadFont() or createFont(). 
The result is the same.

Processing 1.2.1 and giCentre Utilities 3.0.0 on OSX 10.6.4.

Example attached.

Original issue reported on code.google.com by iain.dil...@gmail.com on 13 Oct 2010 at 4:51

Attachments:

GoogleCodeExporter commented 8 years ago
This has been fixed and will appear in the next release.

Until then, the workaround is to ensure that the vertical spacing (in the 
setHeader and setFooter methods) at least 1.5 times that of the text size.

Original comment by a.sling...@soi.city.ac.uk on 13 Oct 2010 at 5:35