View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001826 | JEDI VCL | 00 JVCL Components | public | 2004-06-02 05:45 | 2004-06-03 01:08 |
| Reporter | anonymous | Assigned To | user72 | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001826: TJvImageDialog is always sized to 150 x 150 pixels | ||||
| Description | in TJvImageDialog.Execute the form's ClientHeight and ClientWidth is set to Image1's Height and Width. I think the intention is to show the complete bitmap. | ||||
| Additional Information | Fix (just a quick hack): in TJvImageDialog.Execute replace Form.ClientHeight := Image1.Height; Form.ClientWidth := Image1.Width; with Form.ClientHeight := FPicture.Height; Form.ClientWidth := FPicture.Width; Image1.Align := alClient; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-06-02 05:45 | anonymous | New Issue | |
| 2004-06-03 01:08 |
|
Status | new => resolved |
| 2004-06-03 01:08 |
|
Resolution | open => fixed |
| 2004-06-03 01:08 |
|
Assigned To | => user72 |
| 2004-06-03 01:08 |
|
Note Added: 0004445 |