| Previous Next | Contents |
PostScrp.SetupRTF cover for enhanced printer setup dialogue. See RainPro notes for details.
leaf.table.makegrid now calls MeasureTitles to allow for titles in setting the width for columns defined as ¯32768. This is broken out as a subfunction from leaf.table.Measure which now calls it. See AutoMeasure for the testbed.
leaf.Include now takes note of margin settings, so to centre a chart you can set 1 margins left and right and the chart will scale to fit see Includes.
leaf.Spool was compressing all blanks in the file name (FNAMES is a matrix) which is silly if you spool to C:\My Documents\My Pictures\temp.spl. Fixed
leaf.FixParams fixes an interesting bug where you might have something in your substitution text which itself has a %nn value in it. This was then getting double-substituted, which is not what you want at all! However you can embed page and date markers in substituted text see Subtest for an example. This also relaxes the limit on 9 parameters (leaf.Use) as they can be picked off in reverse order so multi-digit elements go first.
leaf.class.bx.Create boxes were not picking up borders unless it was set to a non-default value. Now defaults to 2 pixel as it should.