Alejandro Autalán

Results 9 issues of Alejandro Autalán

https://code.activestate.com/recipes/580725-tkinter-datepicker-like-the-jquery-ui-datepicker/ requested in #89

enhancement

Infinite loop when resizing window. Scenary: - Having a ScrolledFrame > ScrollbarHelper > Text - All the widgets are set to resize. - Scrolltype is set to both - Text...

bug

Hello. Fix for issue #252. This allows to use ttkbootstrap with derived widgets that have custom options like the example bellow: ```python import tkinter as tk import ttkbootstrap as ttk...

### Desktop (please complete the following information): OS: Xubuntu 20.04 ttkbootstrap==1.7.4 ### Describe the bug Hello. I'm trying to make my projects compatible with ttkbootstrap. I have custom widgets that...

enhancement

As suggested in #118, notify user when a new version is available.

enhancement
wishlist

Add options to change font properties and icon sizes. Requested in alejandroautalan/pygubu#89

enhancement

Steps to reproduce - Os Windows7 - install from tarball (appdirs dependency not installed automatically) - execute pygubu-designer.exe - No error message is shown. refs alejandroautalan/pygubu#118

Hello. Error when creating a mapview with arguments corner_radius and bg_color. Version tkintermapview==1.14 Test script: mapviewtest.py ```python import tkinter import tkintermapview # create tkinter window root_tk = tkinter.Tk() root_tk.geometry(f"{640}x{480}") root_tk.title("map_view_example.py")...

Hello, I have an error when using tk.PhotoImage on Button. customtkinter version: 5.0.2 Example: ```python #!/usr/bin/python3 import tkinter as tk from customtkinter import (CTk, CTkButton, CTkFrame) class CtkButtonImageApp: def __init__(self,...

information