Re: Listbox: in-place editing?
On 17 Mai, 19:09, David Golightly <davig...@xxxxxxxxx> wrote:
I was wondering if anyone might be able to point me at a tutorial or
perhaps provide an example or even just some pointers of how to
construct a listbox whose list items can be edited in-place
The easiest way to go here is the tablelist package. It can be
configured to look like a regular listbox and has in-place editing
built-in.
See:
http://wiki.tcl.tk/tablelist or
http://www.nemethi.de
Torsten
.
Relevant Pages
- Re: Copy TStringList to TListBox
... I have a TStringList containing some strings, ... I wish to copy this list to a TListBox, ... but it seems that this only assigns pointers to the original ... These are normally pointers to objects (ie a TObject refererence) but ... (comp.lang.pascal.delphi.misc) - Editable listbox in Tcl
... I have a listbox in Tcl which displays some list items from the ... How do I do that In Tcl? ... # Fetching and populating values from backend ... (comp.lang.tcl) - Re: Passing two different types of controls to a method
... I want to create a a generic method to add list items. ... At different parts of the app, I will pass it either a listbox control or a dropdownlist control ... However, if you are asking how you can write a single block of code that will handle both a ListBox and a DropDownList control, that should be easy. ... (microsoft.public.dotnet.languages.csharp) - Re: Adding tooltip tip tp list box
... >> Is there anyway to assign tooltip dynamically to the list items in the ... > listbox in asp.net. ... johnwsaundersiii at hotmail ... (microsoft.public.dotnet.framework.aspnet) - RE: ListFillRange
... ListBox items to change accordingly. ... doesn't get refreshed straight away. ... The list items get updated only when i ... manually activate a different worksheet then go back to Sheet1. ... (microsoft.public.excel.programming) |
|