Anonymous | Login | Signup for a new account | 2019-02-16 21:46 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0005820 | [JEDI VCL] 00 JVCL Components | minor | always | 2012-03-02 19:31 | 2012-09-10 14:15 | ||
Reporter | Zod | View Status | public | ||||
Assigned To | obones | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.45 | ||||
Summary | 0005820: EAccessViolation in TJvCaptionButton.WndProcAfter | ||||||
Description |
if 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 Information | recognized by having a TTBTToolWindow (Toolbar2000) as parent of the form. | ||||||
Tags | No tags attached. | ||||||
Attached Files | |||||||
|
![]() |
||||||
|
There are no notes attached to this issue. |
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |