Path: utzoo!attcan!uunet!digibd!merlyn From: merlyn@digibd.com (Brian Westley (Merlyn LeRoy)) Newsgroups: comp.sys.mac.programmer Subject: popup hiermenu in cdev bombs later... Message-ID: <1990Oct28.153715.29247@digibd.com> Date: 28 Oct 90 15:37:15 GMT Organization: DigiBoard Incorporated, St. Louis Park, MN Lines: 13 I'm updating ZoomBar to version 1.6, but I've noticed a bug in the cdev part that I can't seem to fix: if you pop up the hiermenu, then switch to another cdev, then back to ZoomBar, the popup menu will eventually cause a crash. It seems to think that the resources for the menu are still loaded and valid, and chokes on invalid data. I DeleteMenu() the popup stuff, and ReleaseResource() the handles, but that doesn't seem to make any difference. I check if GetMenu() is returning a null handle (which it isn't, even before it crashes). I'm using Think C 4.0.3, using their object-oriented cdev starter. Any help will be much appreciated. --- Merlyn LeRoy uunet!digibd!merlyn