Hi,
v11.1p_2019-01-03/LGPL
tile.startLine and tile.endLine are documented only in TileLayout.autoWrapLines.
I would expect that startLine forces the tile having this property to become first on new line. In fact it reset breadthCounter to 0 instead to left/topMargin and do not move the tile to new line making that and all following tiles overlap with previous tiles.
tile.endLine has that functionality that I would expect from tile.startLine. Instead it should reset breadthCounter and start a new line after that tile, making it last tile on the line (if it is not moved to a new line with autoWrapLines)
Both should work as FormItem.startRow and endRow.
Also please consider making possible to start/endLine with autoWrapLines set to true.
Best regards,
Janusz
v11.1p_2019-01-03/LGPL
tile.startLine and tile.endLine are documented only in TileLayout.autoWrapLines.
I would expect that startLine forces the tile having this property to become first on new line. In fact it reset breadthCounter to 0 instead to left/topMargin and do not move the tile to new line making that and all following tiles overlap with previous tiles.
tile.endLine has that functionality that I would expect from tile.startLine. Instead it should reset breadthCounter and start a new line after that tile, making it last tile on the line (if it is not moved to a new line with autoWrapLines)
Both should work as FormItem.startRow and endRow.
Also please consider making possible to start/endLine with autoWrapLines set to true.
Best regards,
Janusz
Comment