Posts

Post not yet marked as solved
1 Replies
858 Views
External usb foot pedal driver should not generate mouse click NSEvents In Monterey external usb foot pedal driver unexpectedly also acts as a mouse device and generates NSLeftMouseDown/NSRightMouseDown events. If I click the middle button of external usb foot pedal and then NSRightMouseDown gets received then it has to be a system problem (or a driver problem) How to solve this issue?
Posted Last updated
.
Post not yet marked as solved
0 Replies
271 Views
I am currently using NSToolbar in my application and for some reason whenever I am trying to add an item from my toolbar second time my application crashes with error Assertion failure in -[NSToolbar _forceInsertItem:atIndex:]. Issue only occurs in latest macOS Monterey. In all older versions of macOS this is working fine. I tried to use Autoreleasepool to release local variables memory which I think was the reason for crash but application still crashes. Is there any change in Cocoa memory management system in macOS Monterey ?
Posted Last updated
.
Post not yet marked as solved
0 Replies
232 Views
When my Mac application is connected with external usb device foot pedal controller. For only macOS Monterey usb device foot pedal will send unexpected right click command before specified click command. When I run my application in macOS Monterey my application always got unexpected right click command first and then click command if I press click command from usb device foot pedal. Is there any system setting I need to change for macOS Monterey to use external usb device foot pedal ?
Posted Last updated
.