From 421492d00928f731f90e3a9054205e5cff73ea68 Mon Sep 17 00:00:00 2001 From: jens Date: Wed, 2 Dec 2020 22:47:33 +0100 Subject: [PATCH] Kinetics next part by btn.invoke() --- CCDpanelsetup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CCDpanelsetup.py b/CCDpanelsetup.py index 0c22f0e..88226f3 100644 --- a/CCDpanelsetup.py +++ b/CCDpanelsetup.py @@ -264,7 +264,8 @@ class buildpanel(tk.Frame): self.jfsbase_absorption.config(state=tk.NORMAL) def messure(): - print('i messure now') + self.bcollect.invoke() + print('now add to df ') kinetics()