473,388 Members | 1,600 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,388 software developers and data experts.

Flickering mouse pointer when scrolling background images

I have a JavaScript routine that runs on a timer and updates the position of a
background image using the CSS background-position property. In Internet
Explorer, it changes the mouse pointer to an hourglass when it refreshes the
screen, and this is really annoying since it happens on the timer, about every
100 milliseconds or so. Is there anything I can do about this? Thank you
very much.

-Eric

Jul 20 '05 #1
1 4341
DU
Eric Adem wrote:
I have a JavaScript routine that runs on a timer and updates the position of a
background image using the CSS background-position property. In Internet
Explorer, it changes the mouse pointer to an hourglass when it refreshes the
screen, and this is really annoying since it happens on the timer, about every
100 milliseconds or so. Is there anything I can do about this? Thank you
very much.

-Eric


Every time the os has to spent cpu, RAM, user system resources to
refresh, repaint and redraw a page, the user should be notified and
informed of this (via cursor or progress bar or statusbar). It's even a
security issue. Way too many scripts on the web abuse and
over-excessively abuse the user system resources just to create
content-free bells and whistles pages. Not everyone has a 2.4Ghz Pentium
4 with 512MB RAM with an highly performant graphic card, you see;
browser application running on more modest computer configuration CRASH
when trying to cope with highly demanding user-resources DHTML scripts.
So if you're going to script the background-position, background-image
with a timer, it better be useful, meaningful to the user. Otherwise,
the user should at least be able to turn if off easily.

My 2 cents.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunc...e7Section.html

Jul 20 '05 #2

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

Similar topics

1
by: Jack Smash | last post by:
Hi, I'm using a UserControl object for all the graphics handling in my application. However, if I select an image and move it around, I get flickering. So in order to get rid of the flickering,...
5
by: n00b | last post by:
I have some forms with maybe around 30 controls on each and anytime I load these forms different parts of it start flickering though not all of them at once and not the same ones everytime. the...
5
by: jtalbot_vizible | last post by:
I was looking at the code on codeproject to solve my listview flickering issue. All the references to functions in the rest of my post refer to that code. It's available at...
4
by: CP Developer | last post by:
I have a tab control in my application, and any time I mouse over or off of a tab, it flickers. It looks like it is redrawing it (albeit slowly) each time one of these mouse events are raised. I...
19
by: wmanzo | last post by:
I have a really professional conspiracy movie site and I use tons of layers and an external scroll bar assembly. I would like to put the various sections into MS Iframes and in order to clean up...
7
Osoascam
by: Osoascam | last post by:
Hello! I'm doing a chinese checkers program. What I want to do is the selected marble to "follow" the mouse pointer. The thing is, When I try to use labels, the label doesn't follow the mouse. I...
0
by: mike | last post by:
Hi guys, I have a windows form and on load event I dynamically created a panel and dynamically create/add pictureboxes to panel and added a panel to the form with docking with fill. I am...
0
by: IanWright | last post by:
I'm trying to change the cursor that appears on a standard ListView when the cursor appears over an item. However I am getting a flickering effect as the mouse is changed to a finger cursor, and then...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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: 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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.