473,836 Members | 1,586 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2758
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.javas cript 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******** ************@co mcast.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.javas cript 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.javas cript 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******** ************@co mcast.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.javas cript 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.wa nted.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.javas cript 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******** ************@co mcast.com...
er***@nospam.wa nted.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.javas cript 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
1736
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. When a call is queued, I wish to make that Agent's Table row, flash.
0
1540
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 last check there was no Alerts group. I've been reading through oodles of the SGK documentation for the .NET Alerts SDK 5.02, and something struck me in the Compliance Criteria section: "6. All of your pages work on Netscape version 4.7 or...
1
2341
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 me? By the way, this problem occurs in IE5 only. I have tested in IE6, Mozilla1.4 and Netscape 6 and this issue does not occur. Thanks!
2
6060
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 know how do do this? The only one's i've found animate the title text, which isn't what i'm going for. Thanks :)
2
5895
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 user having to click into the first textbox with their mouse. Please note that my forms are created dynamically so I won't know the given name of the first textbox so some form of index would be better.
0
1332
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 this code it still flashes: DoCmd.Echo False
8
5435
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 TreeView or WebBrowser control and then you resize the form. Here is what I've tried so far: 1. Turning off CS_VREDRAW and CS_HREDRAW in both the parent form and a subclass of the control via the "override CreateParams" property (these values were...
2
4672
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
17461
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 functions could popup alert boxes which I'd like to be able to temporarily suppress. Thanks for any help.
0
9666
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10544
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10585
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10250
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9369
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7788
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6977
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5821
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4447
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.