Prompt dialog & keyboard selection
Posted: 2009-06-03 06:55:38
When a prompt dialog is displayed with multiple radio buttons, such as by
on a MacBook Pro purchased last fall (model "MacBookPro4,1" from the system profiler), the options can be selected with the cursor keys on the keyboard.
When the same prompt is displayed on a new MacBook Pro (model "MacBookPro5,1"), the options cannot be selected using the keyboard, only using the mouse.
Both systems are identical and clean, running 10.5.6, having only Apple-installed stuff and my applications. Is the above behavior normal and expected?
Cliff Bender
Code: Select all
$numbers = Array.new
$i = 10
while $i
$numbers.appendValue $i
$i -= 1
end
Prompt Options 'from 10 to 1', '', '', $numbers
When the same prompt is displayed on a new MacBook Pro (model "MacBookPro5,1"), the options cannot be selected using the keyboard, only using the mouse.
Both systems are identical and clean, running 10.5.6, having only Apple-installed stuff and my applications. Is the above behavior normal and expected?
Cliff Bender