Hey folks. I have just recently started using the clock feature built into DQSD. But I have a slight problem. When I boot my PC, the clock does not appear… no matter how long I wait. To get the clock to appear I have to click in and out of DQSD text box (give it focus then lose focus). Am I missing something here? Is there something I need to do to make the clock appear by default?
Local Prefs below, in case that helps…
/* Startup delay
* Increasing this might help if your tray icons don't all show up when you startup windows.
* [milliseconds (1000 milliseconds = 1 second)]
*/
startupdelay=0;
/* Display the clock?
* true = display
* false = do not display
*/
clock=true;
/* clock display delay in milliseconds
* every 1000=1 second ex: 5000=5 seconds
* default = 5000
*/
clockdelay=2500;
/* clock update rate in milliseconds
* every 1000=1 second
* default = 1000
*/
clockupdate=1000;
/* clock long form width.
* long form is used if this pixel width is exceeded
* default = 139
*/
clocklongwidth=139;
/* The clock is formatted according to the following format strings:
* yyyy - four digit year (2001)
* yy - two digit year (01)
* MMMM - fully spelled month name (January)
* MMM - abbreviated month name (Jan)
* MM - zero-padded month number (01)
* M - month number (1)
* dd - zero-padded day-of-month number (01)
* d - day-of-month number (1)
* hh - zero-padded 12-hour clock hour (01)
* h - 12-hour clock hour (1)
* HH - zero-padded 24-hour clock hour (01, 13)
* H - 24-hour clock hour (13)
* mm - zero-padded minutes value (00)
* ss - zero-padded seconds value (00)
* a - 12-hour clock am/pm lowercase (am)
* A - 12-hour clock am/pm uppercase (AM)
* EEEE - day-of-week full name (Monday)
* EEE - day-of-week abbreviation (Mon)
*
* default long form = " EEE d MMM yyyy h:mm A "
* default short form = " h:mm A "
*/
clocklongform = " EEEE MMMM d, yyyy h:mm A ";
clockshortform = " h:mm A ";
/* Display clock tooltip text turned off by default
* default = ""
* common tool tip text = "MMMM d, yyyy"
*/
clocktooltipform="";
/* Reuse browser window mode
* NOTE: reuse browser mode is only valid when IE is the default browser.
* If any other browser is the default and the launchmode=1, a new browser
* window will be spawned for each search regardless of category.
*
* 0=new window always [default]
* 1=single window for all
* 2=single window for each search type
*/
reuseBrowserWindowMode = 0;
/* Browser launch mode
* 0=use IE
* 1=use default browser
* 2=auto (launches in IE directly if IE is default browser) [default]
*/
launchmode=1;
/* Page template to use to initialize search results window
* Used only when launching in IE. Set pagetemplate to "maximized.htm" to maximize results.
* With things set up as is currently, reuses the browser size that was most recently closed.
*/
pagetemplate="";
/* Default language - uncomment to override default language (which is determined programatically)*/
// language="en";
/* Default search engine - if no user-specified default search
* (in aliases.txt) fall back to this one
* gg=google [default]
*/
defaultsearch="gg";
/* Display the calendar on right-click?
* true = display calendar [default]
* false = do not display
*/
cal=true;
/* Calendar popup dimensions.
* default calwidth=179
* default calheight=156
*/
calwidth=179;
calheight=156;
/* Calendar start method.
* 0 = right click
* 1 = double click
* default is 0
*/
calStart=1;
/* Default calendar. clicking on a calendar day will spawn the defined online calendar.
* Valid calendars include:
* yhocal - Yahoo Calendar [default]
* msncal - MSN Calendar
* aolcal - AOL Calendar
* nsccal - Netscape Calendar
* mycal - MyCalendar.com
* evcal - Evite.com
*/
defaultcal="msncal";
/* Events file for the popup calendar events
* holidays.us.xml - United States [default]
* holidays.ca.xml - Canada
* holidays.sg.xml - Singapore
*/
eventsfileurl="holidays.us.xml";
/* Use multi-line searchbar? Set this to false to prevent word wraps.
* true = display multiline [default]
* false = do not display multiline
*/
multiline=true;
/* Show the menu '>>' popup button?
* 0 = never
* 1 = always
* 2 = if search bar width is greater than clocklongwidth [default]
*/
showbutton=1;
/* Align the menu button right or left*/
buttonalign="right";
/* help message duration in milliseconds
* every 1000=1 second ex: 5000=5 seconds
* default = 8500
*/
helptime = 8500;
/* Changes to the size of the help window.
* Uncomment the bolow line and set the values that you wish to change.
*/
helpoptions = "width=1000, height=700" // These are not CSS styles, but window.open() options
/* Turn on/off [default] auto complete. Values are true (for on) and false (for off)*/
autocomplete=false;
/* Number of searches to remember
* default = 50;
*/
historylength=50;
/* Changes the default alert sensitivity:
* 0=no qualified alerts [default]
* 1=all qualified alerts
*/
alertmode=0;
/* Display help text setting. Setting this to false will cause the 'Quick Search'
* and 'Display ? for help' strings to not be displayed at all.
*/
displayHelp = false;
/* Check web for an updated version each time the toolbar is started
*/
checkForUpdate = false;
checkForUpdateDelay = 10000; // millisecond delay after first search
/* Notify for only final ('final') or both beta and final ('beta,final').
* This is ignored if 'checkForUpdateTypes' is false
*/
checkForUpdateTypes = 'final';
cssEditorExe="C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\IDE\\devenv.exe"
configureEditorExe="C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\IDE\\devenv.exe"
/* Include a banner/logo on the search bar?
* bannerasgo Use 'go button' behavior for banner/logo button (click
* performs search)?
* bannerurl Identifies the resource to use, either a url or file
* reference from the DQSD install directory.
* bannerwidth Specify the width of the banner image, or "0" to autodetect
* bannerheight Specify the height of the banner image, or "0" to autodetect
* bannerlink Specify a destination url/action when clicking banner/logo
* without a search in the box
*/
bannerasgo = false;
bannerurl = "dqsd.png"; // "http://reliableanswers.com/x/dqsd/dqsd.gif"
bannerwidth = 19; // 0 := autodetect banner size
bannerheight = 21; // 0 := autodetect banner size
bannerlink = "http://www.dqsd.net/"; // examples:
// (action)="floax";
// (action)="gg";
// (action)="vbsx gg ClipboardGetText";
// (url)="http://www.dqsd.net/";
Thanks,
JB
John W. Bairen, Jr.
www.bairen.net
