Git Product home page Git Product logo

img-manager's People

Contributors

m3l6h avatar

Watchers

 avatar

img-manager's Issues

Disable pagination buttons appropriately

Prev & first-page buttons are enabled when at page 1, while next and last-page buttons are enabled when at the last page. They should be disabled accordingly

Closing after deleting a tag raises an exception

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\Michael\AppData\Local\Programs\Python\Python38\lib\tkinter\__init__.py", line 1883, in __call__
    return self.func(*args)
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 284, in <lambda>
    self.__caret.bind("<Button-1>", lambda _: self.toggle_state())
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 439, in toggle_state
    self.configure(state=CollapsibleState.COLLAPSED)
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 390, in configure
    super().configure(require_redraw=require_redraw, **kwargs)
  File "C:\Users\Michael\AppData\Local\Programs\Python\Python38\lib\site-packages\customtkinter\widgets\widget_base_class.py", line 134, in configure
    self.draw()
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 411, in draw
    self.__child_collapsibles[i].configure(
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 345, in configure
    self.__delete_label.grid()
  File "C:\Users\Michael\AppData\Local\Programs\Python\Python38\lib\tkinter\__init__.py", line 2484, in grid_configure
    self.tk.call(
_tkinter.TclError: bad window path name ".!ctkframe3.!ctkframe2.!collapsible.!ctkcanvas.!ctkframe.!collapsible3.!ctkcanvas.!ctkframe.!collapsible.!ctkframe.!label2"
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\Michael\AppData\Local\Programs\Python\Python38\lib\tkinter\__init__.py", line 1883, in __call__
    return self.func(*args)
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 284, in <lambda>
    self.__caret.bind("<Button-1>", lambda _: self.toggle_state())
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 437, in toggle_state
    self.configure(state=CollapsibleState.OPEN)
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 390, in configure
    super().configure(require_redraw=require_redraw, **kwargs)
  File "C:\Users\Michael\AppData\Local\Programs\Python\Python38\lib\site-packages\customtkinter\widgets\widget_base_class.py", line 134, in configure
    self.draw()
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 411, in draw
    self.__child_collapsibles[i].configure(
  File "C:\Users\Michael\.img-manager\lib\widgets.py", line 345, in configure
    self.__delete_label.grid()
  File "C:\Users\Michael\AppData\Local\Programs\Python\Python38\lib\tkinter\__init__.py", line 2484, in grid_configure
    self.tk.call(
_tkinter.TclError: bad window path name ".!ctkframe3.!ctkframe2.!collapsible.!ctkcanvas.!ctkframe.!collapsible3.!ctkcanvas.!ctkframe.!collapsible.!ctkframe.!label2"

Fix updating of list

It is slow and causes multiple resizes/glitches when the values of the list widget are updated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.