Search found 9 matches

by IMPVGO
09 Feb 2012 23:24
Forum: Bug Reports
Topic: XYplorer has enountered a problem and needs to close
Replies: 3
Views: 833

Re: XYplorer has enountered a problem and needs to close

Actually, it appears that is a shell extension entry that I have to investigate which specifically is causing the problem. I followed instructions on http://www.xyplorer.com/faq-topic.php?id=ctxcrash, and effectively when I tick Configuration | Extended | Default items only in shell context menu the...
by IMPVGO
09 Feb 2012 06:23
Forum: Bug Reports
Topic: XYplorer has enountered a problem and needs to close
Replies: 3
Views: 833

XYplorer has enountered a problem and needs to close

Every time I right click with mouse on a pdf file, XYplorer "encouters a problem and needs to close". It has not happened with other image files, only with pdf files. I use windows xp sp3, have installed comodo firewall and avira anti-virus. My version of XYplorer is the portable one, and ...
by IMPVGO
18 May 2011 20:55
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Re: Add Send to E-Mail Recipient to Tool Bar

This is possible. I hope you are learning some scripting to take full advantage of what XY can do. Also, I would appreciate if you can contribute to XY in anyway possible, including writing reviews and spreading the word. And ofcourse if you are evaluating this product, consider buying it. And here...
by IMPVGO
18 May 2011 16:53
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Re: Add Send to E-Mail Recipient to Tool Bar

Try this: //Attach to Thunderbird //Get item's path and names $items=chr(39).get("SelectedItemsPathNames",",").chr(39); //Get item's names $itemnames=chr(39).get("SelectedItemsNames",", ").chr(39); //Get item's names for body $itemnamesbody=chr(39).get("...
by IMPVGO
17 May 2011 23:00
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Re: Add Send to E-Mail Recipient to Tool Bar

OK, here is another way using command prompt which supports longer string length. Again not sure what that number is. //Attach to Thunderbird //Get item's path and names $items=chr(39).get("SelectedItemsPathNames",",").chr(39); //Get item's names $itemnames=chr(39).get("Sel...
by IMPVGO
17 May 2011 07:14
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Re: Add Send to E-Mail Recipient to Tool Bar

Works perfect serendipity, however, when I try to attach a file that is bigger than approximately 600 kb, it fails to attach. The e-mail client is opened, but the file is not attached, and nothing appears in the subject line or the body of the e-mail. Same thing when I try to attach for example 3 fi...
by IMPVGO
16 May 2011 21:33
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Re: Add Send to E-Mail Recipient to Tool Bar

Thank-you very much for your answer. When applying this script on my button on the toolbar, my e-mail client opens with the attachment I have selected, but there is no subject or body.... Also, if I select several "tif" or "pdf" files to attach to the e-mail, I get the following ...
by IMPVGO
16 May 2011 17:56
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Re: Add Send to E-Mail Recipient to Tool Bar

Thank-you for your reply. With your help, I wrote the following script on a customizable toolbar button: //Attach to Thunderbird $items=chr(39).get("SelectedItemsPathNames",",").chr(39); run """C:\Program Files\Mozilla Thunderbird\Thunderbird.exe"" -compo...
by IMPVGO
16 May 2011 03:07
Forum: Script Exchange
Topic: Add Send to E-Mail Recipient to Tool Bar
Replies: 23
Views: 7018

Add Send to E-Mail Recipient to Tool Bar

What would be a script to add Send selected file(s) to E-Mail recipient utilizing default mail client to the the Tool Bar on XYplorer?. The newly created e-mail should contain the name of the attached file(s) in the "subject" of the e-mail and in the "body" of it. I will really a...