Burak Duru

Results 4 issues of Burak Duru

When you configure the CTk.RadioButton's state as DISABLED, only hover effects and text color change. You can see it if you assign a function to the radio button when it's...

Fixed a bug happens when you try to assign an image to CTkButton without a text. (You get an error "AttributeError: 'NoneType' object has no attribute 'bind'")

When I try to dynamically assign on and off values to checkboxes it doesn't work except the last checkbox. ``` def check(self): print(self.get()) ``` ``` root = customtkinter.CTk() for i...

I'm trying to limit the number of rows that the query gives me. This doesn't work, any ideas on how to do it? ``` NasaExoplanetArchive.query_criteria(table="stellarhosts",`orderby="sy_pnum desc", count=3) ```

Documentation
ipac.nexsci.nasa_exoplanet_archive