AutoMailBugReport

delphi package - automated exception handling
Post Reply
peter.lipp
Posts: 1
Joined: Sat Oct 02, 2004 7:49 pm

AutoMailBugReport

Post by peter.lipp »

Hi,

I want to add a feature to my program where my users can send me a screenshot at almost any time and add some text. My first test:

screen := CreateScreenShotPng(st256colors);
test := 'test';
AutoMailBugReport(test,screen);

which works - almost. When AutoMailBugReport gets called, there are shadows of some buttons visible that need to be pressed to proceed. Unfortunately there is no text within the buttons and also no real window around. Any ideads on how to handle this?

Peter
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Which mailing APIs are you using? That is: Which checkboxes did you set in the madExcept settings for your project? SMTP server? SMTP client? MAPI? mailto?

I guess that you're using either MAPI or mailto and that the mail client doesn't work correctly. Which mail client are you using?
Post Reply