From 154699160bedd0a1e4d8a5f00ad3f8748bc1daee Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 1 Feb 2017 16:47:48 +0400 Subject: [PATCH 01/10] added dialog popup on extraction errors. looks like Ookii.Dialogs have to be replaced with manual progress dialog implementation, as i have no control over progress dialog window once extraction has begun. frankly, i just need to be able to call StopProgressDialog and StartProgressDialog from IProgressDialog interface, but Ookii does not provide such low-level access. --- GUI/FileErrorDialog.xaml | 20 ++++++ GUI/FileErrorDialog.xaml.cs | 76 +++++++++++++++++++++ GUI/GARbro.GUI.csproj | 7 ++ GUI/GarExtract.cs | 128 ++++++++++++++++++++++++------------ 4 files changed, 190 insertions(+), 41 deletions(-) create mode 100644 GUI/FileErrorDialog.xaml create mode 100644 GUI/FileErrorDialog.xaml.cs diff --git a/GUI/FileErrorDialog.xaml b/GUI/FileErrorDialog.xaml new file mode 100644 index 00000000..c506f95f --- /dev/null +++ b/GUI/FileErrorDialog.xaml @@ -0,0 +1,20 @@ + + + + + + +