Search found 46 matches

by slemmnord
Sat Oct 14, 2023 11:22 pm
Forum: madExcept
Topic: ME and smtp gmail
Replies: 3
Views: 6581

Re: ME and smtp gmail

Sorry to butt in but this posting made me think that perhaps you Mathias, would want to provide a bug forwarding (http API to e-mail) or perhaps even a bug tracker service to ME subscribers. It is no longer something that i personally require as i host my own Mantis server. However this is troubleso...
by slemmnord
Sun Sep 24, 2023 2:02 pm
Forum: madExcept
Topic: What Delphi versions are supported?
Replies: 3
Views: 8703

Re: What Delphi versions are supported?

Delphi 7 is fully supported and ME works great with it!
by slemmnord
Mon Feb 20, 2023 7:58 pm
Forum: madExcept
Topic: Separate Reports
Replies: 5
Views: 5223

Re: Separate Reports

Why not just search for the string "date/time"? It is first line in each report. The few empty lines wont help you when there is so much text. It will still scroll by too fast to notice. Also, you can add those lines already like this: IMEException.BugReportSections.Add('hello', '=========...
by slemmnord
Tue Dec 14, 2021 12:26 am
Forum: madExcept
Topic: send saved reports
Replies: 3
Views: 3007

Re: send saved reports

Nope, unfortunately report headers still re-appear. Please consider exposing the location of bugreports file in next version. It looks like there are several places where the path is determined in madExcept.pas in nearly the same way. A single, exposed, function would be better maybe? I think functi...
by slemmnord
Sat Dec 11, 2021 10:12 pm
Forum: madExcept
Topic: send saved reports
Replies: 3
Views: 3007

Re: send saved reports

Hi again! I just remembered, a related functionality i've wanted to achieve is to allow my users to send feature suggestions. For this purpose, the above code again almost handles it. Just need to modify issue tracker project/area. However, in such case i would also need to somehow disable the addin...
by slemmnord
Sat Dec 11, 2021 9:10 pm
Forum: madExcept
Topic: send saved reports
Replies: 3
Views: 3007

send saved reports

Hi! I want to upload previously saved reports to bugtracker without having a current exception. I've had some partial success with this code: LException := madExcept.ImportBugReport('1'); with LException do begin CreateBugReport := False; while BugReportHeader.ItemCount > 1 do BugReportHeader.Delete...
by slemmnord
Wed Jan 08, 2020 8:08 pm
Forum: madExcept
Topic: Feature request: JSON format
Replies: 14
Views: 13741

Re: Feature request: JSON format

My thinking was that first, most important is convenience for end-user, not developer. And second that user is most likely not yet done doing whatever he was trying to achieve and wants to continue (else app would not be running). Thus "continue" is selected by default. But some class of e...
by slemmnord
Wed Jan 08, 2020 2:38 am
Forum: madExcept
Topic: Feature request: JSON format
Replies: 14
Views: 13741

Re: Feature request: JSON format

I agree, that would be useful. I think "Restart" is not necessary for developer doing testing so that button could be changed to "View report" when compiled in debug mode or maybe when holding down shift key (bit hacky, i know). Another option would be to have report view tab or ...
by slemmnord
Mon Dec 30, 2019 8:05 pm
Forum: madExcept
Topic: Feature request: JSON format
Replies: 14
Views: 13741

Re: Feature request: JSON format

Sure, I don't mind. I simplified it compared to standard ME error dialog as end-users don't need to view the report and too many options is confusing. The error dialog is a windows task-dialog with extra checkbox and button. For XP where task-dialog does not exist I'm using MessageBoxIndirectA where...
by slemmnord
Sun Dec 29, 2019 1:59 am
Forum: madExcept
Topic: Feature request: JSON format
Replies: 14
Views: 13741

Re: Feature request: JSON format

I didn't mean to say that I wanted to "freeze" the feature set and never do any improvements/new features, anymore. I got that impression but i'm happy to be wrong. Actually, I do plan to rework the GUI to make it look more like a standard dialog, and with improved support for high DPI. D...
by slemmnord
Wed Dec 18, 2019 2:28 am
Forum: madExcept
Topic: Feature request: JSON format
Replies: 14
Views: 13741

Re: Feature request: JSON format

Hi Mathias, I understand your comments about subscription suggesting regular updates and improvements. And I agree. But in order to put it in perspective a bit, please allow me to mention that I've intentionally set the subscription rate rather low because I knew in advance that I didn't plan to add...
by slemmnord
Tue Dec 10, 2019 10:19 pm
Forum: madExcept
Topic: Feature request: JSON format
Replies: 14
Views: 13741

Re: Feature request: JSON format

I've been itching to say something along those lines as well but i don't want to piss Mathias off (and i really appreciate the work he has done so far). I do agree that keeping a product stable is a good goal. But with subscription model that is not enough (last new version was more than a year ago ...
by slemmnord
Fri Nov 01, 2019 4:29 pm
Forum: madExcept
Topic: Using Mantis in application running in a Virtual Machine
Replies: 3
Views: 5867

Re: Using Mantis in application running in a Virtual Machine

Hi!

Did you ever find out what was the cause?

I'm having similar issue (attachments missing). However in my case there does not seem to be relation to running in VM or not.
by slemmnord
Thu Oct 31, 2019 7:35 pm
Forum: madExcept
Topic: Mantis issue missing bugreport.txt and screenshot
Replies: 3
Views: 5018

Re: Mantis issue missing bugreport.txt and screenshot

Indeed i can not. And not from lack of trying. Unfortunately i don't even know who is submitting those reports because that info is in bugreport.txt. Seems i will have to include some contact info in the description field in next release or maybe i can log the submitter IP somehow. Then i could figu...
by slemmnord
Mon Oct 28, 2019 2:05 am
Forum: madExcept
Topic: Mantis issue missing bugreport.txt and screenshot
Replies: 3
Views: 5018

Mantis issue missing bugreport.txt and screenshot

Hi! Some issues in Mantis don't have bugreport.txt and screenshot attachments. Others do. I am yet to find why that is. I've added logging commands to Mantis PHP files. It looks like Mantis is never receiving the commands to add attachments. I've looked at madexcept source code. Seems issue in Manti...