def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "2_1_1":
         data_service.set_active("2_1_1")
     form_tab2_subtab_for_1_graph(self, controller, _2_1_1_graph_fig)
 def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "5_2":
         data_service.set_active("5_2")
     form_tab5_subtab(self, controller, _5_2_graph_fig)
Example #3
0
 def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "1_6":
         data_service.set_active("1_6")
     form_tab1_subtab(self, controller, solar_duration_graph_fig)
Example #4
0
 def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "1_3":
         data_service.set_active("1_3")
     form_tab1_subtab(self, controller, windrose_graph_fig)
Example #5
0
 def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "1_2":
         data_service.set_active("1_2")
     form_tab1_subtab(self, controller, temperature_regime_duration_graph_fig)
Example #6
0
 def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "3_3":
         data_service.set_active("3_3")
     form_tab3_subtab(self, controller, warmer_prices_graph_fig)
Example #7
0
 def __init__(self, parent, controller):
     tk.Frame.__init__(self, parent)
     is_active = data_service.get_active()
     if is_active != "3_1":
         data_service.set_active("3_1")
     form_tab3_subtab(self, controller, Q_waste_graph_fig)