|
From: Joe E. <jen...@fl...> - 2006-03-28 15:49:33
|
Vince Darley wrote: > [Joe English] > > This is probably coming from the focus ring. > > Ah, that makes sense - I just wondered where it was coming from. But I > thought Aqua buttons don't have focus rings? They just pulsate if they > have the focus... Maybe I'm missing something. The blue pulstating feedback indicates the default button, not the one with keyboard focus. (The default button is the one that gets activated when you press <Return> in a dialog box, regardless of which widget has the focus. In Tile and Tk, visual feedback for the default button is controlled by the "-default" option; and in Tile, 'keynav::defaultButton $b' adds bindings to handle accelerators and traversal as well.) --Joe |