Python Forum
[Tkinter] Anyone know what happened to my button?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Anyone know what happened to my button?
#35
(May-29-2021, 07:36 PM)Yoriz Wrote: Try this, I can't test it so fingers crossed, I don't know if data.split(",") will be in the right order for self.form_frame.set_str_variables

Hello Yoriz, I have been trying to change the order because in the date I get the voltage and in the hour I get the time
and in the voltage I get the date haha

I try to change here
                    self.data.set_voltages( float(data.split(",")[0]))
                    self.data.set_date(data.split(",")[1])
                    self.data.set_time(data.split(",")[2])
                    self.form_frame.update()
 
But dont have results
Reply


Messages In This Thread
RE: Anyone know what happened to my button? - by IgnacioMora23 - Jun-13-2021, 03:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,034 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020