Re: Handling international text without text views

2009-08-31 Thread Aki Inoue
The bottom-line window approach was mainly for supporting Carbon applications that cannot be moved from the WNE design model due to its own legacy application structuring. Since Cocoa is not based on responder message handling design, such event handling model is unnecessary. And the user

Re: Handling international text without text views

2009-08-22 Thread Kyle Sluder
On Aug 22, 2009, at 12:57 PM, Wade Williams wrote: When the application was Carbon, as I recall, I would setup a new TSM document, and that would automatically give me the bottom-line text input bar and I would process the input with my Carbon event handlers. I've been doing some searchin

Handling international text without text views

2009-08-22 Thread Wade Williams
I've got an OpenGL application that implements its own widgets for text entry and display. The application is a Cocoa application. When in windowed mode, it uses a subclass of NSView for its GL context. In full-screen mode, it captures the display with CGL. I need to support internationa