View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005856 | JEDI VCL | 00 JVCL Components | public | 2012-04-18 12:44 | 2012-09-10 14:15 |
Reporter | boerema1 | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.46 | |||
Summary | 0005856: JvJVCLUtils.MessageBox incorrectly uses Application.Title when Caption <> '' | ||||
Description | JvJVCLUtils.MessageBox incorrectly uses Application.Title when Caption <> '' and also will show an empty caption when Caption set to ''. According to the description in the interface it should set the Caption to the Application Title when Caption is empty '' but it does the inverse. Solution is simple: replace: if Caption = '' then With: if Caption <> '' then This is line 2929 in current svn. | ||||
Tags | No tags attached. | ||||
|
Please provide the zipped sources of a sample application showing this. |
2012-06-15 13:50
|
mbTest.zip (1,320 bytes) |
|
Included test project shows the reported problem. |
|
This is now fixed in SVN |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-18 12:44 | boerema1 | New Issue | |
2012-06-11 17:27 | obones | Note Added: 0019851 | |
2012-06-11 17:27 | obones | Status | new => feedback |
2012-06-15 13:50 | boerema1 | File Added: mbTest.zip | |
2012-06-15 13:50 | boerema1 | Note Added: 0020002 | |
2012-06-18 11:24 | obones | Status | feedback => acknowledged |
2012-06-18 14:08 | obones | Note Added: 0020015 | |
2012-06-18 14:08 | obones | Status | acknowledged => resolved |
2012-06-18 14:08 | obones | Fixed in Version | => Daily / SVN |
2012-06-18 14:08 | obones | Resolution | open => fixed |
2012-06-18 14:08 | obones | Assigned To | => obones |
2012-09-10 14:15 | obones | Fixed in Version | Daily / SVN => 3.46 |