Platforms to show: All Mac Windows Linux Cross-Platform
FAQ.How to enable assistive devices?
Answer: You can use AppleScript code like below:
Notes:
tell application "System Events"
activate
set UI elements enabled to true
return UI elements enabled
end tell
You can run this with AppleScriptMBS class.
Answer: You can use AppleScript code like below:
Notes:
tell application "System Events"
activate
set UI elements enabled to true
return UI elements enabled
end tell
You can run this with AppleScriptMBS class.
Links
MBS Xojo Chart Plugins