Timeline for Digitizing paper label system with Python
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 26, 2019 at 6:41 | comment | added | DeveloperLV | Hi @BryanOakley have made an update, its a lot longer, but that's where I got to. Concentrated in making classes and functions. Added a another check box side by side for the second person to sign. | |
| Sep 19, 2019 at 20:45 | comment | added | Bryan Oakley |
@98Ed: sorry, but I can't duplicate that. When I use name= both in python 2 and python 3, it works just like I described.
|
|
| Sep 19, 2019 at 19:55 | comment | added | DeveloperLV |
becasue when I use ` for info in required_info: var = IntVar(value=0, name=info) for var in vars: print("{} = {}".format(str(var), var.get()))` it still returns me PY_VAR1
|
|
| Sep 19, 2019 at 19:47 | comment | added | DeveloperLV | kinda confused, I am trying to re-code the var_states function, should I be using this at all?.. | |
| Sep 19, 2019 at 19:42 | comment | added | Bryan Oakley |
@98Ed: var = IntVar(value=0, name=info). Notice the name= parameter.
|
|
| Sep 19, 2019 at 19:41 | comment | added | DeveloperLV |
for this for var in vars: print("{} = {}".format(str(var), var.get())) How can i get the required info text to appear instead of PY_VAR1?
|
|
| Sep 19, 2019 at 19:28 | comment | added | DeveloperLV | Love that loop idea for the checkboxes | |
| Sep 19, 2019 at 17:40 | comment | added | DeveloperLV | Awesome! I will update my code using this as my guide and learn from it! Will put my new code as answer and mention you in it. Thanks! | |
| Sep 19, 2019 at 17:39 | vote | accept | DeveloperLV | ||
| Sep 19, 2019 at 19:28 | |||||
| Sep 19, 2019 at 17:08 | history | answered | Bryan Oakley | CC BY-SA 4.0 |