Hi,
I wanted to consult about a problem I've been struggling with.
I've build an app in which the user enters some information and I have an option to display it:
Vertical Scroll Arrangement {
Horizontal Arrangement Stage1
Horizontal Arrangement Stage2
....
Horizontal Arrangement Stage8
}
Each horizontal arrangement contains a listview.
Any number of stages, 1-8, can be used (I'll display only those filled by the user).
The listviews can be in any length (1-100 for example).
This displays well on the screen. (emphasize: this VSA can be in any length, 1 to several screen's-height)
I want to create a pdf or other suggested file format, to hold all the VSA information.
The "create pdf from layout" ext doesn't work well in this case.
It doesn't auto-generate multiple pages if the layout is longer than a single page.
Even if I use Colin ext and scroll-page-down, the generated page is from the top of the layout.
Setting visability false to some horizontal-arrangements, doesn't work, meaning the generated Pdf will just have a blank section in it.
Component2Image ext works the same as the pdf creator (always generates from the top of the layout, even with scroll, and displays blank for non-visable elements)
Using Taifun screen capture ext, together with scroll-page-down works ok but:
- It generates several jpg files, vs. a single pdf file.
- Some information will appear twice, in 2 different jpgs (the last 2 jpg), because the VSA length isn't a round multiplication of the screen size.
So, is there something I'm missing?
Any suggested solution? Extension? Workaround?
Thanks in advance for your time,
Maor.