Push-Nachrichten von MacTechNews.de
Würden Sie gerne aktuelle Nachrichten aus der Apple-Welt direkt über Push-Nachrichten erhalten?
Forum>Software>Nochmal AppleSript Hilfe bitte ...

Nochmal AppleSript Hilfe bitte ...

Sync24
Sync2425.02.1014:11
irgendwie will es nicht ... aber was stimmt hier nicht???


tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.displays"
tell application "System Events"
set value of slider 1 of group 2 of tab group 1 of window "Color LCD" of process "System Preferences" to brightness_level
set property brightness_level to 0.5
end tell
quit
„Wer lange genug am Fluß sitzt, sieht die Leichen seiner Feinde vorbeitreiben.“
0

Kommentare

_mäuschen
_mäuschen25.02.1014:27

property brightness_level : 0.5

tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.displays"
end tell

tell application "System Events"
tell process "System Preferences"
set value of slider 1 of group 2 of tab group 1 of window "Farb-LCD" to brightness_level
end tell
end tell

0

Kommentieren

Diese Diskussion ist bereits mehr als 3 Monate alt und kann daher nicht mehr kommentiert werden.