Answer dialog focus on OSX using mousedown call

2007-05-22 Thread Jeff Reynolds
If i call and ask dialog from a mousedown handler, the ask dialog buttons in the dialog box does not appear to have the screen focus when its brought up so it takes two clicks to activate a button (ie one to bring the window into focus and the second to activate the button.) if i do the

Re: Answer dialog focus on OSX using mousedown call

2007-05-22 Thread Ian Wood
From a GUI point of view, I'd be surprised if you could change focus like that during a mouseDown handler - when would you expect a dialog box to appear *before* releasing the mouse? Ian On 22 May 2007, at 19:34, Jeff Reynolds wrote: If i call and ask dialog from a mousedown handler, the

Re: Answer dialog focus on OSX using mousedown call

2007-05-22 Thread Sarah Reichelt
On 5/23/07, Jeff Reynolds [EMAIL PROTECTED] wrote: If i call and ask dialog from a mousedown handler, the ask dialog buttons in the dialog box does not appear to have the screen focus when its brought up so it takes two clicks to activate a button (ie one to bring the window into focus and the