Re: HUD panel is deallocating itself after close

2008-04-01 Thread Sam Krishna
Hey Jon, Thanks... I literally figured that out 90 seconds before you emailed me. :-D Sam On Apr 2, 2008, at 1:23 AM, Jonathan Hess wrote: Hey Sam - Uncheck 'release when closed' option in the IB inspector for your HUD window if it is checked. Good Luck - Jon Hess On Apr 1, 2008, at

Re: HUD panel is deallocating itself after close

2008-04-01 Thread Jonathan Hess
Hey Sam - Uncheck 'release when closed' option in the IB inspector for your HUD window if it is checked. Good Luck - Jon Hess On Apr 1, 2008, at 10:12 PM, Sam Krishna wrote: (Leopard 10.2.5, x86) As a simple project, I'm trying to implement a HUD panel inside of the TextEdit codebase. T

HUD panel is deallocating itself after close

2008-04-01 Thread Sam Krishna
(Leopard 10.2.5, x86) As a simple project, I'm trying to implement a HUD panel inside of the TextEdit codebase. The HUD panel is in a separate nib ("HUD.nib") that has it's own controller which is separate from the File's Owner class. I have two classes: (1) Launcher.[hm] --- this is the F