View Issue Details

IDProjectCategoryView StatusLast Update
0005820JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterZodAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.45 
Target VersionFixed in Version3.46 
Summary0005820: EAccessViolation in TJvCaptionButton.WndProcAfter
Descriptionif the parent form is NOT a TCustomForm the WndProcAfter procedure
produces an EAcessViolation when the message WM_SIZE is
processed. This happens by calling ParentForm with an result nil.

Proposed change:
    WM_SIZE:
      begin
        if (ParentForm <> nil)
            and
            (FCurrentWindowState <> ParentForm.WindowState) then
        begin
Additional Informationrecognized by having a TTBTToolWindow (Toolbar2000) as parent of the form.
TagsNo tags attached.

Relationships

has duplicate 0005843 resolvedobones if the parent form is NOT a TCustomForm the function GetParentForm produces an EAcessViolation 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-03-02 19:31 Zod New Issue
2012-06-11 17:17 obones Status new => resolved
2012-06-11 17:17 obones Resolution open => fixed
2012-06-11 17:17 obones Assigned To => obones
2012-06-11 17:17 obones Fixed in Version => Daily / SVN
2012-06-11 17:24 obones Relationship added has duplicate 0005843
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46