Well, this is strange. After rebooting a few times, I've noticed it no longer appears to be loading init.htm. If it is, it's no longer waiting 60 seconds. But, oddly enough, the icons still load up with no delay loading the toolbar.
To me that says the icon issue isn't with loading the toolbar at the same time as the tray icons. I'll try to see if I can't figure out the root cause rather than this hack that I'm playing with now. -Dan -----Original Message----- From: Daniel Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 3:13 AM To: [EMAIL PROTECTED] Subject: Figured out a fix for the missing tray icons 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
