Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-30-2021, 11:02 PM)Yoriz Wrote: I'm finding it hard to understand what you are looking for, how many sensors is it likely to go up to. Did you want to display them in a different way maybe a lis...
IgnacioMora23 GUI 35 11,045 Aug-12-2021, 05:26 AM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(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...
IgnacioMora23 GUI 35 11,045 Jun-13-2021, 03:23 AM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(Jun-04-2021, 04:57 PM)Yoriz Wrote: Look into using a ttk treeview widget [Image: https://tkdocs.com/images/w_treeview_all.png] https://docs.python.org/3/library/tkinte...l#treeview https://tkdocs...
IgnacioMora23 GUI 35 11,045 Jun-07-2021, 08:32 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-30-2021, 11:02 PM)Yoriz Wrote: I'm finding it hard to understand what you are looking for, how many sensors is it likely to go up to. Did you want to display them in a different way maybe a lis...
IgnacioMora23 GUI 35 11,045 Jun-04-2021, 03:11 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(Jun-01-2021, 01:26 AM)Larz60+ Wrote: Is this document of any value for your network? Hi Larz60, I already reviewed the document, and everything I need I already had. The instruction that subtracts ...
IgnacioMora23 GUI 35 11,045 Jun-04-2021, 03:09 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(Jun-01-2021, 01:26 AM)Larz60+ Wrote: Is this document of any value for your network?
IgnacioMora23 GUI 35 11,045 Jun-03-2021, 10:41 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-31-2021, 09:09 PM)Yoriz Wrote: I am at a loss to know where to go from here, I understand that the current update method returns data that can be split by ',' to get the voltage, date and time....
IgnacioMora23 GUI 35 11,045 May-31-2021, 09:37 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-31-2021, 02:37 PM)Yoriz Wrote: If the update method was like this @submit_to_pool_executor(thread_pool_executor) def update(self): device.open() DATA_TO_SEND = "Hola XBe...
IgnacioMora23 GUI 35 11,045 May-31-2021, 08:22 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-31-2021, 02:18 PM)Yoriz Wrote: OK that's data for one, what does data look like when there are 3 sensors. What I'm looking for is how to tell from the result of data how many sensors there are ...
IgnacioMora23 GUI 35 11,045 May-31-2021, 02:24 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-31-2021, 12:17 PM)Yoriz Wrote: Could you please give an example of the returned data from data = xbee_message.data.decode() print(data)for one sensor and for 3 sensors. Yes Yoriz data = xbee_me...
IgnacioMora23 GUI 35 11,045 May-31-2021, 02:03 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-30-2021, 11:02 PM)Yoriz Wrote: I'm finding it hard to understand what you are looking for, how many sensors is it likely to go up to. Did you want to display them in a different way maybe a lis...
IgnacioMora23 GUI 35 11,045 May-31-2021, 12:48 AM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-30-2021, 03:34 PM)IgnacioMora23 Wrote: (May-30-2021, 11:37 AM)Yoriz Wrote: I have made it so that there is a variable to set the number of voltage panels NUMBER_OF_VOLTAGE_PANELS it uses this...
IgnacioMora23 GUI 35 11,045 May-30-2021, 10:36 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-30-2021, 03:48 PM)Yoriz Wrote: '29.97' will not convert to an int, use float instead float('29.97') hahaha Omg my bad.
IgnacioMora23 GUI 35 11,045 May-30-2021, 03:58 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-30-2021, 11:37 AM)Yoriz Wrote: I have made it so that there is a variable to set the number of voltage panels NUMBER_OF_VOLTAGE_PANELS it uses this to automatically alter the GUI to have the ri...
IgnacioMora23 GUI 35 11,045 May-30-2021, 03:34 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-29-2021, 09:23 PM)Yoriz Wrote: When I get a moment I will take another look at it and take the above into account. Yeah, sure, no problem. Thank you very much Yoriz
IgnacioMora23 GUI 35 11,045 May-29-2021, 09:33 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

Basically this graphic interface is thought and designed to be able to show voltages of the sensors that are in the field and with this detect which sensor is showing a voltage value lower than the av...
IgnacioMora23 GUI 35 11,045 May-29-2021, 09:18 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(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 import functools im...
IgnacioMora23 GUI 35 11,045 May-29-2021, 08:17 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-29-2021, 01:38 PM)Larz60+ Wrote: Because I don't have an xbee available to play with, can't run the code, so unable to diagnose. I actually do have a bunch of older xbee's that are in a tote in...
IgnacioMora23 GUI 35 11,045 May-29-2021, 04:32 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-29-2021, 02:18 PM)Yoriz Wrote: There is a while True loop that could be blocking the GUI event loop depdnign on how long it takes. If it is blocking see [Tkinter] How to deal with code that blo...
IgnacioMora23 GUI 35 11,045 May-29-2021, 04:30 PM
    Thread: Anyone know what happened to my button?
Post: RE: Anyone know what happened to my button?

(May-28-2021, 11:20 PM)Larz60+ Wrote: you cant use both pack and grid in same container, Try removing line 45, and change all other packs (within the miframe) to grid as well. or all grids to pack, ...
IgnacioMora23 GUI 35 11,045 May-29-2021, 02:41 AM

User Panel Messages

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