djc728 Posted January 28, 2015 Posted January 28, 2015 I have a portal and it has a popover button.  Inside the popover button is a container field.  I'd like to "Insert a PDF" into this container but its "grayed" out ( see enclosed picture ).  The container is set for "interactive" but for some reason I can't seem to insert a PDF and I don't know why it's grayed out.   Also, in my enclosed picture I have inserted the Filemaker Go Development Guide BUT its not interactive and I can't scroll through any part of that PDF document.  I have the latest version of Adobe Reader installed on my Mac but I just can't seem to get this to work.  Anyone have any ideas I can try?  I even recreated the popover button but I still keep getting the grayed out "Insert to PDF" and the PDFs already in the container are NOT interactive.  Dom Â
HALBURN Posted January 29, 2015 Posted January 29, 2015 See the attached sample file. I think this is currently as close as you can get to inserting a PDF into a popover that is in a portal. The added bonus of using this method is that you can include tab panels, slide panels, and portals in the popover. pdf_in_portal_popover_1.02.zip
djc728 Posted January 29, 2015 Author Posted January 29, 2015 The one thing that has me stumped is the popover button appearing on the overlay. I see that it is hidden when = 1. So what makes it appear. I'm assuming its the Go to object script step and that makes the object = 0???
bruceR Posted January 29, 2015 Posted January 29, 2015 Not that the popover BUTTON and the popover itself are two different objects. The popover button remains always hidden.
HALBURN Posted January 30, 2015 Posted January 30, 2015 The one thing that has me stumped is the popover button appearing on the overlay. I see that it is hidden when = 1. So what makes it appear. I'm assuming its the Go to object script step and that makes the object = 0??? The "Go to Object" script step is opening the popover and making it visible. You do not need to set any objects to "0". The popover 'button' in my example is 'always' hidden. I have the popover 'background' sent to transparent. The semi-transparent gray background that you see when the popover is open is an element that is totally separate from the popover (it's just a standard button) that is only visible when a value has been entered into the global field that defines which portal record to display. I like to use a separate button as the background overlay because I am kind of picky about how things look. I like how I can make the overlay button expand all the way to the edges of the layout. If you use the default popover background it does not expand all the way to the edge of the layout and you end up with this uneven perimeter around your layout which looks unprofessional to me. 1
Recommended Posts
This topic is 3596 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now