View Issue Details

IDProjectCategoryView StatusLast Update
0005856JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
Reporterboerema1Assigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.46 
Summary0005856: JvJVCLUtils.MessageBox incorrectly uses Application.Title when Caption <> ''
DescriptionJvJVCLUtils.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.
TagsNo tags attached.

Activities

obones

2012-06-11 17:27

administrator   ~0019851

Please provide the zipped sources of a sample application showing this.

2012-06-15 13:50

 

mbTest.zip (1,320 bytes)

boerema1

2012-06-15 13:50

reporter   ~0020002

Included test project shows the reported problem.

obones

2012-06-18 14:08

administrator   ~0020015

This is now fixed in SVN

Issue History

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