View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006470 | JEDI VCL | 00 JVCL Components | public | 2015-11-19 10:07 | 2015-12-10 20:57 |
Reporter | cadsky | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | Daily / GIT | |||
Summary | 0006470: TJvLinkLabel Out of system resources | ||||
Description | When set MarginHeight then error occurs Out of system resources. | ||||
Additional Information | procedure TForm16.FormCreate(Sender: TObject); var JvLinkLabel: TJvLinkLabel; begin Height := 200; JvLinkLabel := TJvLinkLabel.Create(self); JvLinkLabel.Parent := self; JvLinkLabel.Align := alClient; JvLinkLabel.MarginHeight := 100; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-19 10:07 | cadsky | New Issue | |
2015-12-10 20:57 | AHUser | Note Added: 0021251 | |
2015-12-10 20:57 | AHUser | Status | new => resolved |
2015-12-10 20:57 | AHUser | Fixed in Version | => Daily / GIT |
2015-12-10 20:57 | AHUser | Resolution | open => fixed |
2015-12-10 20:57 | AHUser | Assigned To | => AHUser |