|
From: Jeff H. <je...@ac...> - 2006-11-22 23:31:17
|
Kevin Walzer wrote: > Jeff Hobbs wrote: > > A review of the wiki bits: > > > > * http://wiki.tcl.tk/13636 DaFT, uses treeview, had to add x scrolling > > themselves. > > > > * http://wiki.tcl.tk/15839 tkHelpBrowser, Kevin Walzer, represented > > here. > > That's not quite right: > > PortAuthority: http://wiki.tcl.tk/14917 > NameFind http://wiki.tcl.tk/16670 > VuMan: (listed on http://wiki.tcl.tk/693) OK, these are more of your projects, so you are still covered as represented. Do you list these because you use treeview or tablelist (or both)? It may well be possible that many other apps are using treeview that simple make no mention of it. A visual overview of the "Applications using Tile" page indicates that Grimoire uses it, but not the other apps listed there. > However, if I can still use tablelist_tile via package > require tile, then I am fine with that. Question: how will > the 'package require tile' mechanism work when tile is in the > core? WIll it require me to build an older version of Tile > against Tk 8.4? The head of tile is package require'able into the head of Tk. That should be maintained. Some underlying bits (at the C level) may change to prevent name conflicts. Jeff |