-
Hi there,
This may be a dumb question, but is there a way to get the index of a selected item? the get() method is returning the actual selected value and not the index. Thanks.
-
Is it possible to add functionality to where the second click on the dropdown arrow of the CTkComboBox, and a click anywhere on the widget of the CTKOptionMenu, would close the dropdown menu that appe…
-
```
import tkinter as tk
import json
class SolarModuleEditor(tk.Tk):
def __init__(self, *args, **kwargs):
tk.Tk.__init__(self, *args, **kwargs)
self.title("Solar Module Edi…
-
I've noticed that enabling factories causes a long and very noticeable delay whenever the hour ticks over. After stepping through HandleHourlyUpdate(), the biggest offender by far is this factory func…
-
For XML with XSD-specified default values ([like this](https://github.com/ariutta/GPML/blob/e427899e179919e220280f5cf93948c8d9ae7dc8/GPML2013a.xsd#L68)), I'd like the option to tell cxml to fill in th…
-
-
Hello,
I am trying to install this package as part of Saige and I am getting an error like this.
```Ignore package xz
Downloading https://github.com/statgen/savvy/archive/v2.1.0.tar.gz
Unexpe…
-
Hi, im trying to create a date selector using CTk, but I can't find at the documentation how to use it.
-
(Excuse me if this is not the right place to ask, I'm not sure if this is a Drush problem.)
When my colleague exports config with `drush cex`, some strings are quoted. I think I was able to trace t…
-
As a user I would like genie python to validate on load_script that when I run the script what I am setting/getting are valid block names so that I don't make typos. MARI has already implemented somet…