View Issue Details

IDProjectCategoryView StatusLast Update
0006333JEDI VCL00 JVCL Componentspublic2014-12-04 15:49
Reporterboerema1Assigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.47 
Target VersionFixed in Version 
Summary0006333: TJvBalloonHint as Application Hint causes second form on taskbar to hide below first
DescriptionWhen using TJvBalloonHint and setting UseBalloonAsApplicationHint to true and then creating a secondary form that shows on the taskbar (adding WS_EX_APPWINDOW), then as soon as the hint balloon pops up the secondary form moves below the main form.

See the attached example project that shows the problem.

I think the problem is inside TJvBalloonWindowEx.EnsureTopMost but not sure exactly what to do about it.
TagsNo tags attached.

Activities

2014-10-03 20:16

 

JvBalloonHintTest.zip (2,389 bytes)

obones

2014-12-04 15:49

administrator   ~0021087

You must add this in your project sources:

  Application.MainFormOnTaskBar := True;

Issue History

Date Modified Username Field Change
2014-10-03 20:16 boerema1 New Issue
2014-10-03 20:16 boerema1 File Added: JvBalloonHintTest.zip
2014-12-04 15:01 obones Status new => acknowledged
2014-12-04 15:49 obones Note Added: 0021087
2014-12-04 15:49 obones Status acknowledged => resolved
2014-12-04 15:49 obones Resolution open => no change required
2014-12-04 15:49 obones Assigned To => obones