<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for TkinterTreectrl</title><link>https://sourceforge.net/p/tkintertreectrl/activity/</link><description>Recent activity for TkinterTreectrl</description><language>en</language><lastBuildDate>Sun, 02 Apr 2023 19:03:55 -0000</lastBuildDate><item><title>Nikolaos S. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/58325b6680/?limit=25#e5d2</link><description>Your widget has found its place in too many of my projects. I could easily bind the double click and delete key. I wonder if I could use drag n drop between two multilistboxes.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Sun, 02 Apr 2023 19:03:55 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/58325b6680/?limit=25#e5d2</guid></item><item><title>klappnase posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#9d26/9d2f</link><description>Thanks for sharing. If someone is interested, I added a new version of the ExtMultiListbox module that includes a ScrolledExtMultiListbox class to the wiki page.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Thu, 05 Jan 2023 10:39:47 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#9d26/9d2f</guid></item><item><title>klappnase posted a comment on a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/?limit=25#7c09</link><description>Version 0.2 This version now includes a ScrolledExtMultiListbox class.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Thu, 05 Jan 2023 10:37:23 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/?limit=25#7c09</guid></item><item><title>Nikolaos S. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#9d26</link><description>The promised library with some test code.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Tue, 03 Jan 2023 14:34:30 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#9d26</guid></item><item><title>klappnase posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6c20</link><description>You are right, the ScrolledMultiListbox class should go into the ScrolledTreectrl module, sorry for that. The vertical scrollbar problem appears to be a treectrl issue, I don't think that something is wrong with my code here. Calling yview_moveto(0.0) after creating the contents should do the trick here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 01 Jan 2023 23:17:36 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6c20</guid></item><item><title>Nikolaos S. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#4ea0</link><description>It wasn't that simple, but I managed to add ScrolledExtMultiListbox class to your library, I will upload the whole code with a demo soon. The only bug that I found, that is also common in ScrolledMultiListbox, is that if the widget starts with a vertical scrollbar shown then the first row that is visible is the second row (someone could accidentally miss the first row).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Fri, 30 Dec 2022 16:43:41 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#4ea0</guid></item><item><title>klappnase modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#33c6</link><description>If it makes it it into the library there will certainly be a ScrolledExtMultiListbox class. For now you should be able to easily set one up yourself using the ScrolledWidget class. I haven't tested this, I believe it should work though, just add this snippet to ExtMultiListbox.py right before the demo code: class ScrolledMultiListbox(ScrolledWidget): '''ExtMultiListbox widget with one or two static or automatic scrollbars. Subwidgets are: listbox - TkTreectrl.ExtMultiListbox widget hbar - horizontal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Fri, 30 Dec 2022 08:41:08 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#33c6</guid></item><item><title>klappnase modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#33c6</link><description>If it makes it it into the library there will certainly be a ScrolledExtMultiListbox class. For now you should be able to easily set one up yourself using the ScrolleWidget class. I haven't tested this, I believe it should work though, just add this snippet to ExtMultiListbox.py right before the demo code: class ScrolledMultiListbox(ScrolledWidget): '''ExtMultiListbox widget with one or two static or automatic scrollbars. Subwidgets are: listbox - TkTreectrl.ExtMultiListbox widget hbar - horizontal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Fri, 30 Dec 2022 08:40:27 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#33c6</guid></item><item><title>klappnase posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#33c6</link><description>If it makes it it into the library there will certainly be a ScrolledExtMultiListbox class. For now you should be able to easily set one up yourself using the ScrolleWidget class. I haven't tested this, I believe it should work though, just add this snippet to ExtMultiListbox.py right before the demo code: class ScrolledMultiListbox(ScrolledWidget): '''ExtMultiListbox widget with one or two static or automatic scrollbars. Subwidgets are: listbox - TkTreectrl.ExtMultiListbox widget hbar - horizontal...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Fri, 30 Dec 2022 08:39:11 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#33c6</guid></item><item><title>Nikolaos S. modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#11ad</link><description>I am testing your code today. It works quite well. I am hoping for a ScrolledExtMultiListbox class.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Thu, 29 Dec 2022 23:30:01 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#11ad</guid></item><item><title>Nikolaos S. modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#11ad</link><description>I am testing your code today. My first observation : no auto scrolling (horizontal or vertical).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Thu, 29 Dec 2022 21:10:08 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#11ad</guid></item><item><title>Nikolaos S. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#11ad</link><description>I am testing your code today. My first observation is no auto scrolling (horizontal or vertical).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Thu, 29 Dec 2022 12:04:56 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#11ad</guid></item><item><title>Nikolaos S. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#846a</link><description>I am very happy reading your reply to my request so quickly. I am going to test your new module as soon as possible.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Sun, 18 Dec 2022 22:04:46 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#846a</guid></item><item><title>klappnase modified a comment on a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/?limit=25#ca8b</link><description>Version 0.1 Edit: attached pydoc html manual</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 18:33:34 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/?limit=25#ca8b</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</link><description>CustomClasses</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 13:59:04 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</link><description>CustomClasses</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 13:56:01 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</guid></item><item><title>klappnase posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#deac</link><description>Hi, I have been planning to add an extended version of the MultiListbox class to the library for some time now. It is a bit of work in progress still and basically requires further testing. There may or may not be parts of the class where some API changes might be advisable, right now I am not sure about that. Still, I think it should be already usable as a custom widget that you could add to your own code. Among other new features it has support for checkboxes already built in. For now I added it...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 13:54:14 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#deac</guid></item><item><title>klappnase posted a comment on a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/?limit=25#ca8b</link><description>Version 0.1</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 13:23:30 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/?limit=25#ca8b</guid></item><item><title>klappnase created a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/</link><description>ExtMultiListbox</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 13:20:47 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/ExtMultiListbox/</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</link><description>CustomClasses</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Sun, 18 Dec 2022 13:17:55 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</guid></item><item><title>Nikolaos S. modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6e20</link><description>I am new in python and struggling to find a nice resizable and sortable listbox widget. Your fancy_multilistbox example is superb, but I would like to add a column of checkboxes. I show that in mailwasher demo of https://tktreectrl.sourceforge.net/ Is this possible in MultiListbox widget, and how can I achieve that? An idea is to use an icon, like the one in fancy_multilistbox, that it would change upon click.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Fri, 16 Dec 2022 16:14:56 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6e20</guid></item><item><title>Nikolaos S. modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6e20</link><description>I am new in python and struggling to find a nice resizable and sortable listbox widget. Your fancy_multilistbox example is superb, but I would like to add a column of checkboxes. I show that in mailwasher demo of https://tktreectrl.sourceforge.net/ Is this possible in MultiListbox widget, and how can I achieve that?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Fri, 16 Dec 2022 15:37:29 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6e20</guid></item><item><title>Nikolaos S. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6e20</link><description>I am new to python and struggling to find a nice resizable and sortable listbox widget. Your fancy_multilistbox example is superb, but I would like to add a column of checkboxes. I show that in mailwasher demo of https://tktreectrl.sourceforge.net/ Is this possible in MultiListbox widget, and how can I achieve that?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaos S.</dc:creator><pubDate>Fri, 16 Dec 2022 15:36:47 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/782e40417f/?limit=25#6e20</guid></item><item><title>klappnase posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/f95c537a/?limit=25#ba83</link><description>Sorry for the late reply. You are right, I know what you mean, the default horizontal scrolling behavior may appear a bit odd. You might want to have a look at the widget's xscrollincrement option. I have been using something like xscrollincrement=5 for smooth horizontal scrolling.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Fri, 25 May 2018 07:49:40 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/f95c537a/?limit=25#ba83</guid></item><item><title>Shaun Uldrikis posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/f95c537a/?limit=25#39c9</link><description>Is it possible to modify the horizontal scrolling so that it does not simply Snap to the next full viewable section? I'd expect it to scroll with the mouse movement, allowing for partial columns to be viewed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Uldrikis</dc:creator><pubDate>Tue, 01 May 2018 03:08:52 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/discussion/general/thread/f95c537a/?limit=25#39c9</guid></item><item><title>klappnase created a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/MiscResources/</link><description>MiscResources</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 22:15:20 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/MiscResources/</guid></item><item><title>klappnase created a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</link><description>CustomClasses</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 22:09:08 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/CustomClasses/</guid></item><item><title>klappnase created a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/AdvancedUsage/</link><description>AdvancedUsage</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 22:05:40 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/AdvancedUsage/</guid></item><item><title>klappnase created a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/BasicUsage/</link><description>BasicUsage</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 21:59:45 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/BasicUsage/</guid></item><item><title>klappnase created a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/MissingDocs/</link><description>MissingDocs</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 21:27:08 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/MissingDocs/</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</link><description>Home</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 21:23:48 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</link><description>Home</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 21:21:34 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</link><description>Home</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 21:19:23 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</guid></item><item><title>klappnase modified a wiki page</title><link>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</link><description>Home</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">klappnase</dc:creator><pubDate>Wed, 18 Apr 2018 20:31:37 -0000</pubDate><guid>https://sourceforge.net/p/tkintertreectrl/wiki/Home/</guid></item><item><title>TkinterTreectrl released /TkinterTreectrl-2.0/TkinterTreectrl-2.0.2.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/tkintertreectrl/files/TkinterTreectrl-2.0/TkinterTreectrl-2.0.2.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TkinterTreectrl</dc:creator><pubDate>Mon, 19 Feb 2018 19:01:09 -0000</pubDate><guid>https://sourceforge.net/projects/tkintertreectrl/files/TkinterTreectrl-2.0/TkinterTreectrl-2.0.2.zip/download</guid></item></channel></rss>