I'm attempting to support international input in a Cocoa app on Leopard using bottom line input (A type of input method in which the user enters text in a small window, called a floating input window, that appears near the bottom of the screen).
I don't want to support inline input.
When the user changes the input method using the input menu, I don't see the standard floating input window when the user types text into my app. Anyone know what my app needs to do to get this input window?
Thanks.