Hello everyone, I am writing my first "application" under os x)))
Everything works fine except for one moment, the dialog box does not open when downloading the file, I killed a whole day today looking for a solution - but so far to no avail (
Here is the whole "code" of my project:
override func viewDidLoad() { super.viewDidLoad() let easyTestUrl = NSURL(string: "https://example.com") let easyTestUrlRequest = NSURLRequest(URL: easyTestUrl!, cachePolicy: NSURLRequestCachePolicy.ReloadIgnoringLocalAndRemoteCacheData,timeoutInterval: 10.0) EasyTest.mainFrame.loadRequest(easyTestUrlRequest); // Do any additional setup after loading the view. }