Re: Message windows



Sander Tekelenburg <user@xxxxxxxxxxxxxx> wrote:

In article <1j5fs2e.m024g0m3to90N%dcohenspam@xxxxxxxxxxxx>,
dcohenspam@xxxxxxxxxxxx (Daniel Cohen) wrote:

[...]

Finally I have always had problems with my iMac not going to sleep at
the interval set in Energy Saver.

Yes, Eudora keeps Macs from sleeping. A 'known' bug.

I think that I tested a long time ago with a fresh account and no
programs running and peripherals disconnected, and still found my iMac
would not go to sleep. So I never realised that Eudora could be an
issue.

On SL it became clear that Eudora prevents sleep. Fortunately the
program PleaseSleep does make the machine sleep when it should.

As regards my question about windows, I found the answer, which may be
useful to others. Because each message opens in its own window, moving
the windowfor one message has no effect on the window for the next
message. But x-eudora-setting 8008 lets you set how far to the left
windows will open. Setting this to 500 puts the message window pretty
much in the center of the screen for my 20-inch iMac.
--
<http://www.decohen.com>
Send e-mail to the Reply-To address.
Mail to the From address is never read.
.



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)