Hi All,I've implemented a Cocoa UI (as a plugin), in a legacy Carbon App. It is a palette implementation. There are many usability issues related to it. Few of them are like: - Keyboard events loss. - Key selection on Menu's, doesn't work. - Mouse Cursor update event loss. - Option + Close (Close All) crash. - Print dialog hang. - many more... Most of these, I've fixed via different workarounds and for rest I've filed bug-report.
There is one issue though, I need to fix urgently: - Inability to use short-cut key's(Cut, Copy, Paste) on Cocoa controls in a Carbon App. Typical use-case failure's are like: Unable to Select All (Cmd+A) in an out-line view. No cut-copy-paste on cocoa text-fields etc. Mouse-Right-Click for edit commands is working. I'm looking for a workaround for this? Thanks in Advance. Note: One can use CocoaInCarbon sample by Apple to reproduce this issue. link : http://developer.apple.com/samplecode/CocoaInCarbon/ Vijay _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
