View Issue Details

IDProjectCategoryView StatusLast Update
0000119JEDI VCL00 JVCL Componentspublic2002-06-30 09:30
Reporteruser72Assigned Touser72 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000119: JvFatalAppExit actually crashes Delphi at design-time!
DescriptionThe problem is that the FatalAppExit function is called at drun-tima as well as design-time. This is OK at run-time, but definitely *not* at design-time.

The following code should be added to the Execute method:
if not (csDesigning in ComponentState) then
  FatalAppExit(...);
Additional InformationReally, shouldn't these kind of dialogs be removed? They are just wrappers around a single function call and it would be a lot easier calling FatalAppExit directly as it is dropping this on a form, setting up a Text string and calling Execute.
TagsNo tags attached.

Activities

user72

2002-06-30 09:30

  ~0000143

This has been fixed in 1.31 and removed in 2.0

Issue History

Date Modified Username Field Change