View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002158 | JEDI VCL | 00 JVCL Components | public | 2004-09-19 11:43 | 2004-09-25 02:07 |
Reporter | deks-den | Assigned To | user72 | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002158: TJvXPCustomButton.SetDefault raise an exeption when placed on frame and .Default property set to True | ||||
Description | TJvXPCustomButton.SetDefault raise an exeption when placed on frame and .Default property set to True | ||||
Additional Information | Fix: JvXPButtons.pas: procedure TJvXPCustomButton.SetDefault(Value: Boolean); begin if Value <> FDefault then begin FDefault := Value; {$IFDEF VCL} if GetParentForm(self) <> nil then with GetParentForm(Self) do Perform(CM_FOCUSCHANGED, 0, Longint(ActiveControl)); {$ENDIF VCL} {$IFDEF VisualCLX} if GetParentForm(Self) <> nil then QWindows.Perform(GetParentForm(Self), CM_FOCUSCHANGED, 0, Longint(GetParentForm(Self).ActiveControl)); {$ENDIF VisualCLX} end; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-09-19 11:43 | deks-den | New Issue | |
2004-09-25 02:07 |
|
Status | new => resolved |
2004-09-25 02:07 |
|
Resolution | open => fixed |
2004-09-25 02:07 |
|
Assigned To | => user72 |
2004-09-25 02:07 |
|
Note Added: 0005261 |