RE: [DQSD-Users] Note.xml?

2004-07-24 Thread Kim Gräsman
Mikhail,

See the Peter H's site for more info:
http://www.fsref.com/toolbar/dqsd.shtml

It's basically a little notebook based on a text document.

Monty, again I didn't get that message... Aargh.

I have two concerns regarding note.xml:

Firstly, It writes another file to %PROGRAMFILES%, which is a potential
problem in a locked-down system. Good news is, we could easily change it to
save in %APPDATA% instead.
Second, Peter should probably get his say - if he wanted it in the
distribution, I guess he'd have submitted it... Maybe he likes to keep track
of who downloads the searches, or something.

Cheers,
Kim 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Nikitin Mikhail (ICM MP PD SW2 AAL)
> Sent: den 23 juli 2004 09:46
> To: '[EMAIL PROTECTED]'
> Subject: RE: [DQSD-Users] Note.xml?
> 
> I kind of missed - what does it do?
> 
> 
> -Original Message-
> From: Monty Scroggins [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 23, 2004 2:48 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [DQSD-Users] Note.xml?
> 
> 
> The note.xml is useful enough that I personally think maybe 
> it should be included with the core dqsd searches..
> 
> Thoughts anyone?
> 
> Monty



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Note.xml?

2004-07-23 Thread Nikitin Mikhail (ICM MP PD SW2 AAL)
I kind of missed - what does it do?


-Original Message-
From: Monty Scroggins [mailto:[EMAIL PROTECTED]
Sent: Friday, July 23, 2004 2:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [DQSD-Users] Note.xml?


The note.xml is useful enough that I personally think maybe it should be
included with the core dqsd searches..

Thoughts anyone?

Monty


- Original Message - 
From: "Kim Grasman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 21, 2004 12:01 PM
Subject: RE: [DQSD-Users] Note.xml?


> Tony,
>
> So, there seems to be some confusion as to the current directory - I'm not
> sure what's going on there.
>
> As a workaround, you can replace note.xml's
>
> if (info == "") openSearchWindow("note.txt");
>
> with
>
> if (info == "")
> {
> var path = DQSDLauncher.InstallationDirectory;
> path += "\\note.txt";
> openSearchWindow(path);
> }
>
> That works fine here, both with Firefox and IE.
>
> I still don't know why this is a problem, but Firefox seems to be
returning
> File Not Found when you use it to launch regular Url:s as well, which can
> account for most of the script errors...
>
> Hope that helps,
> Kim
>
>
>
> ---
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> ___
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> [EMAIL PROTECTED]
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601
>






---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] Note.xml?

2004-07-22 Thread Monty Scroggins
The note.xml is useful enough that I personally think maybe it should be
included with the core dqsd searches..

Thoughts anyone?

Monty


- Original Message - 
From: "Kim Gräsman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 21, 2004 12:01 PM
Subject: RE: [DQSD-Users] Note.xml?


> Tony,
>
> So, there seems to be some confusion as to the current directory - I'm not
> sure what's going on there.
>
> As a workaround, you can replace note.xml's
>
> if (info == "") openSearchWindow("note.txt");
>
> with
>
> if (info == "")
> {
> var path = DQSDLauncher.InstallationDirectory;
> path += "\\note.txt";
> openSearchWindow(path);
> }
>
> That works fine here, both with Firefox and IE.
>
> I still don't know why this is a problem, but Firefox seems to be
returning
> File Not Found when you use it to launch regular Url:s as well, which can
> account for most of the script errors...
>
> Hope that helps,
> Kim
>
>
>
> ---
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> ___
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> [EMAIL PROTECTED]
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601
>



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


RE: [DQSD-Users] Note.xml?

2004-07-21 Thread Tony Molloy
Yikes, I come back from lunch and it appears you've solved the problem. I'll
try your fix later and report back if I get a chance. Thanks!

-Tony 

-Original Message-
From: Kim Gräsman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 21, 2004 1:11 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [DQSD-Users] Note.xml?

To conclude; 

> I still don't know why this is a problem, but Firefox seems 
> to be returning File Not Found when you use it to launch 
> regular Url:s as well, which can account for most of the 
> script errors...

http://forums.mozillazine.org/viewtopic.php?t=93440&sid=1323d2bf444e727df05d
32f57578fa8e

It appears this is known bug with Mozilla 0.9.

Kim



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


RE: [DQSD-Users] Note.xml?

2004-07-21 Thread Kim Gräsman
To conclude; 

> I still don't know why this is a problem, but Firefox seems 
> to be returning File Not Found when you use it to launch 
> regular Url:s as well, which can account for most of the 
> script errors...

http://forums.mozillazine.org/viewtopic.php?t=93440&sid=1323d2bf444e727df05d
32f57578fa8e

It appears this is known bug with Mozilla 0.9.

Kim



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Note.xml?

2004-07-21 Thread Kim Gräsman
Tony,

So, there seems to be some confusion as to the current directory - I'm not
sure what's going on there.

As a workaround, you can replace note.xml's

if (info == "") openSearchWindow("note.txt");

with 

if (info == "")
{
var path = DQSDLauncher.InstallationDirectory;
path += "\\note.txt";
openSearchWindow(path);
}

That works fine here, both with Firefox and IE. 

I still don't know why this is a problem, but Firefox seems to be returning
File Not Found when you use it to launch regular Url:s as well, which can
account for most of the script errors...

Hope that helps,
Kim



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Note.xml?

2004-07-21 Thread Kim Gräsman

> I haven't heard of note.xml, and it's not mentioned in the 
> change log - what does it do?

Ah, found it - it's one of Peter Heath's searches.
http://www.fsref.com/toolbar/dqsd.shtml 

Funny thing is - it works fine for me when I do:

note call Lisa

But if I try to show the note list with

note

it throws the error box.

I'm looking into it at the moment - I'll see if I can fix that
bug/misbehavior with Firefox.

Regarding note.xml not being in the distribution, I believe that's because
Peter chose to distribute it from his site instead.
Note that you can use httpinst to install the search on-the-fly like so:

httpinst http://www.fsref.com/toolbar/note.xml

Ditto for Peter's other searches, many of which are great.

Kim



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Note.xml?

2004-07-21 Thread Kim Gräsman
Hi Tony,

> I just did a fresh install (3.1.8) and noticed that note.xml 
> isn't included in the latest version. When I put the old 
> note.xml in and try to use it, I get an error when I type 
> "note" by itself with nothing after it:

I haven't heard of note.xml, and it's not mentioned in the change log - what
does it do?

> Error occurred on script DQSD\search.htm Line 12 Char 5 
> Unspecified Error
> 
> I'm using Firefox as my default browser. Could this have 
> something to do with it? I'll be happy to troubleshoot 
> further if necessary. 

I get that exact same script error for the SourceForge search, sf. Try "sf
/proj dqsd" and see if you get it as well.

It'd be great if you could send me a copy of note.xml and let me know
whether sf breaks for you too, then I have something to work with.

My immediate guess is that it's Firefox-related, so I'll try and find a
workaround.

Thanks,
Kim



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601