Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Live Mail > A question about live mail Startup issue.

Reply
Thread Tools Display Modes

A question about live mail Startup issue.

 
 
gkdiamond
Guest
Posts: n/a

 
      09-27-2009
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. Now it's back to starting up and
minimizing but not hiding again. Anyone have a clue as to what might be
going on?

 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      10-08-2009

"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
---


 
Reply With Quote
 
gkdiamond
Guest
Posts: n/a

 
      10-09-2009
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
> ---
>

 
Reply With Quote
 
gkdiamond
Guest
Posts: n/a

 
      10-09-2009
I forgot to say, why not just resize your window so that it opens up
whatever size you want on startup?

"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
> ---
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      10-10-2009

"gkdiamond" <> wrote in message news:#...
> I forgot to say, why not just resize your window so that it opens up
> whatever size you want on startup?



The point is that WLMail *ignores* the request to open the
window in normal mode, maximizing it, unless I request the
window to open minimized after which a Restore will maintain
my preferred size and position.


---


>
> "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.


....



 
Reply With Quote
 
gkdiamond
Guest
Posts: n/a

 
      10-11-2009
On startup, mine will open in normal mode and to whatever size and position
I have it set for.



"Robert Aldwinckle" <> wrote in message
news:#...
>
> "gkdiamond" <> wrote in message
> news:#...
>> I forgot to say, why not just resize your window so that it opens up
>> whatever size you want on startup?

>
>
> The point is that WLMail *ignores* the request to open the
> window in normal mode, maximizing it, unless I request the
> window to open minimized after which a Restore will maintain
> my preferred size and position.
>
>
> ---
>
>
>>
>> "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.

>
> ...
>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      10-11-2009

"gkdiamond" <> wrote in message news:...
> On startup, mine will open in normal mode
> and to whatever size and position I have it set for.



Then I have "feechur" I would be glad to be without
especially for message windows because they do it too.
It doesn't have to do with the size of window, unless
they have to be less than half the screen to avoid it.
That would be too small to be useful for me.
But Maximized is useless to me too because I want to use
a message window and see most of the message list
at the same time.


---


 
Reply With Quote
 
gkdiamond
Guest
Posts: n/a

 
      10-12-2009
Try this and see if it makes any difference - Set WL Mail to open to a
Normal window. When it opens maximized, click on the Restore Down button and
then adjust the window to the size that you want by putting your mouse
pointer in one of the corners and diagonally dragging it to whatever size
you want. Close the window and restart to see if it works.


"Robert Aldwinckle" <> wrote in message
news:OyV#...
>
> "gkdiamond" <> wrote in message
> news:...
>> On startup, mine will open in normal mode
>> and to whatever size and position I have it set for.

>
>
> Then I have "feechur" I would be glad to be without
> especially for message windows because they do it too.
> It doesn't have to do with the size of window, unless
> they have to be less than half the screen to avoid it.
> That would be too small to be useful for me.
> But Maximized is useless to me too because I want to use
> a message window and see most of the message list
> at the same time.
>
>
> ---
>

 
Reply With Quote
 
gkdiamond
Guest
Posts: n/a

 
      11-09-2009
Here's an update for anyone interested. I discovered by accident that if I
open Windows Task Manager (after the Desktop appears) before or while
Windows Live Mail is initializing then Windows Live Mail will hide after it
minimizes. If I close the Task Manager while Live Mail is initializing then
it will also hide after minimizing but if I close Task Manager after Live
Mail minimizes then it will not hide [the first time]. Of course, I do not
want to open the task manager every time I startup my computer, that kind of
defeats the purpose.

"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. Now it's back
> to starting up and minimizing but not hiding again. Anyone have a clue as
> to what might be going on?


 
Reply With Quote
 
Ron Sommer
Guest
Posts: n/a

 
      11-10-2009
Why are you shutting the computer off?
Why don't you just put the computer into standby?
--
Ron Sommer
MS MVP-Mail

"gkdiamond" <> wrote in message
news:#...
> Here's an update for anyone interested. I discovered by accident that if I
> open Windows Task Manager (after the Desktop appears) before or while
> Windows Live Mail is initializing then Windows Live Mail will hide after
> it minimizes. If I close the Task Manager while Live Mail is initializing
> then it will also hide after minimizing but if I close Task Manager after
> Live Mail minimizes then it will not hide [the first time]. Of course, I
> do not want to open the task manager every time I startup my computer,
> that kind of defeats the purpose.
>
> "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. Now it's back
>> to starting up and minimizing but not hiding again. Anyone have a clue as
>> to what might be going on?

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Live Mail does not send messages, 0x80191002 error Vadim Windows Live Mail 10 02-21-2010 04:02 PM
New email account Brenda Windows Vista Mail 12 08-25-2009 08:08 PM
Live Messenger and Live Mail issue WSZsr Windows Live Messenger 0 08-24-2009 03:08 PM
Can't open Windows Live Mail Albert Burgman Windows Live Mail 2 07-31-2009 03:17 AM
Cannot add email account to Windows Live Mail smurphy_j Windows Live Mail 4 07-23-2009 10:58 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59