Search found 4 matches

by moennich
Tue Apr 04, 2023 11:55 am
Forum: madExcept
Topic: Internal error in CollectPossibleStackItems
Replies: 3
Views: 7613

Re: Internal error in CollectPossibleStackItems

It's occurred just one-time.
The application was executed from a network drive, I'm suspecting network instability.
by moennich
Wed Mar 29, 2023 9:07 pm
Forum: madExcept
Topic: Internal error in CollectPossibleStackItems
Replies: 3
Views: 7613

Internal error in CollectPossibleStackItems

Could anyone help me in following question: My app freezes, and I get this log with madTraceProcess32.exe: operating system : Windows 10 x64 build 19044 system language : Portuguese system up time : 14 days 4 hours program up time : 1 hour 7 minutes processors : 2x Intel(R) Celeron(R) CPU 1037U @ 1....
by moennich
Wed Nov 24, 2021 8:35 pm
Forum: madExcept
Topic: Change bug report form position
Replies: 2
Views: 2619

Re: Change bug report form position

Thank you!! It's worked: implementation uses madExcept; ... procedure DoShowException(exceptBox: HWND; simpleMsgBox: boolean); var MbRect: TRect; x, y, w, h: integer; begin GetWindowRect(exceptBox, MBRect); with MbRect do begin w := Right - Left; h := Bottom - Top; end; // center horzontal x := Appl...
by moennich
Wed Nov 24, 2021 6:03 pm
Forum: madExcept
Topic: Change bug report form position
Replies: 2
Views: 2619

Change bug report form position

I'm using IMEException.Show method do display bug report form. It's working properly.
But I'd like to change the form positon, actually on desktop center, to main form center.
How could I do that?

Thanks in advance.