ttkbootstrap-next previews #733
Replies: 9 comments 10 replies
-
Virtual List WidgetI'm actively working on the virtual list component. There is a lot going on in this video, but let me point out a few things:
virtual.list.mp4Lots more coming soon... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Virtual List (new features)Today I added a few great features to the Virtual List widget Item DraggingThe item-dragging.mp4Row AlternationThe row-alternation.mp4Search & FiltersThe filtering.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
That surely incredible work! Since now, this library had mostly just been a handy wrapper for TTK, letting you chose between different pre-made themes or create a new one; and with some unique widgets. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Migrating From V1 To V2As there are already many repositories depend on V1,
|
Beta Was this translation helpful? Give feedback.
-
|
I've been thinking about this the last few days as I've been updating v1.... My current thought is that the current library and it's API will continue going forward as the classic API version, with updates and new development when it makes sense, however, keeping to a more classic tkinter feel. Then, the new stuff becomes a separate library "ttkbootstrap-next" where I can be free to experiment and modernize a bit more without losing support on the classic version. Those features that make sense to backport into a more classical API can be put into V1. A prime example is ttkbootstrap-icons, which was an implementation in "next" that I decided could be separated into it's own library and shared with V1 users. I expect there will be other things like this that can be either shared or backported.
|
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all! Version 2 has been in development for a while; but I think it will be worth it. Version 2 is a complete rewrite of the library, with a TON of new features, conveniences, and other goodies. Until the final release, I will periodically put in some screenshots and code examples of what I'm working on. It's obviously a work-in-progress, so things will likely change in some areas, but it will give you an idea of what is coming. Screenshots and code examples are coming soon....
!! UPDATE !!
I've decided to continue to support the current classic API in this library. This means moving "v2" to a new library and home
ttkbootstrap-next. This will enable me to continue to support the classic API and existing users while providing a more modern UI and API experience for those who wish for that. https://github.com/israel-dryer/ttkbootstrap-nextI will continue to backport new features to the classic version when they fit into the API structure of the library.
Beta Was this translation helpful? Give feedback.
All reactions