From a77a5bfb3aff90ee6fa2df81d8cc145d7e6121a2 Mon Sep 17 00:00:00 2001 From: bux Date: Fri, 4 Jan 2019 13:04:26 +0100 Subject: [PATCH] add waitingform while saving #60 --- tabler/Forms/GridUI.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tabler/Forms/GridUI.cs b/tabler/Forms/GridUI.cs index edeab92..a3ef8dd 100644 --- a/tabler/Forms/GridUI.cs +++ b/tabler/Forms/GridUI.cs @@ -73,7 +73,12 @@ private void saveToolStripMenuItem_Click(object sender, EventArgs e) try { + // start the process + WaitingForm.ShowForm(this); + success = TranslationManager.SaveGridData(_configHelper.GetLastPathOfDataFiles(), lstModInfos); + + WaitingForm.CloseForm(); } catch (Exception exception) {