Search found 5 matches

by Zapato
Thu Jun 08, 2006 1:09 pm
Forum: madExcept
Topic: How to notify the user...
Replies: 5
Views: 6148

My fault, sorry. In the initialization part of the unit i have RegisterExceptActionHandler(MyActionHandler,stDontSync); Then i have: procedure MyActionHandler(Action:TExceptAction; const exceptIntf : IMEException; var handled : boolean); var bTRansmited:TextBool; begin if Action=eaSendBugReport then...
by Zapato
Wed Jun 07, 2006 9:00 pm
Forum: madExcept
Topic: How to notify the user...
Replies: 5
Views: 6148

I'm not using the madExcept component. I use a conditional compile to include the units then apply the madexceptpatch. So, I use RegisterExceptionHandler just to modify the settings at runtime: e-mail, username, password, etc and let madExcept to send the bug report by email. After sending the repor...
by Zapato
Mon Jun 05, 2006 7:14 am
Forum: madExcept
Topic: How to notify the user...
Replies: 5
Views: 6148

How to notify the user...

Hi, I use RegisterExceptionHandler to send additional attachments to bug report and it works fine. How can I notify the user that the bug report was sent succesfully to our email server? I send bug report by smtp as smtp client.
thanks.
by Zapato
Wed May 31, 2006 5:26 pm
Forum: madBasic
Topic: madZip folder structure
Replies: 2
Views: 14802

yes it would,
thank you
by Zapato
Tue May 30, 2006 6:40 pm
Forum: madBasic
Topic: madZip folder structure
Replies: 2
Views: 14802

madZip folder structure

I know, I have read documentation :sorry: ....however, is there ANY way so I can create a madZip archive preserving folder structure: including subfolders and files in subfolders ? I need this to attach some folder and subfolder ini files in the bug report...
Thanks in advance.