embed widgets into multicolumn listbox?

  • Follow


Hi all,

I'm looking for a multicolumn listbox where I can embed widgets. The GUI 
I'm trying to create solves a problem similar to merging directories: 
For conflicting items, the user should be given the possibility to chose 
between the file from directory A or B. I'd like to present a list, 
where the first column is the filename, the 2nd & 3rd contain 
radiobuttons with a timestamp label. It should also be based on ttk 
(native look)

My survey so far:

1) ttk::treeview: no possibility to embed widgets:(

2) tablelist: good looking, can embed widgets temporarily for editing, 
but not permanently (?)

3) scrolled frame with grid manager: looks OK, but how do I get a table 
heading which doesn't scroll and has the correct size?

4) tktreectrl: Good looking, can embed widgets, but huge dependency 
(binary non-core widget). Is it future-proof?

Any suggestions?

	Christian
0
Reply Christian 3/27/2011 6:11:40 PM

Am 27.03.2011 20:11, schrieb Christian Gollwitzer:
> Hi all,
>
> I'm looking for a multicolumn listbox where I can embed widgets. The GUI
> I'm trying to create solves a problem similar to merging directories:
> For conflicting items, the user should be given the possibility to chose
> between the file from directory A or B. I'd like to present a list,
> where the first column is the filename, the 2nd & 3rd contain
> radiobuttons with a timestamp label. It should also be based on ttk
> (native look)
>
> My survey so far:
>
> 1) ttk::treeview: no possibility to embed widgets:(
>
> 2) tablelist: good looking, can embed widgets temporarily for editing,
> but not permanently (?)
>
> 3) scrolled frame with grid manager: looks OK, but how do I get a table
> heading which doesn't scroll and has the correct size?
>
> 4) tktreectrl: Good looking, can embed widgets, but huge dependency
> (binary non-core widget). Is it future-proof?
>
> Any suggestions?
>
> Christian

Tablelist does support permanently embedded widgets (see the 
documentation and the demo scripts embeddedWindows.tcl and 
embeddedWindows_tile.tcl).

-- 
Csaba Nemethi   http://www.nemethi.de   mailto:csaba.nemethi@t-online.de

0
Reply Csaba 3/27/2011 7:49:24 PM


Am 27.03.11 21:49, schrieb Csaba Nemethi:
> Am 27.03.2011 20:11, schrieb Christian Gollwitzer:
>> Hi all,
>>
>> I'm looking for a multicolumn listbox where I can embed widgets. The GUI
>
> Tablelist does support permanently embedded widgets (see the
> documentation and the demo scripts embeddedWindows.tcl and
> embeddedWindows_tile.tcl).

Thank you very much, then tablelist_tile would be my best option.

	Christian
0
Reply Christian 3/27/2011 9:15:26 PM

2 Replies
350 Views

(page loaded in 0.032 seconds)

Similiar Articles:




7/11/2012 2:28:09 AM


Reply: