Re: [DQSD-Users] Virgin mobile picture messages to non picture phone!

2004-08-12 Thread Kim Gräsman
Tom Corcoran wrote:
I started one at http://www.moonbade.co.uk/dqsd/
Plan to add more of my searches...
Great! I'll add a link to the contrib page when I find the time.
Kim
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
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] DQSD and Windows XP SP2

2004-08-12 Thread Kim Gräsman
Hi Thad,
Sounds good!
Yeah, the deal is that you update the dqsdweb project, and dqsd.net 
automatically updates from there.

Thanks,
Kim
Thad Kerosky wrote:
Hey, great, you had me worried.
 So maybe we should go and add it to the installer. I have time to work 
with it today and tomorrow. We can have the installer log the current 
status of the explorer.exe key and then set it to 0 if they person 
agrees. I'm not sure how detecting windows version works, will have to 
look at NSIS script, This isn't perfect but when we uninstall or figure 
out a way not to use this we can reset it to the original value. The 
imperfection is when something wished to change it between when DQSD was 
installed. We could put another yes/no in the end of the uninstall 
concerning that similiar to the DLL may be in use, do you want to 
delete it anyway and at least let them know whats going on if something 
breaks (then they could reinstall dqsd and then uninstall pressing the 
other button to fix)

Also, no one has any problem with me updating the site to say we realize 
there is a problem with SP2,we have been working on a solution for 
several weeks, and we hope to have at least an intermediate update to 
resolve the problems soon.We're going to leave people who don't do the 
listserv thing in the dark. . .Never done this before but just noticed 
SF says I can, so I just update the dqsdweb repository I suppose.

Thad

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] Re: different link page depening on option entered

2004-08-12 Thread James Robertson
Tom -

If I understand you properly, you're wanting to post a
different form according to options that have been
entered as part of a search query. I submitted a
search patus.xml a while ago which chooses between two
different forms depending upon user input. Don't know
if the search was committed but if you want a copy
then email me.

It's basically got two forms - patusf_0 and patusf_1 -
and the form submitting bit of the code is as follows:

  if (strForm == patusf_0) {
var myform = document.patusf_0;
} else {
var myform = document.patusf_1;
  }

  myform.Query.value = strQuery;
  submitForm(myform);

strQuery is the query including the user-dependent
options, and is common to both forms.

I don't know if that's the best way to do it, but it
works for me. Hope that answers your query.


James






___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601