We know the startupdelay isn't fixing the issue in it's current design.  But
I altered the concept slightly, and got it working.  Here's what I did.

Create a file called init.htm that contains:
<script language="JavaScript" type="text/javascript">
function loadSearch() {
   window.location.href='search.htm'
}
setTimeout(loadSearch, 60000);
</script>


And nothing more.  Now, instead my toolbar being search.htm, it's init.htm.
After the delay init.htm swaps to search.htm.  I've tried it over and over,
and it does work.  My icons are consistently showing up.

Granted, this needs some work.  It should probably be styled like the bar,
and should give the "Delaying XX seconds" message.  It should probably also
pull the preference for startupdelay.

But it's a start.

-Dan




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to