John:
Thanks for the reply.
I
was using the default output format (XAML) until you brought it up, so I hacked at it a bit and found out a few items about the web output:
- Under XAML the hover text does not work (my initial concern);
- Under SVG the shape name is used as the hover text (does not address my concern);
- For all other formats (JPG, GIF, PNG, VML) the hover text does work, but some hyperlinks inexplicably stopped working (solved my concern, but introduced another).
I hacked at the hyperlink problem a bit and found (are you ready?) the existence of a User.visEquivTitle cell causes the hyperlink to stop working on the web page. Take away the visEquivTitle name and it works fine. Go figure.
Regardless, I can programmatically set things up so that you either get hover text or hyperlinks, but not both. Fortunately, the nature of my Visio application is such that I can live with that. Let's hope I never need to do both simultaneously!
Thanks again for the reply. You put me on the path to solving MY problem, if not THE problem.
While I have you on the line, let me ask a trivial followup question: I read someplace that dynamic graphics formats like VML or SVG are recommended, while fixed format like JPG, PNG or GIF are not. Does it really matter? As a result of my hacking experience, I'm now planning to use JPG not only because my hover text and hyperlinks both work, but also because I found it builds and renders significantly faster.
- Ken