Page 1 of 1

minimizing PocketHAL on Toshiba e805

PostPosted: Apr 20, 2004 @ 6:32pm
by v0101

PostPosted: Apr 21, 2004 @ 1:04am
by Kzinti

PostPosted: Apr 21, 2004 @ 1:24am
by v0101

PostPosted: Apr 21, 2004 @ 2:10am
by Kzinti
No that's fine, I am just wondering what you use to decide that you have focus and call BeginScene(). Are you waiting for WM_SETFOCUS before trying to call BeginScene()?

I know SetForegroundWindow() is supposed to give your window focus... I am just trying to figure out what is going on. Could you add a call to SetFocus() right after and see if it works?

ex:
SetForegroundWindow( hwnd );
SetFocus( hwnd );

PostPosted: Apr 21, 2004 @ 7:06am
by v0101

PostPosted: May 19, 2004 @ 5:21pm
by v0101

PostPosted: May 19, 2004 @ 6:50pm
by fast_rx

PostPosted: May 19, 2004 @ 8:25pm
by v0101

PostPosted: May 19, 2004 @ 9:20pm
by Kzinti

PostPosted: May 19, 2004 @ 9:48pm
by fast_rx

PostPosted: Jun 3, 2004 @ 9:47am
by v0101

PostPosted: Jun 5, 2004 @ 6:34pm
by v0101

PostPosted: Jun 6, 2004 @ 8:45pm
by denthorq

PostPosted: Jun 6, 2004 @ 9:07pm
by Kzinti

PostPosted: Jun 7, 2004 @ 1:08am
by Kzinti