Re: NSTextView and Html path to images ?
Re: NSTextView and Html path to images ?
- Subject: Re: NSTextView and Html path to images ?
- From: Yvon Thoraval <email@hidden>
- Date: Sat, 2 Jul 2005 19:00:19 +0200
Le 2 juil. 05 à 18:14, Frédéric Testuz a écrit :
Are you sure the result path in src is in the form src="file:///
Applications/..." and not src="/Applications/..." ?
not at all ;-) really good point with the suggested following :
theText += " <img src=\"file://" + pathToResources + "/
images/vineplants/" + imag + "\" />";
it works great althoygh not conventional html way ...
thanks a lot !
Yvon
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden