Re: Debugging an input manager that refuses to load

2008-03-25 Thread Michael Ash
On Tue, Mar 25, 2008 at 10:49 AM, Pat Homelvig <[EMAIL PROTECTED]> wrote: > I assumed you have looked at this article on them, right? > > http://developer.apple.com/releasenotes/Cocoa/AppKit.html#NSInputManager > > Maybe it will help. I have looked through all of that and everything seems to be as

Re: Debugging an input manager that refuses to load

2008-03-25 Thread Michael Ash
On Fri, Mar 21, 2008 at 12:15 AM, Michael Ash <[EMAIL PROTECTED]> wrote: > I have a user who can't use my program because it won't load. It loads > into Safari by using an input manager, but it simply doesn't show up. > I've placed logging statements in my input manager principal class's > +load

Debugging an input manager that refuses to load

2008-03-20 Thread Michael Ash
I have a user who can't use my program because it won't load. It loads into Safari by using an input manager, but it simply doesn't show up. I've placed logging statements in my input manager principal class's +load method and they don't appear for this user, so it's clear that the bundle isn't loa