A Multi-Column Listbox
Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around fbe64cb7af9a49f1.

2001-02-12
17:55 New ticket [232017ffff] "string" subcommands require at least Tcl8.1. artifact: 52d913b139 user: glennjnn
2001-01-25
03:57 Ticket [224477ffff] pop3::list and pop3::top can hang status still Open with 4 other changes artifact: 77da2e961b user: redman ... 2 similar events omitted.
2000-12-12
14:41 Ticket [402776ffff] BWidget: support for Tk8.4 entry -state status still Open with 4 other changes artifact: 22c4d75fed user: stevel
02:14 Ticket [402651ffff] Fix for Bug #124477 "pop3::list and pop3::top can hang" status still Open with 4 other changes artifact: 80a6e14dd0 user: ericm ... 1 similar event omitted.
2000-12-11
16:59 Add attachment None to ticket [402776ffff] artifact: 733d77b5cf user: stevel
09:59 New ticket [402776ffff] BWidget: support for Tk8.4 entry -state. artifact: 198d883157 user: stevel
09:56 New ticket [225308ffff] BWidget: tk8.4 breaks Entry widget state option. artifact: cd607c5961 user: stevel
2000-12-05
09:18 Add attachment None to ticket [402651ffff] artifact: 3fbc9879cb user: jenglish
02:18 New ticket [402651ffff] Fix for Bug #124477 "pop3::list and pop3::top can hang". artifact: 33d52781ac user: jenglish
02:04 New ticket [224477ffff] pop3::list and pop3::top can hang. artifact: a570bd5011 user: jenglish
01:54 New ticket [224476ffff] BWidget - MainFrame::setmenustate broken. artifact: c476b500a3 user: jenglish
2000-11-30
05:16 Closed ticket [223325ffff]: No config directory plus 9 other changes artifact: 1217f392ce user: ericm ... 1 similar event omitted.
2000-11-23
00:27 Ticket [222664ffff] ftpd package does not handle binary files correctly status still Closed with 2 other changes artifact: db738c0956 user: ericm ... 1 similar event omitted.
2000-11-22
03:32 Add attachment None to ticket [402466ffff] artifact: 64c941d8c0 user: haneef
2000-11-21
20:32 New ticket [402466ffff] Enanced tab shape in BWidgets notebook widget. artifact: 3bc17a9a8b user: haneef
2000-11-17
07:17 New ticket [222664ffff] ftpd package does not handle binary files correctly. artifact: 4f345746b0 user: tellcare
2000-09-25
05:08
* mclistbox.tcl: Added a column field to the mclistbox '-dropcmd' callback so that special things can be done based on both the column as well as the row. check-in: d6c465a29b user: kuchler tags: trunk
2000-08-08
02:28
* mclistbox.tcl: Added support for the '-state' flag so that the mclistbox can be either normal or disabled state. Since the listbox can't be disabled until tk 8.4, for now, it only disables the mclistbox by changing its foreground to the disabled foreground color. check-in: 5afd17b303 user: kuchler tags: trunk
2000-06-19
17:47
* mclistbox.tcl: Added a new binding for ButtonPress-1 to store the index of the row that is clicked on, so that when a drag event happens and the mclistbox::_init_drag_cmd os called, the index has already been calculated. Previously if the drag moved too quickly the wrong item would be dragged. check-in: d93cfd6f83 user: kuchler tags: trunk
2000-06-15
00:48
* mclistbox.tcl: Replaced several catch {unset varname} calls with if {[info exists varname]} {unset varname}. This avoids using the catch, and also prevents the ::errorInfo corruption that was happening in BWidgets.* dialog.tcl check-in: fbe64cb7af user: kuchler tags: trunk
2000-05-30
23:46
Updated copyright strings. check-in: 6168a0f474 user: ericm tags: trunk
2000-05-01
21:11
mclistbox.tcl: Improved the AdjustColumns function to consider the width of the label of the column as well as the contents of the column when the width is set to 0 and AdjustColumns is calculating what the width of the column should be. check-in: bf5037d01e user: kuchler tags: trunk
2000-03-14
19:22
Fixed the mclistbox (with eric's help) so that the mclistbox doesn't add an extra null entry to the columns when a listvar is used. check-in: e5d9f74379 user: kuchler tags: trunk
2000-03-09
15:48
*** empty log message *** check-in: 01a451982b user: sven tags: trunk
15:48
* mclistbox.tcl: Added a binding to Unmap, so that the grab is released when the mclistbox (with the active inline editing entry) is unmapped. check-in: ab398753fb user: sven tags: trunk
2000-02-18
03:28
Add four pixels to the bottom of the listbox columns so that the characters in the last row of the mclistbox aren't clipped any more. check-in: c86e0b9d60 user: kuchler tags: trunk
2000-02-06
00:47
Rearranged build/install files to use a shared config module check-in: 2209f1ac25 user: wart tags: trunk
2000-01-28
18:25
Added support for the -listvar option to the mclistbox widget check-in: f7f9e520fd user: kuchler tags: trunk
2000-01-27
01:02
Look for pkgIndex.tcl in the build directory, not the source directory. check-in: ed60163267 user: wart tags: trunk
01:01
Input file for creating pkgIndex.tcl check-in: 0edb30b6b1 user: wart tags: trunk
01:00
File is now automatically generated check-in: c5910445e0 user: wart tags: trunk
00:37
Removed need for aclocal.m4/tcl.m4 for tcl-only extensions. Use configure substitution to set the package name and version in the pkgIndex file. check-in: 6b1337fadf user: wart tags: trunk
2000-01-25
01:00
Added support for building under Win95/98 using cygwin check-in: c83765177e user: wart tags: trunk
2000-01-24
22:38
Updated to reflect recent TEA changes check-in: 288260f8d3 user: wart tags: trunk
22:24
Updated to reflect recent TEA changes check-in: 6e40ce4487 user: wart tags: trunk
2000-01-18
23:40
Updated to reflect recent TEA changes check-in: a7736650b6 user: wart tags: trunk
1999-12-14
21:46
* mclistbox.tcl: Fixed some bugs in the _over_cmd dealing with empty listboxes. Basically just had to put some checks around the return from bbox; in case it was null, do something a little different. check-in: 1173784011 user: ericm tags: trunk
1999-12-10
22:59
* mclistbox.tcl: Changed syntax of edit/editcombo to take the name of a return variable as a parameter and return 0/1 for failure/success, instead of returning null/non-null (because some people feel they need to be able to allow null values or some such nonsense...) check-in: fe32e4bdc1 user: ericm tags: trunk
1999-12-09
20:15
Added auto-scroll for drag-and-drop. check-in: f70ff9227c user: ericm tags: trunk
1999-11-24
02:22
Updated to reflect recent TEA changes check-in: 1765170547 user: wart tags: trunk
02:17
Added editcombo function; fixed yscrollcommand issues. check-in: e55a522ca9 user: ericm tags: trunk
1999-11-16
03:16
Creating branch scriptics-sc-1-1-branch Closed-Leaf check-in: 8fd0fecc29 user: cvs tags: scriptics-sc-1-1-branch
03:16
If the user is in inline editing, and presses below the mclistbox, the listbox will continuously scroll down. This was caused by a stray <Leave> event being sent to the MCListbox because of the destruction of the edit entry. This triggered the Tk Listbox AutoScan feature. I am now setting the <Leave> binding for the MCListbox temporarily to break, so the AutoScan does not happen. check-in: 78b12a3251 user: sven tags: trunk
1999-11-12
04:06
The inline editing is now protected against repeated calls by a [winfo exists] on the created inline editing entry widget. This should take care of bug # 3566, however I have not been able to reproduce the problem, so we can not be certain. Closed-Leaf check-in: e8f236327a user: sven tags: scriptics-sc-1-0-branch
03:49
The inline editing is now protected against repeated calls by a [winfo exists] on the created inline editing entry widget. This should take care of bug # 3566, however I have not been able to reproduce the problem, so we can not be certain. check-in: 1c75a30a07 user: sven tags: trunk