08-21-2013 05:01 AM
Hi everybody!!!
how to create a pdf that contains the image of all the page of the tab control in one pdf?? I've tried by i can't....help me please!!!!!
thanks a lot
gmazza
08-21-2013 07:30 AM
hi
you can do something like that
08-21-2013 10:39 AM - edited 08-21-2013 10:45 AM
@GiulianoFranchetto wrote:
hi
you can do something like that
This looks like a potential race condition, because switching the tab and taking the picture is done in parallel. There is no telling what happens first, but the result critically depends on correct order: (1) switch tab...(2) take image.
Even if it now works correctly by accident, a recompile or version upgrade could break it easily.
(And why do you use two loops? One is sufficient! You are wasting a lot of memory buidling the temporary pink array (unless the compiler combines the two loops behind the scenes... ;)))
08-21-2013 11:41 AM
Hi
i agree 100% for the race condition. For the 2 loops, they are just there because i don't know if he wants picture or picture data. I'm just highlightning the 2 solutions.
But yeah,all you said is very true.
08-22-2013 06:08 AM
Can you save it in LW 2011 format?
Thank you very much
08-22-2013 07:39 AM
here it is