> In Cocoa I have made a command line application that init's a WebView, then
> calls, stringByEvaluatingJavaScriptFromString, however, I'm trying to get
> this to work in Windows. I've compiled WebKit and added a new Win32 command
> line project, however, I'm always getting back "null" when calling
> stringByEvaluatingJavaScriptFromString. Below is the source, and I've tried
> a variety of different things to eval ("1 + 1", "var foo = 1", etc.), and
> again, it's always null.Can't you use the debugger and single-step the function? Perhaps it returns immediately due to some error or something like that. -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Qt Software, Nokia _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

