gharris999;314306 Wrote: > I hope I'm not committing some sort of breach of open source etiquette > here. The changes peter made were to > PlayLog\HTML\EN\plugins\PlayLog\songlist.html
:-) No problem. The technique I used is simple: get a reference to a DOM object that encompasses most of the page (in PlayLog's case, there's a FORM element that makes up the body of the page). When making the AJAX request, set obj.style.cursor to "wait". Once the AJAX call is done, change obj.style.cursor back to "default". I have not tested this broadly. I did find some sites that outline what cursor values are supported by which browsers, but don't have the URLs handy. -- peterw http://www.tux.org/~peterw/ free plugins: http://www.tux.org/~peterw/#slim AllQuiet BlankSaver FuzzyTime PlayLog PowerCenter/BottleRocket SaverSwitcher SettingsManager SleepFade StatusFirst SyncOptions VolumeLock ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=49086 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
