Posts

Post not yet marked as solved
0 Replies
345 Views
Hi, I'm working on a macOS app. I would like to add a slider in my app, a linear slider without ticks. I would like to know if there is any way to change the color of NSSlider?? Please help
Posted
by MariaT5.
Last updated
.
Post not yet marked as solved
0 Replies
445 Views
Hi, I am working on a macOS app that is a background app and so I would like to perform a particular function when a keyboard key is pressed. I read from the apple documentation that addGlobalMonitorForEvents(matching:handler: ) must be used. And also to use this, accessibility must be enabled. I checked for accessibility with AXIsProcessTrustedWithOptions and the functionality has been implemented and it works right if accessibility is enabled. I give an alert to the user asking to enable accessibility and if the user agrees, the accessibility in the privacy system preferences window opens. Now, the issue I face is the app is not present in the accessibility list and so the user has to add the app manually into the list. Is there any way to programmatically(SWIFT) add the app to the accessibility list?
Posted
by MariaT5.
Last updated
.
Post not yet marked as solved
0 Replies
310 Views
Can an app for macOS build in such a way that an option can be given for the user to turn on the bluetooth from the app itself without redirecting the user to the bluetooth system preferences? Like the AirDrop in mac, there is option 'Turn Bluetooth on" which on clicking turns on. the bluetooth without going to bluetooth system preferences. i want to know if the same can be done in a custom build app, or the only way is to redirect the user to bluetooth system preferences.Please help.
Posted
by MariaT5.
Last updated
.
Post not yet marked as solved
0 Replies
394 Views
Hai,I am a developer and we are developing a bluetooth mouse and I would like to know if iPhone OS supports devices using HID over GATT. We do not need an app. I would just like to know if the iOS supports it.
Posted
by MariaT5.
Last updated
.