3 Apr
2009
3 Apr
'09
11:25 a.m.
Brad Wilson:
This is untested, but I'd suggest trying: def webView(sender, didReceiveTitle:title, forFrame:frame) sender.window.setTitle(title) end
Does that sound right to anybody else? Eloy Duran: Yep that's correct. Though Brad's suggestion did not result in the delegate method being triggered, and neither did the change setTitle:title, my enthusiasm is unflagging.