fed Posted January 27, 2014 Posted January 27, 2014 I like the new popover button. But is it possible to have the same thing happen when something other than a button is clicked (eg making a label or field into a button)? Thanks, Fed
Mark Scott Posted January 27, 2014 Posted January 27, 2014 Hi Fed, At this time, you can only use a popover button to open a popover. You can layer an invisible popover button over the other object to achieve the desired effect. Be sure that the popover button is on top in the stacking order, at least for WD deployment, as WD does not support click-through. (Alternatively, you could layer the popover button below the object and use a Go to Object script trigger on the top, clickable object; in that case, the object you want to "go to" is the popover panel, not the invisible popover button.) HTH, Mark 1
eos Posted January 27, 2014 Posted January 27, 2014 At this time, you can only use a popover button to open a popover. That's not correct. Give the popover (not the button, but the content panel itself) a name in the Inspector, then use "Go to Object", and the popover will open. 2
Mark Scott Posted January 27, 2014 Posted January 27, 2014 That's not correct. Give the popover (not the button, but the content panel itself) a name in the Inspector, then use "Go to Object", and the popover will open. Sorry, eos, perhaps I'm missing something. Is that different from my suggestion, above, to use a Go to Object script trigger? Sounds to me like we're saying exactly the same thing, in slightly different ways. I believe (but would be happy to learn otherwise) that even with the Go to Object approach, you still need to place a popover button (visible or not) on the layout, in order to have a popover panel to which to go. Mark
bruceR Posted January 27, 2014 Posted January 27, 2014 Of course you do. It doesn't have to be visible though. I understand this doesn't work in webDirect. Not sure about Go or Windows though. See attached. PopStart.fmp12.zip
Mark Scott Posted January 27, 2014 Posted January 27, 2014 On re-reading eos' comment, I think he was objecting (correctly) only to my first sentence. I should have written that "At this time, you can only use a popover button to place (rather than open) a popover." That's what I meant, and should have said. I'm not sure he made it though the rest of my post (tldr?) to see the part about using "Go to Object" to pop the panel open. Thanks for the example file, Bruce. So much more illustrative than just saying "do it this way." Mark
Mark Scott Posted January 28, 2014 Posted January 28, 2014 One more thing worth mentioning, Fed… If you decide to use the Go to Object approach, you'll notice that the popover doesn't spring open like one opened directly by clicking on a popover button; it just unceremoniously appears in place. You can restore the effect, however, by preceding the Go to Object script step with a Set Script Animation [On] step. Personally, I love the bit of polish the effect adds. Mark 1
fed Posted January 28, 2014 Author Posted January 28, 2014 That's great, guys. Thank you so much. I'll give it a try tomorrow.
dickiechung Posted February 5, 2014 Posted February 5, 2014 Is it possible to show the popover panel just by hovering the mouse over the popover button (or the button with go to object script) without clicking?
LaRetta Posted March 17, 2014 Posted March 17, 2014 Hi Dick, I'm afraid an action is required to fire a script (unless you use a plugin; some can fire upon calculation change for example). You might consider tooltips. It is possible to show or hide a layout object by hover alone if it is an image but not a popover. What are you using the popover for that you wish it to display upon hover? :-)
Recommended Posts
This topic is 3902 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