Page 1 of 1

I want to know the exact Arena7 attribute names

Posted: Sun Jan 12, 2020 07:43
by BAEK.SY
Hi,
Do you know BTT(bettertouchtool)?
I want to customize the touch bar using AppleScript when the Arena application is launched.
For example, the volume control in the finder
-------------------------------------------------- --------------
on bttWidgetSliderMoved (sliderValue)

set volume output volume sliderValue * 100

end bttWidgetSliderMoved
-------------------------------------------------- ------------
Like this.

I want to know the exact Arena attribute names for a command.
If possible,
I would be grateful if you could upload an example AppleScript for master opacity control.

Thanks~

Re: I want to know the exact Arena7 attribute names

Posted: Sun Jan 12, 2020 21:29
by francoe
Have you tried Accessibility Inspector from Xcode?
https://developer.apple.com/library/arc ... gApps.html

Re: I want to know the exact Arena7 attribute names

Posted: Mon Jan 13, 2020 09:31
by Zoltán
Moved to Developers.

Re: I want to know the exact Arena7 attribute names

Posted: Tue Jan 14, 2020 11:42
by BAEK.SY
I solved it by applying BTT and MIDI Touchbar app. :D
MIDI Touchbar is a really simple & nice touchbar midi controller app. Thanks~