Input fields

delphi package - automated exception handling
Post Reply
habr
Posts: 3
Joined: Thu Mar 16, 2006 11:02 am

Input fields

Post by habr »

Is there a way to place input fields into the madexcept dialog? Maybe in the new 3.x version?

I have two applications in mind:

1) Sometimes the information that is provided by the bug report is sufficient to find a bug, quite often it's not. So I would like to force the user to provide some additional information in an "error description" field.

2) Often I would like to contact the user that sent me a bug error, to ask him for additional information or to tell him that I removed the bug. For this reason I would like the user to fill in an optional email address field.

A makeshift solution for the second point would be to query a "contact email address" in advance by the application and then to add it to the bug report. I probably will do this if madexcept has no appropriate built-in function.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Your wishes are already built into madExcept 3. Check out the 2nd video here:

http://madshi.net/madExceptVideos.htm
habr
Posts: 3
Joined: Thu Mar 16, 2006 11:02 am

Post by habr »

madshi wrote:Your wishes are already built into madExcept 3. Check out the 2nd video here:

http://madshi.net/madExceptVideos.htm
Thank you, I should have read the "what is new" page more thoroughly.
Post Reply