Re: Application Sequence Switches After Wake from Sleep



I have seen similar behaviour.
At login I run iCAL to set the date on it's icon in the menu bar. The
actuall window remains hidden.
Coming out of sleep, the application presents it's window.
As I may have word and entouage and mail and textwrangler running along with
iCAL, sometimes I see what you haev described. I have yet to figure it out.

rtt


<goo99glepost@xxxxxxxxx> wrote in message
news:1135028721.711953.204500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I recently upgraded to 10.4.3 on a couple of machines and they both
> have the same strange behavior. One is a G4 Cube, the other is a G3
> iBook, both with 10.4.3 and all relevant Software Updates.
>
> 1. Start with some open applications "layered" so that App1 is active
> and on top of App2.
> 2. Lock screen or let it sleep by its own timer.
> 3. Wake and enter password.
> 4. App2 pops to the top, App1 is below App2 and App2 is the active
> window.
>
> Is this what others observe? It doesn't seem normal to me. Is there a
> fix?
>
> Thank you.
>


.



Relevant Pages

  • Re: Why do windows go blank?
    ... Having just read the help page, yes, calling DoEvents before or after or perhaps instead of Sleep sounds like a good idea. ... Private Declare Sub Sleep Lib "kernel32" ... I also minimize the Excel window. ... Public Declare Function QueryPerformanceCounter Lib "kernel32" _ ...
    (microsoft.public.excel.programming)
  • Re: Why do windows go blank?
    ... elapsed across the Sleep call is indeed about 100 msec, ... I also minimize the Excel window. ... "kernel32" (ByRef freq As Currency) As Boolean ... Public Declare Function QueryPerformanceCounter Lib "kernel32" _ ...
    (microsoft.public.excel.programming)
  • Re: Sleep Command for Window Methods?
    ... It can't partially sleep. ... "database is locked" error. ... gas in it and get on with your app. ... If I have to take two lines of code out of a window and move it into a thread, ...
    (comp.lang.basic.realbasic)
  • Re: Button messages question
    ... don't use Sleep when processing window messages when just ... Sleep() IMHO is more appropriate in multithreaded situations. ... Buttons of the same class will have the same window proc, ... > LRESULT WINAPI RepeaterButtonWndProc (HWND hWnd, UINT wMsg, WPARAM wParam, ...
    (microsoft.public.pocketpc.developer)
  • Re: Why do windows go blank?
    ... How about a little procedure that runs Sleep in a loop with DoEvents inter-mixed? ... Private Declare Sub Sleep Lib "kernel32" ... I also minimize the Excel window. ... Public Declare Function QueryPerformanceCounter Lib "kernel32" _ ...
    (microsoft.public.excel.programming)