Search found 13 matches

by rassie
Wed Mar 07, 2012 11:34 am
Forum: madExcept
Topic: restart application
Replies: 2
Views: 2436

Re: restart application

It would be great to have in a future version, thank you. The full path is already possible in the application, some users are not always observant of the cause. Most likely they have create a shortcut with the necessary parameters and a specified working directory ("start in" parameter of...
by rassie
Wed Mar 07, 2012 8:15 am
Forum: madExcept
Topic: restart application
Replies: 2
Views: 2436

restart application

I have an application which as a command line parameter takes a configuration file. When madExcept restarts the application after a bug, the application is started with a different "working folder". This means that the configuration file passed on the command line does not exist (it is in ...
by rassie
Mon Sep 29, 2008 8:52 am
Forum: madCollection
Topic: Support for D2009?
Replies: 11
Views: 15976

The beta installed and compiles for me on D2009.

With D2009 I also don't have an annoying problem with the build process where it didn't generate map files (not a madExcept problem, but msbuild or something else on Vista x64).
by rassie
Tue Sep 16, 2008 11:44 am
Forum: madExcept
Topic: D2009
Replies: 27
Views: 24070

I just updated to 2.5.8.0, and I am getting compiler errors in D2009, e.g.: [DCC Error] madTypes.pas(55): E2100 Data type too large: exceeds 2 GB - the line in question is TAChar = array [0..maxInt -1] of char; Also, there seems to be no IDE integration for options, as in previous Delphi versions.
by rassie
Thu Mar 13, 2008 6:59 am
Forum: madExcept
Topic: D2007 not generating map file
Replies: 0
Views: 8716

D2007 not generating map file

This is not a madexcept problem, but I have received no answers in the CodeGear newsgroups, and I know that here are a lot of people using the map file. On one computer with Delphi 2007 (incl. december update) and Vista x64it won't generate a map file. It seems that msbuild simply does not add the -...
by rassie
Tue Jul 24, 2007 3:02 pm
Forum: madExcept
Topic: changing exception window
Replies: 1
Views: 2917

changing exception window

I am very fond of madExcepts automatic assistants etc, but I am not so fond of their non-standard GUI look. I know about the NoOwnerDraw option and the "show standard buttons" option, but it still does not look like a Windows app. Where do I begin to change the look of e.g. SendAssistant a...
by rassie
Tue Jul 24, 2007 2:58 pm
Forum: madExcept
Topic: madExcept 3.0e in D2007 "compiled with" incorrect
Replies: 3
Views: 4536

madExcept 3.0e in D2007 "compiled with" incorrect

When a program compiled in Delphi 2007 triggers a bugreport, the "compiled with" bug header is incorrect.
It says

Code: Select all

compiled with     : BCB 2006
It's not a biggie, just a display inconsistency.
by rassie
Mon Jul 16, 2007 9:07 am
Forum: madExcept
Topic: sometimes buttons in exception dialog do nothing
Replies: 3
Views: 4186

I have so far been unable to reproduce it, it could have been an unstable user pc which triggered it.
There were no OnExceptAction handlers registered.
by rassie
Wed Jul 04, 2007 6:01 pm
Forum: madExcept
Topic: sometimes buttons in exception dialog do nothing
Replies: 3
Views: 4186

sometimes buttons in exception dialog do nothing

I have used madExcept in an application for some time now. I have recently discovered that the exception box buttons don't always work. When clicking e.g. Send or Save, the box seems deadlocked, and nothing happens. Pressing ESC returns the box, but sending or saving was not done. (The Send or Save ...
by rassie
Thu Aug 25, 2005 7:25 pm
Forum: madExcept
Topic: version variable
Replies: 4
Views: 6324

Yes of course that was it.
Thank you very much.
by rassie
Thu Aug 25, 2005 6:14 pm
Forum: madExcept
Topic: version variable
Replies: 4
Views: 6324

I enter the name of the constant, ie. 'version'.
by rassie
Thu Aug 25, 2005 4:56 pm
Forum: madExcept
Topic: version variable
Replies: 4
Views: 6324

version variable

I am having problems getting the version variable to work. The documentation says "just enter the name of your version variable in the form "unit.var". This variable *MUST* be a string variable or a string typed constant." I have written the following: const version : String = '1...
by rassie
Tue May 24, 2005 10:14 am
Forum: madExcept
Topic: customize madexcept window
Replies: 1
Views: 4221

customize madexcept window

Is it possible to change the layout, button styles etc. of the exception handling window?