Hi Nimish,For memory management of objects in JSCore, the best reference is here:http://developer.apple.com/library/mac/#documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.htmlOf particular interest to you;"Core Foundation functions have names that indicate when you own a retur
On 23.12.2010 13:40, Nimish Nayak wrote:
2) Using the IWebFrame Interface, loadHTMLString function we can load
the HTML string when the WinLauncher App starts. But I would like to
give the location of the File from the local Disk How to achieve this
Just use loadRequest method with UrlRequest
Hi
I am extending The Javascript Core using the JSCore FrameWork Reference
given by Apple. (
http://developer.apple.com/library/mac/#documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/index.html
)
As of now its working fine but I have certain doubts.
1) I am using JSValueToStringCopy to cre