[chronojump] Better GUI for ExecuteAuto



commit 801b490a761e83adfb27020973cf43b2516e8149
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jul 7 16:33:58 2016 +0200

    Better GUI for ExecuteAuto

 src/gui/chronojump.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 0d96cd5..7eeea33 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -6816,11 +6816,16 @@ LogB.Debug("X");
                menuitem_mode.Sensitive         = ! start;
                help_menuitem.Sensitive         = ! start;
                frame_persons.Sensitive         = ! start;
+               notebook_sup_contacts.Sensitive = ! start;
 
                hbox_jumps_test.Visible         = ! start;
                button_auto_start.Visible       = ! start;      
                hbox_jump_types_options.Visible = ! start;
                hbox_jump_auto_controls.Visible  = start;
+               
+               notebook_capture_analyze.GetNthPage(1).Visible = ! start;
+               if(radio_menuitem_mode_jumps.Active)
+                       notebook_capture_analyze.GetNthPage(2).Visible = ! start;
 
                //when start, put button delete_this_test as not sensitive
                //(just for the test previous to the auto process)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]