Jump to content

would a popover button work within a popover button?


This topic is 3004 days old. Please don't post here. Open a new topic instead.

Recommended Posts

thanks for your response.

why is that and if is done would it work at all?

Cuz i tried it and the popover doesn`t come up, just the button display.

Link to comment
Share on other sites

As far as I know, only one popover will ever be displayed at a time. So even if you could nest them, which you can't, only one would show at a time :)

Depending on the effect you want, you may be able to pull it off some other way.

Mike

Link to comment
Share on other sites

There is a technique for pop-over buttons that are not attached to a specific button. It's described here:

https://www.gomainspring.com/simple-time-savers/building-a-modal-dialog-using-popovers/

From within your first pop-over button you could use the GoToObject script step to open the second pop-over. Then use OnObjectExit to restore the first one. This would be a switching between two pop-over buttons though, nothing layered.

Come to think of it, you could do that with two normal pop-over buttons too...  :-|

HOWEVER, with method above, a transparent pop-over area stretching your entire screen, you could probably "fake" a second layer to your objects placed within by help of show/hide and conditional formatting...

  • Like 1
Link to comment
Share on other sites

This topic is 3004 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.