NSTextView
NSTextView
- Subject: NSTextView
- From: Christoph Gerdes <email@hidden>
- Date: Sun, 12 Jan 2003 15:13:17 +0100
Hi,
I have problems with the clickability of links of a html document in a
NSTextView.
With this html code:
<html><body>
<table><tr><td><a href="www.test1.com">test link1</a></td></tr></table>
<a href="www.test2.com">test link2</a>
</bod></html>
the delegate's textViewClickedOnLinkAtIndex method will be called only
if one clicked on the second link. If clicked on the first link nothing
happens. I did not find any clues in the documentation or in the list
archives on this problem. Can anyone give me a hint, please.
Tia.
Christoph
--
GPG: 4CD3 152A F59A 2788 3E29 9CC5 7502 DA0B 705B 0564
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.