View Issue Details

IDProjectCategoryView StatusLast Update
0006034JEDI VCL00 JVCL Componentspublic2013-12-13 11:19
ReporterDeathMADAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006034: TJvBalloonHint respect themed rectangle shape of balloons only if Hint text have more than one line
Descriptionprocedure TJvBalloonWindow.UpdateRegion;
...
  {$IFDEF JVCLThemesEnabled}
  if IsWinVista_UP and ThemeServices.{$IFDEF RTL230_UP}Enabled{$ELSE}ThemesEnabled{$ENDIF RTL230_UP} and FIsMultiLineMsg then
    Region := CreateThemedRegion
  else
  {$ENDIF JVCLThemesEnabled}
    Region := CreateRegion;
...

Win8 has no-rounded rectangle for balloons. But TJvBalloonHint not always respect themed shape. For avoid it, we need just remove FIsMultiLineMsg condition.
 
TagsNo tags attached.

Activities

obones

2013-01-15 15:56

administrator   ~0020373

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

obones

2013-12-13 11:19

administrator   ~0020762

No news, suspending the issue

Issue History

Date Modified Username Field Change
2012-11-25 21:11 DeathMAD New Issue
2013-01-15 15:56 obones Note Added: 0020373
2013-01-15 15:56 obones Status new => feedback
2013-12-13 11:19 obones Note Added: 0020762
2013-12-13 11:19 obones Status feedback => resolved
2013-12-13 11:19 obones Resolution open => suspended
2013-12-13 11:19 obones Assigned To => obones