Sonoma introduced a severe bug that affects all apps:
If you trigger a Save dialog one way or another, the app's icon starts bouncing in the Dock and the app isn't the frontmost process anymore. That is, it doesn't respond to keyboard until you manually bring the app back into focus by either...
Evening All,
Any help or advice in the right direction is need :)
We need to show a prompt if a USB/SD card is left in our iMacs when users log off (ideally with a timeout set so it doesn't stay on the prompt until a button is pressed.
This could be either via a script / log out hook or...
Hello,
When I try to use the search field inside Keychain app, after confirming with the Touch ID button, the ID authentication dialog opens again and again, every time I am typing a new letter :-(
Anyone experiencing the same issue? In other situations, for example to unlock Mac in login...
GarageBand uses "Cancel" and "OK" where it would be much more appropriate to use buttons like "Save", "Undo", and "Delete." I thought this went against Apple's HIG (Using "OK" instead of a more descriptive button name)?
Hello,
I need to capture whether a dialog gave up or not.
tell application "Finder"
display dialog "Do you want to do something?" giving up after 10
if <did give up after 10> then
do one thing
else
do another thing
end if
end tell
Thanks!
Asu