473,386 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

alerts and flashing taskbars

Hello,

I know there is no way in Javascript to make the task bar flash when your
window is minimised. However, I found out recently that if a javascript
alert is sent to netscape when the window is minimised the task bar will
flash! msie however doesn't do this, it will happily put the alert box up
infront of all your other windows. My question is: Is there any way to tie
this box down to this window so a minimised msie window will flash when the
alert comes?

Thanks. Wishful thinking!

Phil
Jul 23 '05 #1
9 2726
Phillip Parr wrote:
Hello,

I know there is no way in Javascript to make the task bar flash when your
window is minimised. However, I found out recently that if a javascript
alert is sent to netscape when the window is minimised the task bar will
flash! msie however doesn't do this, it will happily put the alert box up
infront of all your other windows. My question is: Is there any way to tie
this box down to this window so a minimised msie window will flash when the
alert comes?
No.
Thanks. Wishful thinking!


Yes, its wishful thinking. Why do you want to annoy the users with a
flashing taskbar? I minimized the window because I didn't want to work
in that window at the moment.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #2
Well, i wanted it for a chat page. It'd be nice to know when someone's typed
something, so you can carry on working while not looking at it. Of course, I
could just force a focus of the window, which is much more annoying!

Phil

"Randy Webb" <Hi************@aol.com> wrote in message
news:s5********************@comcast.com...
Phillip Parr wrote:
Hello,

I know there is no way in Javascript to make the task bar flash when your
window is minimised. However, I found out recently that if a javascript
alert is sent to netscape when the window is minimised the task bar will
flash! msie however doesn't do this, it will happily put the alert box up
infront of all your other windows. My question is: Is there any way to
tie this box down to this window so a minimised msie window will flash
when the alert comes?


No.
Thanks. Wishful thinking!


Yes, its wishful thinking. Why do you want to annoy the users with a
flashing taskbar? I minimized the window because I didn't want to work in
that window at the moment.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #3
Phillip Parr wrote:
Well, i wanted it for a chat page. It'd be nice to know when someone's typed
something, so you can carry on working while not looking at it. Of course, I
could just force a focus of the window, which is much more annoying!


And it would take any user with half an ounce of brains about 1.987234
seconds to close it. But thats up to you.

And if your users don't know how to keep check on a chat room, they sure
as hell won't know how to multi-task or understand what the flashing
icon means.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
Jul 23 '05 #4
heh, I didn't mean i'd actually do it!

But you're right.
"Randy Webb" <Hi************@aol.com> wrote in message
news:yv********************@comcast.com...
Phillip Parr wrote:
Well, i wanted it for a chat page. It'd be nice to know when someone's
typed something, so you can carry on working while not looking at it. Of
course, I could just force a focus of the window, which is much more
annoying!


And it would take any user with half an ounce of brains about 1.987234
seconds to close it. But thats up to you.

And if your users don't know how to keep check on a chat room, they sure
as hell won't know how to multi-task or understand what the flashing icon
means.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?

Jul 23 '05 #5
On Fri, 26 Nov 2004 17:19:39 -0500, Randy Webb
<Hi************@aol.com> wrote:
Phillip Parr wrote:
Well, i wanted it for a chat page. It'd be nice to know when someone's typed
something, so you can carry on working while not looking at it. Of course, I
could just force a focus of the window, which is much more annoying!


And it would take any user with half an ounce of brains about 1.987234
seconds to close it. But thats up to you.

And if your users don't know how to keep check on a chat room, they sure
as hell won't know how to multi-task or understand what the flashing
icon means.


I'm not sure why you have such a negative opinion about the OP's
method. Is your way the only way? As a contrary example look at Lotus
Sametime. It's a chat application which does exactly what the OP wants
to do. When a message is posted in a Sametime window, the task bar
icon flashes.

This is extremely useful in practice. There's no need to monitor a
slow moving chat for a new response. The Sametime window is in the
background and out of the way. When the icon flashes, you know that
there is new posting. This is a benefit since the user doesn't need to
constantly keep the chat window on top. The application causes the
computer to do the work FOR you. This is actually good usability
design.

On the other hand, I'm curious if you prefer that the phone didn't
ring when you have an incoming call? You should just constantly pick
it up and see if there is a dial tone or a person calling?

--
Erik
Jul 23 '05 #6
er***@nospam.wanted.here wrote:
On Fri, 26 Nov 2004 17:19:39 -0500, Randy Webb
<Hi************@aol.com> wrote:

Phillip Parr wrote:
Well, i wanted it for a chat page. It'd be nice to know when someone's typed
something, so you can carry on working while not looking at it. Of course, I
could just force a focus of the window, which is much more annoying!
And it would take any user with half an ounce of brains about 1.987234
seconds to close it. But thats up to you.

And if your users don't know how to keep check on a chat room, they sure
as hell won't know how to multi-task or understand what the flashing
icon means.

I'm not sure why you have such a negative opinion about the OP's
method. Is your way the only way? As a contrary example look at Lotus
Sametime. It's a chat application which does exactly what the OP wants
to do. When a message is posted in a Sametime window, the task bar
icon flashes.


I have a negative attitude from years of being annoyed by website
authors who try the latest gimmick in an effort to get my attention. You
want my attention? Give me content and then keep my attention with that
content.

As for Lotus Sametime, I have never used it. But if I did use it I have
dual monitors and I would put it in one monitor, my other work in
another monitor. Its exactly how I keep up with AOL chats. In fact, an
AOL Chat window is open right now on that monitor over there--------->
This is extremely useful in practice. There's no need to monitor a
slow moving chat for a new response. The Sametime window is in the
background and out of the way. When the icon flashes, you know that
there is new posting. This is a benefit since the user doesn't need to
constantly keep the chat window on top. The application causes the
computer to do the work FOR you. This is actually good usability
design.
Oh? So blinking and flashing icons is good usability? Wow. Don't let the
epileptics know about that, flashing items can cause seizures.
On the other hand, I'm curious if you prefer that the phone didn't
ring when you have an incoming call? You should just constantly pick
it up and see if there is a dial tone or a person calling?


I don't see where the analogy is the same. You are comparing a device
that is used for one mode of communication -voice- to another that is
for at least 3 modes - sound, visual, aural. If anything, one could
argue about a reminder since a computer *is* so multi-task oriented, but
you run into potential problems when trying to give that reminder. But
years of AOL and its "reminders" have bent me way against them.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #7
On Sat, 27 Nov 2004 01:47:30 -0500, Randy Webb
<Hi************@aol.com> wrote:
I have a negative attitude from years of being annoyed by website
authors who try the latest gimmick in an effort to get my attention. You
want my attention? Give me content and then keep my attention with that
content.
Agreed, I prefer content myself. But I also realize that I am not
everyone and that different folks have preferences different from
mine. I don't necessarily see those differences as a bad thing. You
appear to do so.
As for Lotus Sametime, I have never used it. But if I did use it I have
dual monitors and I would put it in one monitor, my other work in
another monitor. Its exactly how I keep up with AOL chats. In fact, an
AOL Chat window is open right now on that monitor over there--------->
Again, everyone is not you. Dual tubes are nice, but not everyone has
the desk space, desire or money for a second monitor. And some folks
use a laptop where screen space is limited. The icon indicator is a
great benefit to me when I use a laptop. In the office where I have a
21" monitor, it's less useful, but still handy.
Oh? So blinking and flashing icons is good usability? Wow. Don't let the
epileptics know about that, flashing items can cause seizures.


It's all in the implementation. I can't imagine that you're suggesting
that every blink is a bad thing. I'm guessing that most people see a
flashing cursor when typing. It's not a Hobson's choice.

If you use MS Excel, you can see what the OP was trying to accomplish.
When the Excel window is covered up and sends a request for user
interaction, it blinks the task bar icon. I think it's effective and I
encourage the OP to pursue his solution. I don't know the answer or
I'd post it here.

--
Erik
Jul 23 '05 #8
While you raise an interesting point about content, a chat page is content
which is created by users of the site. While I would never intentionally
annoy anyone, as I myself have a policy of simplicity, easy usability and
non-annoyance (no pop-ups, adverts, etc unless drastically required) it
would be nice to be notified. But still, I guess if you're in a chat room
you'll look from time to time. I remember a time when people became irate
unless you replied to a question within 5 minutes, now that has dropped to
an annoyance within a matter of seconds.

And you needn't worry about epileptic seizures: It requires at least 10
changes per second of highly contrasting colours to set the average sufferer
off, and windows only blinks the task bar icon once a second and then only
blinks 3 times on most set ups.

Phil

"Randy Webb" <Hi************@aol.com> wrote in message
news:Lq********************@comcast.com...
er***@nospam.wanted.here wrote:
On Fri, 26 Nov 2004 17:19:39 -0500, Randy Webb
<Hi************@aol.com> wrote:

Phillip Parr wrote:

Well, i wanted it for a chat page. It'd be nice to know when someone's
typed something, so you can carry on working while not looking at it. Of
course, I could just force a focus of the window, which is much more
annoying!

And it would take any user with half an ounce of brains about 1.987234
seconds to close it. But thats up to you.

And if your users don't know how to keep check on a chat room, they sure
as hell won't know how to multi-task or understand what the flashing icon
means.

I'm not sure why you have such a negative opinion about the OP's
method. Is your way the only way? As a contrary example look at Lotus
Sametime. It's a chat application which does exactly what the OP wants
to do. When a message is posted in a Sametime window, the task bar
icon flashes.


I have a negative attitude from years of being annoyed by website authors
who try the latest gimmick in an effort to get my attention. You want my
attention? Give me content and then keep my attention with that content.

As for Lotus Sametime, I have never used it. But if I did use it I have
dual monitors and I would put it in one monitor, my other work in another
monitor. Its exactly how I keep up with AOL chats. In fact, an AOL Chat
window is open right now on that monitor over there--------->
This is extremely useful in practice. There's no need to monitor a
slow moving chat for a new response. The Sametime window is in the
background and out of the way. When the icon flashes, you know that
there is new posting. This is a benefit since the user doesn't need to
constantly keep the chat window on top. The application causes the
computer to do the work FOR you. This is actually good usability
design.


Oh? So blinking and flashing icons is good usability? Wow. Don't let the
epileptics know about that, flashing items can cause seizures.
On the other hand, I'm curious if you prefer that the phone didn't
ring when you have an incoming call? You should just constantly pick
it up and see if there is a dial tone or a person calling?


I don't see where the analogy is the same. You are comparing a device that
is used for one mode of communication -voice- to another that is for at
least 3 modes - sound, visual, aural. If anything, one could argue about a
reminder since a computer *is* so multi-task oriented, but you run into
potential problems when trying to give that reminder. But years of AOL and
its "reminders" have bent me way against them.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #9
On Sat, 27 Nov 2004 11:19:53 +0000 (UTC), "Phillip Parr" <no@no.com>
wrote:
I remember a time when people became irate
unless you replied to a question within 5 minutes, now that has dropped to
an annoyance within a matter of seconds.
That's not my experience of "chat", people are quite happy carrying
out conversations that have say 5 sentances per hour.
And you needn't worry about epileptic seizures: It requires at least 10
changes per second of highly contrasting colours to set the average sufferer
off, and windows only blinks the task bar icon once a second and then only
blinks 3 times on most set ups.


there's certainly no problem with epilepsy certainly, however there is
a problem with those people sensitive to movement, people such as me,
who cannot work with the flashing of the network lights in the windows
taskbar. Animation can be very distracting to many users.

Jim.
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: rikesh | last post by:
Hi Does anyone know how to make a table row flash in a certain colour, depending on a DB value? I have a helpdesk application listing statuses of Agents and the calls queued on the system. ...
0
by: ryan baldwin | last post by:
Hi, I posted this in the GotDotNet .NET Alerts forum, but that was 3 days ago and still no reply so I'll try my luck here. My apologies if there's a better group to post this question in, but at...
1
by: rhompi | last post by:
Hi, I have a problem displaying korean characters in javascript alerts. Korean characters are displayed fine in menus, webpages, buttons,etc. except in javascript alerts. Can anyone please help...
2
by: Phillip Parr | last post by:
I've made a chat page using php and javascript. Which is nice. But I'd really like the title bar to flash when a new message appears for users who have minimised the window, like msn. Does any body...
2
by: Xam | last post by:
Hello Everybody Can you let me know of a javascript/dom routine that will automatically put the flashing cursor in the first text box in my form so that it is ready for entry rather than the...
0
by: Wayne | last post by:
If I open a report using this code it "flashes" as it opens: DoCmd.OpenReport "NumbersByDate", acViewPreview DoCmd.Maximize This is probably to be expected. If I open the same report using...
8
by: Ian Stiles | last post by:
If you have "Show window contents while dragging" turned on (Right-click desktop, Appearance, Effects) then you get horrible flashing and flickering on a CSharp form when the form hosts a...
2
by: DzemoT. | last post by:
how to make flashing label (or other text control) depending of label's text example: if label.text="Hello" then 'flash else 'dont flash end if tnx
4
by: nick | last post by:
Is it possible to disable/suppress alert popups in javascript? I need to write a function that will loop through a form's inputs and "manually" fire their onchange events (if found). Some of those...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.