Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Completely Disable or Hide Status Bar?

Reply
Thread Tools

Completely Disable or Hide Status Bar?

 
 
Boo
Guest
Posts: n/a
 
      03-04-2005
I know it's possible to manipulate the status bar when a user scrolls
over links, but is there a way to completely disable or hide it? I
have a flash program that connects to a database every 5 seconds, so
the status bar always says "transfering data from..." It gets quite
annoying, so I was wondering if there was any way to stop the status
bar from displaying this message. If I can't hide it, it would be nice
if I could get the status bar to say "Done". Thanks.

 
Reply With Quote
 
 
 
 
Ivan Marsh
Guest
Posts: n/a
 
      03-04-2005
On Fri, 04 Mar 2005 08:36:20 -0800, Boo wrote:

> I know it's possible to manipulate the status bar when a user scrolls
> over links, but is there a way to completely disable or hide it?


Not in my browser because I've locked you out of that capability.

> I have a flash program that connects to a database every 5 seconds, so
> the status bar always says "transfering data from..." It gets quite
> annoying, so I was wondering if there was any way to stop the status
> bar from displaying this message. If I can't hide it, it would be nice
> if I could get the status bar to say "Done". Thanks.


Why would you want the status bar to say "Done" if it's not done?

--
Life is short, but wide. -KV

 
Reply With Quote
 
 
 
 
Boo
Guest
Posts: n/a
 
      03-04-2005
I want it to say "Done" because the actual HTML page has finished
loading. Only the Flash movie is pulling new information from a
database in real time. I don't need someone to preach to me about why
or why not I shouldn't do something.

 
Reply With Quote
 
Ivan Marsh
Guest
Posts: n/a
 
      03-04-2005
On Fri, 04 Mar 2005 10:01:10 -0800, Boo wrote:

> I want it to say "Done" because the actual HTML page has finished
> loading. Only the Flash movie is pulling new information from a
> database in real time. I don't need someone to preach to me about why
> or why not I shouldn't do something.


I wasn't preaching, I was asking a question. ...and please, include
relevant portions of what you're replying to in your posts.

None the less, attempting to control the status bar will have limited
results. Most browsers have the ability to lock scripts out of it.

--
Life is short, but wide. -KV

 
Reply With Quote
 
Randy Webb
Guest
Posts: n/a
 
      03-04-2005
Boo wrote:
> I know it's possible to manipulate the status bar when a user scrolls
> over links, but is there a way to completely disable or hide it?


No it's not and No. You have no control over my status bar.

> I have a flash program that connects to a database every 5 seconds, so
> the status bar always says "transfering data from..." It gets quite
> annoying, so I was wondering if there was any way to stop the status
> bar from displaying this message.


Use an HTTPResponse object instead then.

> If I can't hide it, it would be nice if I could get the status bar to
> say "Done". Thanks.


Since you can't hide it, manipulate it or control it, there isn't a way
to do what you are asking in a cross browser manner. If you are willing
to accept an IE-only (maybe not) solution, try setting window.status
peridocially.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
 
Reply With Quote
 
Boo
Guest
Posts: n/a
 
      03-05-2005
I don't really care that I don't have control over *YOUR* browser and
the small percentage of the internet that consists of paranoid
Javascript geeks. I care about default settings in default
configurations. Nevermind, I already figured out a solution, but
thanks for the help Pastor Marsha and Pastor Dan, religious icons of
Javascript ethics.

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Re: VOIPfone down completely ... I mean very completely !! cjd UK VOIP 2 10-10-2008 01:17 PM
IE doesnt hide status bar on window.open "status=no" Ronen Yacov Javascript 1 11-05-2007 09:53 AM
Completely disable viewstate sri_san@mailcity.com ASP .Net 6 01-03-2007 09:20 PM
How to completely disable all caching during debug? keithb ASP .Net 1 09-26-2006 12:10 PM
[HIDE LAN] Hide a part of hosts into the LAN at VPN users? Paolo Bresi Cisco 1 04-04-2005 02:41 PM



Advertisments
 



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