[xmljs-users] Re: Pevent hourglass from showing
Brought to you by:
djoham,
witchhunter
From: James S. E. <jam...@co...> - 2004-09-23 12:24:16
|
Soren, I wrote a chat system awhile back using XML for Script that didn't have=20 this problem. Here's a general observation that applies to chat as well as= =20 other animated client-side objects such as slideshows and scrollers. Use object-oriented programming in your chat client. In general, I find=20 that the hourglass seldom appears when I use repeated calls to a JavaScript= =20 object in a timing loop instead of ordinary function calls. Also, if you=20 have multiple concurrent setTimeout() and/or setInterval() calls running in= =20 your document, create an Animator object to consolidate them. Hope this helps. James At 11:03 PM 9/22/2004, you wrote: >Send xmljs-users mailing list submissions to > xml...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xmljs-users >or, via email, send a message with subject or body 'help' to > xml...@li... > >You can reach the person managing the list at > xml...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of xmljs-users digest..." > > >Today's Topics: > > 1. Pevent hourglass from showing (=3D?ISO-8859-1?Q? S=3DF8ren?=3D= Pedersen) > 2. Re: Pevent hourglass from showing (=3D?ISO-8859-1?Q? S=3DF8ren?=3D= Pedersen) > 3. Re: Pevent hourglass from showing (David Joham) > >--__--__-- > >Message: 1 >To: xml...@li... >Date: Wed, 22 Sep 2004 08:50:56 +0200 >From: =3D?ISO-8859-1?Q? "S=3DF8ren?=3D Pedersen" <so...@si...> >Subject: [xmljs-users] Pevent hourglass from showing > >Hello > >I use xmljs for a chat system that loads a new xml document every 6 >seconds or so. It works great but every time the iframe loads the >hourglass (on the mouse pointer) shows. This is a bit annoying and I was >wondering if there's a way to prevent this. I tried with: > ><body style=3D"cursor: default;"> > >But that doesn't seem to work. > >Thanks, > >Soren > > >--__--__-- > >Message: 2 >Subject: Re: [xmljs-users] Pevent hourglass from showing >To: xml...@li... >Date: Wed, 22 Sep 2004 11:42:57 +0200 >From: =3D?ISO-8859-1?Q? "S=3DF8ren?=3D Pedersen" <so...@si...> > >Well, it does actually work in Explorer, but not in my Avant browser >(and Mozilla). > > > >On Wed, 22 Sep 2004 08:50:56 +0200, " S=3DF8ren Pedersen" ><so...@si...> said: > > Hello > >=3D20 > > I use xmljs for a chat system that loads a new xml document every 6 > > seconds or so. It works great but every time the iframe loads the > > hourglass (on the mouse pointer) shows. This is a bit annoying and I was > > wondering if there's a way to prevent this. I tried with: > >=3D20 > > <body style=3D3D"cursor: default;"> > >=3D20 > > But that doesn't seem to work. > >=3D20 > > Thanks, > >=3D20 > > Soren > >=3D20 > >=3D20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement on > > who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > xmljs-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmljs-users > > >--__--__-- > >Message: 3 >Date: Wed, 22 Sep 2004 07:58:04 -0700 (PDT) >From: David Joham <dj...@ya...> >Subject: Re: [xmljs-users] Pevent hourglass from showing >To: "S=F8ren" Pedersen <so...@si...>,= xml...@li... > > >Hmm. Good question. Try cursor: pointer or cursor: text and see if maybe=20 >that works better. Other >than that, I'm at a loss. I'll think about it some more though and if I=20 >come up with anything I'll >let you know... > >David > >--- S=F8ren Pedersen <so...@si...> wrote: > > > Well, it does actually work in Explorer, but not in my Avant browser > > (and Mozilla). > > > > > > > > On Wed, 22 Sep 2004 08:50:56 +0200, " S=F8ren Pedersen" > > <so...@si...> said: > > > Hello > > > > > > I use xmljs for a chat system that loads a new xml document every 6 > > > seconds or so. It works great but every time the iframe loads the > > > hourglass (on the mouse pointer) shows. This is a bit annoying and I= was > > > wondering if there's a way to prevent this. I tried with: > > > > > > <body style=3D"cursor: default;"> > > > > > > But that doesn't seem to work. > > > > > > Thanks, > > > > > > Soren > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > > Project Admins to receive an Apple iPod Mini FREE for your judgement= on > > > who ports your project to Linux PPC the best. Sponsored by IBM. > > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > > _______________________________________________ > > > xmljs-users mailing list > > > xml...@li... > > > https://lists.sourceforge.net/lists/listinfo/xmljs-users > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement on > > who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > xmljs-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmljs-users > > > > > > >--__--__-- > >_______________________________________________ >xmljs-users mailing list >xml...@li... >https://lists.sourceforge.net/lists/listinfo/xmljs-users > > >End of xmljs-users Digest |