-
Hello, using OneTrainer on Windows 11. I remote into my workstation from a laptop.
I was running a fine tune job overnight, and in the morning the UI was in this transparent mode. I can still inter…
-
# Environment
codegpt version: 0.14.2 (commit: fd5758c)
Model: [Gemma 2](https://huggingface.co/bartowski/gemma-2-2b-it-GGUF/resolve/main/gemma-2-2b-it-Q6_K.gguf) (via local KoboldCpp 1.72 instanc…
-
It would be useful to be able disable/enable state tab(s) of CTkTabview:
```python
import tkinter as tk
import customtkinter
tabview = customtkinter.CTkTabview(master=master, state=tk.ACTIVE)
t…
emcek updated
8 months ago
-
Hi!
I have an issue after a new install of Pandrator. I have used .DOCX files as source without issues. Then, after Conda server stopped working, I reinstalled Pandrator and suddenly I can no longe…
-
Expected behavior:
- Window text remains the same visual size when moved to a monitor with different DPI
Actual behavior:
- Text takes up X pixels, irregardless of size. Text shrinks on higher DP…
-
@elenlefoll I have added a gui template (check `gui.py`). You can run it in your terminal to check if it is ok. I think this should be sufficient. I have not integrated the main script to it.
Please …
-
In grid systems, normal `CTkFrame`'s `height` attribute works without a problem, but `CTkScrollableFrame`'s height is not changing for some reason.
```python
import customtkinter
root= customtk…
-
my code
```
import tkinter
import customtkinter
customtkinter.set_appearance_mode("System")
customtkinter.set_default_color_theme("green")
app = customtkinter.CTk()
app.geometry("400x300"…
-
I have been able to execute the files in the examples folder except for simple_example.py and I have detected that it is due to tkinterDnD
![tkinterDnD Error1](https://github.com/user-attachments/a…
-
The Github docs states that CustomTkinter "can also be used in combination with normal Tkinter elements".
There is no clear documentation about hout to achieve this.
My use-case is that of a compl…