From: Jeff H. <je...@ac...> - 2011-04-10 02:32:00
|
On 2011-04-09, at 4:03 PM, Jerry LeVan wrote: > I don't seem to be able to cause the problem when I use Tktable as the main > data structure. > > However Tablelist seems to have the problem ( don't know why, is not tablelist > a pure Tk object? ). Tablelist is a megawidget of other core Tk widgets, tktable is a pure C-based widget. Not sure if that is a real cause, or just varies the trigger slightly. As you noted that ActiveTcl has this working, I suspect it is a regular core bug that has been addressed since 8.5.7 that ships with Snow Leopard. The problem with OS X (and similar OS vendors) is that you can't rely on them to update the language core you rely on. With the release of Snow Leopard, this was the first Cocoa-based release of Tk in the wild, so it in particular had several issues. Jeff |