It's only on startup that it doesn't hide after that it will hide every time
I minimize the window.
You get that message that you are talking about from the Notification area
only the first time
after you select the option to hide the window, then it doesn't show
anymore.
It was working before so I know it will work but if I or someone else can't
figure out what's
going on I may have to do something like a script. I'm thinking it has
something to do with
a program I installed or something I changed or the order in which things
are being done.
Thanks for you help and the info.
"Robert Aldwinckle" <> wrote in message
news:...
>
> "gkdiamond" <> wrote in message
> news:...
>> I have Windows Live Mail setup to startup at boot and run minimized and
>> also
>> to hide the window when minimized so that it only shows as a small
>> envelope
>> icon in the information area.
>
>> The first couple of times at startup it would run minimized
>> but would not hide (to the information area)
>
>> but then after that it started hiding just fine too.
>
>
> I suspect that is anomalous. I always use Run: minimized in my shortcut
> because I hate the way WLMail launches Maximized otherwise.
>
> After seeing your post I started using the Hide option too
> but it has never hidden (fortunately for me because
> I prefer to just press Alt-Tab after it has finished loading
> to see it open in my preferred size and position.)
> The only difference that I have noticed as a result of
> checking the Hide option is getting a message from
> the Notification area about it, which curiously doesn't
> appear to be optional. Nevertheless, that message
> is slightly useful as a signal for me to press Alt-Tab.
> Since I almost never minimize all my WLMail windows
> I might keep the option for that one feature;
> otherwise I will stop using it after this experiment ends.
>
> Hmm... in fact, it looks as if when you have multiple
> windows it doesn't hide the other Taskbar icons in any case
> but does give you the message about hiding itself
> to the Notification area when you minimize the main
> application window. Who knew? Well then, that's
> even better for me because I very seldom minimize
> the WLMail main application window. ; )
>
>
>> Now it's back to starting up and minimizing but not hiding again.
>
>> Anyone have a clue as to what might be going on?
>
>
> Does it hide to the Notification area when you actually
> minimize all WLMail windows? That's all I would have
> expected it to do. I suspect the opening case represents
> a race condition about whether WLMail is going to be notified
> about whether its window is going to be minimized
> and I suspect it has to be notified in order for the feature
> to have effect. E.g. otherwise at startup it would have
> to notice that its window was already minimized and
> then do whatever extra it would have to do to make
> it hidden too.
>
> Therefore, in order to guarantee that you get your
> WLMail window hidden to the Notification area upon
> startup, I would try launching it from a script,
> which subsequently does the necessary SendKeys
> equivalent of Alt-Space,n on the newly opened window.
> Then you could tweak your script by putting in whatever
> minimal pause was necessary between launching
> WLMail and issuing your Minimize command to its window.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
|