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
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 as
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 sam