Search found 4 matches

by bmoelk
Wed Jun 23, 2004 3:45 am
Forum: madExcept
Topic: madIWSupport not catching exception
Replies: 7
Views: 12473

P.S: I'm no expert in Internet programming at all. Why does madIWSupport not work in Page mode? madIWSupport uses TIWAppForm which IIRC are incompatible with PageMode IntraWeb applications. It's not that big of deal since I would guess 90% of IW apps are AppMode. I think it would be better to remov...
by bmoelk
Wed Jun 23, 2004 3:43 am
Forum: madExcept
Topic: madIWSupport not catching exception
Replies: 7
Views: 12473

You can remove the "show bug report" button, then the user can't see it. Also you can customize the text that madExcept shows to the end user. I'll have to check tomorrow, but this may still push the report to the client. This is still something we don't want to do. I'll try this: // dont...
by bmoelk
Tue Jun 22, 2004 8:32 pm
Forum: madExcept
Topic: madIWSupport not catching exception
Replies: 7
Views: 12473

Hmmmm... I think you're slightly misunderstanding madExcept's new IW support. Indeed. Ok, I've hooked it in, but I don't like it. :? The problem is this: 1) we want to display a simple exception message to the end-user; they won't understand the bug report anyway and it gives too much information f...
by bmoelk
Mon Jun 21, 2004 5:25 pm
Forum: madExcept
Topic: madIWSupport not catching exception
Replies: 7
Views: 12473

madIWSupport not catching exception

When we upgraded madExcept, to a version that has madIWSupport, our exceptions do not seem to be caught. When I comment out: PatchJmp(@TIWServerControllerBase.DoException, @TIWServerControllerBaseDoExceptionCallback); everything works as expected (we have CreateBugReport calls in the IWServerControl...