Hi Kim, > if I get this correctly, this has nothing to do with the > address bar auto-completion, but rather auto-completion > of forms... > So, does it work within DQSD, or is it just to feed the > Google textbox, when I'm actually using Google on the web?
It works in DQSD as long as you have "multiline=false;" and "autocomplete=true;" It *will* 'auto-complete' file paths you've already entered (which exist in the history) - but will not dynamically build file paths from paths on the system. > As for the gowidth fix, I'm just concerned that it will > hide the symptoms and post-pone the problem, but I don't > really have anything to back that up... I agree 100%. However, it is my opinion that code should always be written to reduce, or at least minimize, the 'god-awful-error' effect. If we don't use this particular error trap - and gowidth is a required field at that particular state - we should test for it's existence and pop a more user-friendly error that describes the problem (perhaps with an option to open a url to a known bugs/support page), as opposed to simply letting the user try to decipher an error like 'line <random>: gowidth undefined', where the line number changes 100% according to the number of searches they have enabled/installed. This functionality could be encompassed into a 'search' of it's own - that submitted a variable and procedure name to q DSQD support page that returned the 'best guess' fix for their problem. I haven't been through enough of the code to see how we'd do this - but am sure it could be done. It would probably require all of these variables to be pre-declared with default values within a script explicitly for that purpose though. On that note, though, if the default values were accurately being respected, the error probably would not appear anyway. :) Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== "Do not use a hatchet to remove a fly from a friend's forehead." -- Chinese Proverb ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
