RE: [DQSD-Users] IE 7 Beta

2006-02-01 Thread Kim Gräsman
Hi Richard, I''m sure some of you by now have tried the new IE 7 Beta and noticed that you again have to apply the hacks to disable the security features to enable DQSD. I know I have asked this before but are there any plans for a workaround for this that doesnt require disabling

Re: [DQSD-Users] IE 7 Beta

2006-02-01 Thread Richard Ahlquist
Kim, I cant speak for everyone but I for one would welcome a first step fix in this like you have detailed. It would be nice to return those security settings to normal and run DQSD. I see what you mean about the address bar in the about window, and I am afraid I dont have much in the way of

RE: [DQSD-Users] new mwdx search (Merriam-Webster search, results in a pop-up window)

2006-02-01 Thread Kim Gräsman
Hi again, Here's a replacement mwd.xml that takes a /p[opup] switch -- can you try it out and see if it works for you, Glenn? XmlHttp is acting up on my machine, so I can't see if it works properly, but I've just copied and pasted your code into a separate function in mwd. Cheers, - Kim

RE: [DQSD-Users] IE 7 Beta

2006-02-01 Thread Shawn K. Hall
Hi Kim, Would people like a release of DQSD that bypasses the main problem, i.e. the initial InfoBar at startup, but that exposes a number of other problems with popup windows, etc? That would be my own preference (understanding that in the future we may be able to correct the other issues).

RE: [DQSD-Users] new mwdx search (Merriam-Webster search, results in a pop-up window)

2006-02-01 Thread Shawn K. Hall
Hi Kim, ...see if it works for you... Works fine for me, however, may I suggest offering an option that can alternate the functionality of mwd through the localprefs? This code will do it (replaces line 28): if (typeof strMWDPopup == undefined) strMWDPopup = 0; if((

RE: [DQSD-Users] new mwdx search (Merriam-Webster search, results in a pop-up window)

2006-02-01 Thread Kim Gräsman
Hi Shawn, ...see if it works for you... Works fine for me, however, may I suggest offering an option that can alternate the functionality of mwd through the localprefs? Fair enough, I can add that! XmlHttp is acting up on my machine, so I can't see if it works properly... In my

Re: [DQSD-Users] IE 7 Beta

2006-02-01 Thread dg
Shawn K. Hall wrote on 01/02/2006 19:11 Hi Kim, Would people like a release of DQSD that bypasses the main problem, i.e. the initial InfoBar at startup, but that exposes a number of other problems with popup windows, etc? That would be my own preference (understanding that in the future we

RE: [DQSD-Users] IE7

2006-02-01 Thread Shawn K. Hall
Hi Kim, Do you have any links? I'm curious to find out more about this -- I've had this problem since before IE7, and I think it's in part because I run as a non-admin. Several notes here about it: http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps- APIq=ie7 Regards,

RE: [DQSD-Users] establishing pattern for unique url per date

2006-02-01 Thread Shawn K. Hall
Hi Tom, I am working on a search for the daily static...I am trying to figure out the pattern they use to come up with the name so I can compose it given the date. I would just use an XmlHttp hit the first time, pattern match uf*.gif, and then a second request for the image. This is some code

RE: [DQSD-Users] new mwdx search (Merriam-Webster search, results in a pop-up window)

2006-02-01 Thread Glenn Carr
I've improved it quite a bit this evening (links work, etc.). I re-installed CVS and committed it (also attached). Glenn (Woah, it's been a long time since I've committed any DQSD code.) Added to CVS! - Kim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [DQSD-Users] new mwdx search (Merriam-Webster search, results in a pop-up window)

2006-02-01 Thread Kim Gräsman
Hi Glenn, I'm just now readaing some of these emails, and I missed your suggestion. I went ahead and added mwdDisplayInPopup as the preference variable. Hey, I already did that! :-) I called mine mwdPopup, so your name is definitely better, I'll see if I can remove the duplication before