|
|
embed widgets into multicolumn listbox?
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: How to initialize a listbox? - comp.soft-sys.matlabHow can I set a Listbox Uicontrol initialy with no value? I mean, I have a listbox ... When I selected it properly (by clicking with the mouse), it changes its color into ... ListBox.MultiColumn Property (System.Windows.Forms)A multicolumn ListBox places items into as many columns as are needed to make vertical scrolling unnecessary. The user can use the keyboard to navigate to columns ... Pmw todo listMulticolumn listbox. Useful features - smooth scrolling, embedded images, different fonts and colours ... to extend megawidgets by adding new widgets into the ... 7/11/2012 2:28:09 AM
|
|
|
|
|
|
|
|
|