bill lam wrote:
RowMinHeight depends on MinH, and finally

'w h'=. <./ qextentW &> CellFonts  NB. J602
'w h'=. <./ qextentWW &> CellFonts  NB. J601

Error occurs when CellFonts is atomic instead of rank-1,
because width of w < height so that w=. h=. width of character w in J602
but width of ww > height so that w=. h=. height of character w in J601

I think that CellFonts should be coerced to rank-1, eg.

'w h'=. <./ qextentW &> ,CellFonts  NB. J602
'w h'=. <./ qextentWW &> ,CellFonts  NB. J601

Agreed, it should be coerced to rank 1.

You are right that there was a change in the MaxSRows definition - in j601 based on the window height, in j602 based on the screen height. As far as I can see, this only affects the amount of data read in a virtual grid.


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to