launch URL not working with a # character in the URL string

2010-04-29 Thread Mark E. Powell
The call launch URL http://www.example.com#foo; brings up a browser window, but with the URL http://www.example.com%23foo which yields a File Not Found error. How do I force Rev not to URLEncode the URL? It does seem to escape question marks or other delimiters, but does with the hash mark

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Richard Gaskin
Mark E. Powell wrote: The call launch URL http://www.example.com#foo; brings up a browser window, but with the URL I believe you'll need to specify a page with that, so this: launch url http://www.example.com/index.html#foo; ...should work. -- Richard Gaskin Fourth World Rev

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Ian Wood
On 29 Apr 2010, at 21:10, Richard Gaskin wrote: I believe you'll need to specify a page with that, so this: launch url http://www.example.com/index.html#foo; ...should work. That's correct. http://www.example.com#foo; isn't a valid URL, as far as I'm aware. Ian

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Mark E. Powell
revised pseudo example: The call launch URL http://www.example.com/blah.html#foo; brings up a browser window, but with the URL http://www.example.com/blah.html%23foo which yields a File Not Found error. How do I force Rev not to URLEncode the URL It does seem to escape question marks or other

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Björnke von Gierke
revised pseudo example: The call launch URL http://www.example.com/blah.html#foo; brings up a browser window, but with the URL http://www.example.com/blah.html%23foo which yields a File Not Found error. How do I force Rev not to URLEncode the URL It does seem to escape question marks

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Mark E. Powell
Here is a literal example. Can anyone paste this into msg and see if it resolves without escaping the # character. Thanks. launch URL http://www.wordscapes.com/aTest.html#foo; ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Colin Holgate
On Apr 29, 2010, at 5:51 PM, Mark E. Powell wrote: launch URL http://www.wordscapes.com/aTest.html#foo; It seems to work fine. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Jerry Daniels
Worked great on my iPad, too. Best, Jerry Daniels Use tRev's buy link during your free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On Apr 29, 2010, at 5:16 PM, Colin Holgate co...@verizon.net wrote: On Apr 29, 2010, at 5:51 PM, Mark E. Powell wrote: launch URL http

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Colin Holgate
On Apr 29, 2010, at 6:22 PM, Jerry Daniels wrote: Worked great on my iPad, too. How did you show the Rev message box on your iPad? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Jerry Daniels
Use tRev's buy link during your free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On Apr 29, 2010, at 5:16 PM, Colin Holgate co...@verizon.net wrote: On Apr 29, 2010, at 5:51 PM, Mark E. Powell wrote: launch URL http://www.wordscapes.com/aTest.html#foo; It seems

Re: launch URL not working with a # character in the URL string

2010-04-29 Thread Jerry Daniels
Was I not supposed to talk about that? Oops. Best, Jerry Daniels Use tRev's buy link during your free trial to get 20% off: http://reveditor.com/tag/shouldiswitch On Apr 29, 2010, at 5:24 PM, Colin Holgate co...@verizon.net wrote: On Apr 29, 2010, at 6:22 PM, Jerry Daniels wrote: Worked

launch url

2010-03-03 Thread Richmond Mathewson
Can anybody tell me what inclusions are required when building standalones to get LAUNCH URL to function? sincerely, Richmond Mathewson. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: launch url

2010-03-03 Thread Andre Garzia
to get LAUNCH URL to function? sincerely, Richmond Mathewson. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

launch URL does not open Outlook

2009-03-26 Thread Mark Stuart
Written by Sarah Reichelt :: Mar 25, 2009 - 11:43 PM Hi Sarah, I ran the following in a test stack on the text that I have an issue with, for the ASCII chars from 1 to 255: Here are the results for characters that are outside the range of the From and To below: Test 1 - from 1 to 255 = 0 chars

Re: launch URL does not open Outlook

2009-03-25 Thread runrev260805
, if this helps, but hope so. Regards, Matthias Original Message Subject: launch URL does not open Outlook (24-Mrz-2009 20:58) From:mfstu...@cox.net To: runrev260...@m-r-d.de Hi all, I have a script that uses launch URL theURL to open Outlook, but sometimes

Re: launch URL does not open Outlook

2009-03-25 Thread mfstuart
email delivery, which should run unattended. Don´t know, if this helps, but hope so. Regards, Matthias Original Message Subject: launch URL does not open Outlook (24-Mrz-2009 20:58) From:mfstu...@cox.net To: runrev260...@m-r-d.de Hi all, I have

Re: launch URL does not open Outlook

2009-03-25 Thread Sarah Reichelt
unattended. Don´t know, if this helps, but hope so. Regards, Matthias Original Message Subject: launch URL does not open Outlook (24-Mrz-2009 20:58) From:    mfstu...@cox.net To:      runrev260...@m-r-d.de Hi all, I have a script that uses launch URL theURL to open

Re: launch URL does not open Outlook

2009-03-25 Thread mfstuart
, Matthias Original Message Subject: launch URL does not open Outlook (24-Mrz-2009 20:58) From:    mfstu...@cox.net To:      runrev260...@m-r-d.de Hi all, I have a script that uses launch URL theURL to open Outlook, but sometimes it doesn't open it. theURL = mailto:m

Re: launch URL does not open Outlook

2009-03-25 Thread Sarah Reichelt
On Thu, Mar 26, 2009 at 10:04 AM, mfstuart mfstu...@cox.net wrote: Hi Sarah, Jacque emailed my off line and suggested checking that each character was within 1 to 255 - charToNum(theChar). So I created a simple stack with a repeat for each char theChar in theMessageText. And found no chars

launch URL does not open Outlook

2009-03-24 Thread mfstuart
Hi all, I have a script that uses launch URL theURL to open Outlook, but sometimes it doesn't open it. theURL = mailto:m...@somecompany.com?subject=blah blah blahBody=This is the message body text, with sometimes lots of text. And sometimes a small amount of text. I think the amount of text

Re: launch URL does not open Outlook

2009-03-24 Thread Scott Rossi
Recently, mfstu...@cox.net wrote: I have a script that uses launch URL theURL to open Outlook, but sometimes it doesn't open it. theURL = mailto:m...@somecompany.com?subject=blah blah blahBody=This is the message body text, with sometimes lots of text. And sometimes a small amount of text

launch URL does not open Outlook

2009-03-24 Thread Mark Stuart
tried revMail again with worse results: only the To: is filled in. No Subject, no Body. And this is on Outlook 2003, SP3. launch URL theURL does better when it does work. Searching the forum, I know this email thing is a big issue and unresolved to some point. This one thing is stopping me from

launch URL with mailto yields inconsistent 'can't open file' error

2008-12-03 Thread Mark E. Powell
Could use some wisdom and a Scotch on this one. I am having problems with launch URL failing as the content string gets long. In my tests, when the total mailto argument resolves to between 1645 and 1980 characters, the launch fails with 'can't open file'. The character count varies

Re: launch URL with mailto yields inconsistent 'can't open file' error

2008-12-03 Thread Mark Schonewille
://runrev.info/rrforum Color Converter has been updated! Get it at http://colorconverter.economy-x-talk.com ! On 4 dec 2008, at 00:27, Mark E. Powell wrote: Could use some wisdom and a Scotch on this one. I am having problems with launch URL failing as the content string gets long. In my tests, when

Re: launch URL with mailto yields inconsistent 'can't open file' error

2008-12-03 Thread Mark E. Powell
Nope. I did testing by writing letter A's multiple times, with same result. Mark Hi Mark, Is it possible that your text contains diacritics? I have posted a bug about it to the QCC, but this concerns Mac OS X. Best regards, Mark Schonewille

Re: launch URL with mailto yields inconsistent 'can't open file' error

2008-12-03 Thread Mark E. Powell
Should also say that exactly the same thing happens with revMail. Once total character count gets upward of 1700, it returns the error 'can't open file' ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: launch URL with mailto yields inconsistent 'can't open file' error

2008-12-03 Thread runrev260805
: launch URL with mailto yields inconsistent 'can't open file' error (04-Dez-2008 0:30) From:Mark E. Powell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Could use some wisdom and a Scotch on this one. I am having problems with launch URL failing as the content string gets long. In my tests

launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-06 Thread Andre.Bisseret
use-revolution@lists.runrev.com Objet : Rép : launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC) Le 4 juin 08 à 11:30, Klaus Major a écrit : Bonjour Andre, ... Thank you Josh for this suggestion. I am using Mail included in Leopard on Mac. Seems that it has

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-06 Thread Klaus Major
Bonjour Andre, Hi, I just noticed that 4 answers I posted to Ken Ray, Shao Sean and Klaus Major, do not appear in the Archives. So I supposed they have'nt been received :-((( For me here, they have been send normally; (I did not receive any daemon message). I am really sorry for that. So,

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-04 Thread Andre.Bisseret
Le 3 juin 08 à 18:43, Josh Mellicker a écrit : On Jun 3, 2008, at 4:48 AM, Andre.Bisseret wrote: Hi, I did not received any e-mail from my server about this question. That could be due to the incident, then I dare to post it again. Thanks a lot in advance for any help. Meanwhile, I just

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-04 Thread Klaus Major
Bonjour Andre, ... Thank you Josh for this suggestion. I am using Mail included in Leopard on Mac. Seems that it has not this limitation. I just tried to add my address in To. Unfortunately, I get the same result as for the subject and body fields : only texts without any special

launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-03 Thread Andre.Bisseret
my address in BCC only, I do not receive the message. MY PROBLEM : I need to compose e-mail with addresses in BCC. revMail does not allow that. Thanks to a previous answer from Sarah Reicheit (subject was revMail and BCC) I am now trying to use the mailto protocol in a launch URL

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-03 Thread Ken Ray
Seems I am missing something about URLencode? Actually, it may be that you're missing something with mailto:;... I have discovered that different email apps require slightly different data in a mailto:; construct in order for it to work. Here's the two exceptions I'm aware of: - Mozilla

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-03 Thread Josh Mellicker
On Jun 3, 2008, at 4:48 AM, Andre.Bisseret wrote: Hi, I did not received any e-mail from my server about this question. That could be due to the incident, then I dare to post it again. Thanks a lot in advance for any help. Meanwhile, I just noticed on the Archives site that Josh Mellicker

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-03 Thread Shao Sean
I'll chime in now... Andre, do you have to use an external email client? If not, you can use one of the Rev-based solutions (myself and Sarah have both written SMTP libraries).. altEmailHarness uses my SMTP library it does not make use of the Email Encoding library which converts Unicode

launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-02 Thread Andre.Bisseret
Hi, (Since yesterday I did not receive any message from the list?? I hope this message will be received) -- I need to compose e-mail with addresses in BCC. revMail does not allow that. Thanks to an answer from Sarah Reicheit I am now trying to use the mailto protocol in a launch URL

Re: launch URL to get an e-mail with BCC, Subject and Body (was revMail and BCC)

2008-06-02 Thread Josh Mellicker
will be received) -- I need to compose e-mail with addresses in BCC. revMail does not allow that. Thanks to an answer from Sarah Reicheit I am now trying to use the mailto protocol in a launch URL command. (launch URL is now recommanded in 2.9.0 instead of revgourl which still works but which