|
From: Greg C. <gre...@us...> - 2006-07-10 23:38:42
|
On Mon, 10 Jul 2006, William Kyngesburye wrote: > On Jul 10, 2006, at 5:13 PM, Greg Couch wrote: > >> On 8 July 2006, William Kyngesburye wrote: >> >> Normally, I'd recommend compiling the latest and greatest Tcl/Tk for Mac OS >> X because there are many important bug fixes in each minor release, but >> there is a bug (1480105) in Tcl/Tk 8.4.12 and 8.4.13 that breaks Togl on >> Mac OS X, so use 8.4.11 or patch the Tk source :-(. >> > Huh? I'm using Tcl/Tk 8.4.13 framework (universal) I built on Mac 10.4.7. > Seems to works - demos work except ones that the GMA graphics on my MacBook > don't support. There does seem to be a bit of an OpenGL problem on my > MacBook - GRASS/NVIZ, where I need Togl, runs on a PPC Mac but crashes on my > Intel Mac. Maybe this bug you mention has something to do with it? > > What's this patch for Tk you mention? Just comment out the contents of the FixMappingFlags function in tkMacOSXSubwindows.c. It's only an issue if the Togl widget is ever unmapped. The core-8-4-branch in the CVS version of Tk has the bug patched already. - Greg |