View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006635 | JEDI VCL | Miscellanous | public | 2018-05-24 10:14 | 2018-06-08 11:11 |
Reporter | DmitryBelkevich | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | Daily / GIT | |||
Summary | 0006635: Some fixes | ||||
Description | It's need to make some fixes into different files. | ||||
Additional Information | 1. 64 bits compatiblity a) Change Pointer(Cardinal to Pointer(NativeUInt Files JvAddPrinter.pas, JvThemes.pas b) Longint(Self) to NativeUInt(Self) Files JvBDEFilter.pas, JvBDEProgress.pas c) In file JvDataProvider.pas: change Result := Pointer(Cardinal(RAPI.GetProc) and $00FFFFFF + Cardinal(Self) + 4); to Result := Pointer(NativeUInt(RAPI.GetProc) and $00FFFFFF + NativeUInt(Self) + 4); 2. Add CheckAll method to the TJvCheckTreeView class: procedure TJvCheckTreeView.CheckAll(CheckState: boolean); var I: Integer; begin for I := 0 to Items.Count - 1 do TJvTreeNode(Items[i]).Checked := CheckState; end; 3. Modify TJvPropertyStoreEditorControl.SetPropertyStore method: procedure TJvPropertyStoreEditorControl.SetPropertyStore(const Value: TComponent); begin if csDestroying in Componentstate then Exit; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-24 10:14 | DmitryBelkevich | New Issue | |
2018-05-24 10:14 | DmitryBelkevich | IDE version | => All |
2018-06-08 10:12 | AHUser | Project | JEDI Code Library => JEDI VCL |
2018-06-08 11:11 | AHUser | Note Added: 0021468 | |
2018-06-08 11:11 | AHUser | Status | new => resolved |
2018-06-08 11:11 | AHUser | Fixed in Version | => Daily / GIT |
2018-06-08 11:11 | AHUser | Resolution | open => fixed |
2018-06-08 11:11 | AHUser | Assigned To | => AHUser |