+1
Fixed
Onpage tag not working
While practicing on your PDF tutorials with the new iPad I can not get the panel to display only on page 2 using the on page tag. It still displays on all pages and I've lifted the code directly from the tutorial as below.
Customer support service by UserEcho
I just pulled the wire directly from the tutorial and into an App and it seems to work fine for me.
please leave a snippet of your code on this subject using < code > < /code > brackets around it.
Thank you.
<wire>
<main>
<pdf name="constitution" source="constitution_pdf.pdf" height="100%" width="100%" spreads="yes" covertile="no" tile="yes"></pdf>
<panel name="panel" width="150" height="100" align="center" valign="center" background="#ff0000" onpage="2" >
<text name="main" width="110" height="100" color="#000000" font="courier" size="14" align="center" valign="center" text="Hello World!"></text>
</panel>
</main>
</wire>