Post

Replies

Boosts

Views

Activity

External usb foot pedal driver generates unexpectedly mouse click NSEvents for macOS Monterey
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?
4
0
1.5k
Jan ’22
Error in adding toolbar items in NStoolbar in macOS Monterey
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 ?
1
1
698
Oct ’21
Issue while using external usb device foot pedal controller in Mac application on macOS Monterey
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 ?
0
0
397
Sep ’21
External usb foot pedal driver generates unexpectedly mouse click NSEvents for macOS Monterey
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?
Replies
4
Boosts
0
Views
1.5k
Activity
Jan ’22
Error in adding toolbar items in NStoolbar in macOS Monterey
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 ?
Replies
1
Boosts
1
Views
698
Activity
Oct ’21
Issue while using external usb device foot pedal controller in Mac application on macOS Monterey
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 ?
Replies
0
Boosts
0
Views
397
Activity
Sep ’21