I'm asking if there is a method to skip a block (for example a set of TextPrint) if the full block is greater than remaining page space.
Consider this scenario:
I have many football players, each one with many datas to be printed, but I don't like that the characteristics of a single player are splitted between two pages.
What I'd like it was if PaperClips understood that situation and skip current page and prints my block directly in the next page.
Is there something similar?
Thanks in advance
Best regards
Raffaele
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If this does not help, please open a new issue and we'll discuss it further there. Note that PaperClips is now maintained on Google Code: http://code.google.com/p/swt-paperclips/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm asking if there is a method to skip a block (for example a set of TextPrint) if the full block is greater than remaining page space.
Consider this scenario:
I have many football players, each one with many datas to be printed, but I don't like that the characteristics of a single player are splitted between two pages.
What I'd like it was if PaperClips understood that situation and skip current page and prints my block directly in the next page.
Is there something similar?
Thanks in advance
Best regards
Raffaele
Try GridPrint.setCellClippingEnabled(false)
If this does not help, please open a new issue and we'll discuss it further there. Note that PaperClips is now maintained on Google Code:
http://code.google.com/p/swt-paperclips/