1
Automation Interface, Add-Ins and Tools / Re: create external hyperlinks programmatically ??
« on: February 23, 2005, 12:29:25 am »
Thank you! "eleLink.Update" did the trick!
I did the .update only on the DiagramObject but missed to do it for the Element, too.
May I bother you with more questions on hyperlinks?
- Is it possible, to use relative addressing for a hyperlink?
(like "../../someFolder/someFile.htm")
Currently I can only get results, when using absolute addressing like
("http://www.someDomain/someFolder/someFile.htm") or ("file://C:/someFolder/someFile.htm")
Actually, I like to refer to a file that resides in a folder relative to the folder, where the model-file (*.ea) is.
- Is it possible, to include a "Subaddress", i.e. an "Anchor", into the hyperlink reference?
Like "www.someUrl#someAnchorInTheTargetFile".
Currently, a hyperlink that works with a simple URL, will not work, when I append an achor (by separating it with '#').
Any chance?
Thank you
I did the .update only on the DiagramObject but missed to do it for the Element, too.
May I bother you with more questions on hyperlinks?
- Is it possible, to use relative addressing for a hyperlink?
(like "../../someFolder/someFile.htm")
Currently I can only get results, when using absolute addressing like
("http://www.someDomain/someFolder/someFile.htm") or ("file://C:/someFolder/someFile.htm")
Actually, I like to refer to a file that resides in a folder relative to the folder, where the model-file (*.ea) is.
- Is it possible, to include a "Subaddress", i.e. an "Anchor", into the hyperlink reference?
Like "www.someUrl#someAnchorInTheTargetFile".
Currently, a hyperlink that works with a simple URL, will not work, when I append an achor (by separating it with '#').
Any chance?
Thank you