Another software package we have is horrible to use, but one thing it does have is the ability to essentially show an embedded view within a tooltip. Is there any way to make that work within the Perspective environment?
It would be handy, but mostly just curious. Thanks in advance for any input!
I don't believe you can do this with a tooltip. The closest replacement would be opening a popup with an onClick event so you can open the popup with the x,y coordinates of the click.
Haven't done it but you could do an onMouseOver event that launches a popup with an embedded view. However this would run into an issue of no delay that the tooltip has so it'd open instantly if they're moving the mouse around the screen. So probably not what you want but maybe that'll lead you on the right path.
Yeah, that's what I was worried about. Wasn't sure if there was a way to implement a delay or a opacity hack or something to make it user friendly. Figured I'd mention it in hopes of someone wiser correcting me with a solution
If you happen to be doing this on a map tool you can have that load views as popups. It’s really nice for doing fancy opaque overlays and stuff like that.