Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [split] Is there a way to embed a treeview as a row inside another treeview?
Post: RE: [split] Is there a way to embed a treeview as ...

(Oct-19-2021, 11:32 PM)deanhystad Wrote: I am not used to seeing column headings for hierarchical information. I think that would be confusing. The problem is, of course, that it is displaying a li...
CyKlop GUI 5 3,349 Oct-20-2021, 12:14 AM
    Thread: [split] Is there a way to embed a treeview as a row inside another treeview?
Post: RE: [split] Is there a way to embed a treeview as ...

(Oct-19-2021, 03:33 PM)Larz60+ Wrote: Take a look at: https://stackoverflow.com/a/57039335 Is this what you are trying to do? Can't quite say. Assume I have two classes: # yeah, I know these shoul...
CyKlop GUI 5 3,349 Oct-19-2021, 05:11 PM
    Thread: [split] Is there a way to embed a treeview as a row inside another treeview?
Post: RE: [split] Is there a way to embed a treeview as ...

I've been going through the documentation and I'm starting to think I'll have to do some sort of custom widget to do this, darn it :/
CyKlop GUI 5 3,349 Oct-19-2021, 11:25 AM
    Thread: [split] Is there a way to embed a treeview as a row inside another treeview?
Post: [split] Is there a way to embed a treeview as a ro...

Now comes the next question, this time regarding tkinter.ttk.Treeview Is there a way to embed a treeview as a row inside another treeview? The reason I ask is that the structures I want to show insi...
CyKlop GUI 5 3,349 Oct-18-2021, 05:31 PM
    Thread: Problem in list manipulation
Post: RE: Problem in list manipulation

(Oct-18-2021, 03:42 AM)deanhystad Wrote: I get the same results if my_list is a list or a BindableList. The problem is that everything you added to the list is the same; o1 == o2 == o3. The reason...
CyKlop General Coding Help 6 2,279 Oct-18-2021, 04:27 AM
    Thread: Not able to add multiple channel IDs to python bot
Post: RE: Not able to add multiple channel IDs to python...

Likely you'll want to use a loop and loop through the various IDs. For example: CHANNEL_IDS = [899392291607822380, 900403391607822380, (etc)] for channel_id in CHANNEL_IDs: ghost_ping_channel: ...
CyKlop General Coding Help 3 82,664 Oct-18-2021, 01:26 AM
    Thread: Problem in list manipulation
Post: RE: Problem in list manipulation

Sorry, I left off the events. Here's a more complete set of code: from model import BindableList class Foo(BindableList): def __init__(self, name): super().__init__() self._nam...
CyKlop General Coding Help 6 2,279 Oct-17-2021, 09:54 PM
    Thread: Problem in list manipulation
Post: Problem in list manipulation

Error in list processing?? Class Diagram: Bindable (my class) list (built in) \ / +------------+----------+ | ...
CyKlop General Coding Help 6 2,279 Oct-17-2021, 04:41 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020