Rank: Newbie Groups: Member
Joined: 4/8/2016 Posts: 7
|
Hello, when downloading files, the settings(ShowDialog = false) do not work properly
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
What version do you use? We tested the latest build and this seems to work fine. We tested by changing the code inside WebView_BeforeDownload in MainWindow.xaml.cs in our TabbedBrowser sample application. The original code set ShowDialog = true, we changed it to false and then when you download a file, no dialog would be displayed.
Thanks!
|