Search found 40 matches

by edwinyzh
Sun Feb 07, 2021 12:51 pm
Forum: madExcept
Topic: Dialog font size and madExceptPatch.exe
Replies: 4
Views: 3539

Re: Dialog font size and madExceptPatch.exe

Thanks for the detailed info!
by edwinyzh
Wed Jan 27, 2021 2:35 pm
Forum: madExcept
Topic: Dialog font size and madExceptPatch.exe
Replies: 4
Views: 3539

Re: Dialog font size and madExceptPatch.exe

it appears if one of your exception handlers accesses "exceptIntf.BugReport" before it's fully composed. Maybe instead of tweaking the font sizes, it would be easier and nicer to try to get rid of the window? yes, in the TMadExceptionHandler.OnException event, GetBugReport is called like ...
by edwinyzh
Wed Jan 27, 2021 6:07 am
Forum: madExcept
Topic: Dialog font size and madExceptPatch.exe
Replies: 4
Views: 3539

Dialog font size and madExceptPatch.exe

Hello, I use madExcept 5.0 and the exe patcher for patching the output EXE file before it's being code signed. As you know, madExcept displays the "Please wait a moment..." message when it's being called. My question is that the font size of that dialog is way too small on a 4K monitor. I ...
by edwinyzh
Tue Apr 02, 2019 5:55 am
Forum: madExcept
Topic: 'Dbl click to locate line' doesn't work with external units
Replies: 3
Views: 4174

Re: 'Dbl click to locate line' doesn't work with external un

I've not changed any code in this area for many years. So it seems unlikely to me that this would be a bug. Are we talking RTL/VCL units? If so, maybe compiling with "debug DCUs" might help? Hi madshi, I already have the 'use debug dcus' project options enabled, so it seems to be unrelate...
by edwinyzh
Mon Apr 01, 2019 3:57 pm
Forum: madExcept
Topic: 'Dbl click to locate line' doesn't work with external units
Replies: 3
Views: 4174

'Dbl click to locate line' doesn't work with external units

Hello, With earlier versions of the madException exception dialog, when you double clicking on a call stack line, it'll always go the the source line in the IDE's code editor. But I don't remember since when this function works source files of the current project only, for those only referenced in t...
by edwinyzh
Wed May 23, 2018 10:00 am
Forum: madExcept
Topic: ImportBugReport doesn't import CallStacks?
Replies: 5
Views: 5811

Re: ImportBugReport doesn't import CallStacks?

Thanks madshi for the details.

By "global line number", do you mean "absolute line number", which is column 5 in the first line showing in the above screenshot?

BTW, does HyperJumpCallstack() works even the madExcept package is not installed in the Delphi IDE?

Thanks.
by edwinyzh
Wed May 23, 2018 8:17 am
Forum: madExcept
Topic: ImportBugReport doesn't import CallStacks?
Replies: 5
Views: 5811

Re: ImportBugReport doesn't import CallStacks?

@madshi,

Thanks, and I want to parse the call stack strings by myself. I have some observations illustrated in the screenshot, please point out errors if you find any:

Image
by edwinyzh
Sun May 20, 2018 11:07 am
Forum: madExcept
Topic: ImportBugReport doesn't import CallStacks?
Replies: 5
Views: 5811

ImportBugReport doesn't import CallStacks?

Dear Mathias, The background === I'm implementing a custom madExcept exception viewer for exception messages collected from users. I use the IMEException interface instance returned by ImportBugReport(), and I have successfully displayed the general exception summary (such as Exception Message, User...
by edwinyzh
Mon Aug 24, 2015 2:56 pm
Forum: madExcept
Topic: madExcept does not work with FastReport
Replies: 3
Views: 3675

Re: madExcept does not work with FastReport

Code: Select all

RegisterHiddenExceptionHandler(stDontSync)
works, thanks!
by edwinyzh
Mon Aug 17, 2015 10:17 am
Forum: madExcept
Topic: madExcept does not work with FastReport
Replies: 3
Views: 3675

Re: madExcept does not work with FastReport

Hi I'm a registered user and my (Share-it order no. 446807335)

All I need is to have madExcept hook into FastReport so that it catches exceptions raised inside FR. Anybody can help? Thanks.
by edwinyzh
Thu Aug 13, 2015 5:07 am
Forum: madExcept
Topic: madExcept does not work with FastReport
Replies: 3
Views: 3675

madExcept does not work with FastReport

Hi,

I've madExcept enabled for my project, it works anywhere except that when FastReport shows an error, madExcept doesn't show the stacktrace which is what I need the most.

I asked the FastReport team and they can't provide such support, so I resort to this forum.

Thanks.
by edwinyzh
Wed Jul 02, 2014 1:28 pm
Forum: madExcept
Topic: What's the madTraceProcess thread?
Replies: 2
Views: 4139

Re: What's the madTraceProcess thread?

Great, thanks for the info. No more doubts now.
by edwinyzh
Wed Jul 02, 2014 3:12 am
Forum: madExcept
Topic: What's the madTraceProcess thread?
Replies: 2
Views: 4139

What's the madTraceProcess thread?

Hi,

Through ProcessExplorer I noticed the thread named madTraceProcess, and it's usually the busiest thread. What's the purpose of it? I don't use features like antiy-freeze.
by edwinyzh
Tue Jun 24, 2014 9:49 am
Forum: madExcept
Topic: madExcept and Office addin.
Replies: 1
Views: 2542

madExcept and Office addin.

Hi,

I'm current using madExcept with an Office Word addin, which means the target file is a DLL and it runs inside the Winword.exe process, so far everything seems to be good, but I still want to ask, is there anything I need to be careful.
by edwinyzh
Mon Jun 23, 2014 4:33 pm
Forum: madExcept
Topic: Suggestion: add a dictated 'Copy to clipboard' button
Replies: 4
Views: 4408

Re: Suggestion: add a dictated 'Copy to clipboard' button

You can tell madExcept to automatically copy the bug report to the clipboard. See here: http://help.madshi.net/madExceptSettings2.htm I don't think a button is necessary. There are already so many buttons. Too many buttons might confuse the user... I agree that too many buttons might confuse the en...