View Issue Details

IDProjectCategoryView StatusLast Update
0001713JEDI VCL00 JVCL Componentspublic2004-07-22 23:33
ReporteranonymousAssigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0001713: How to fix JvBitBtn's focusing (sorry if it doesn't fit)
DescriptionRemove/Comment

DrawFocusRect(FCanvas.Handle, R);

(in line 0000641:0001638) in \Source\VCL\Buttons.pas will also fix JvBitBtn's focusing (JvBitBtn is a descendant of BitBtn), but not JvImgBtn's one. By just removing the line, it completely hides the keyboard navigation indicators (also on 9x systems). To be more "correct", add a version check.
TagsNo tags attached.

Activities

user72

2004-05-04 01:10

  ~0004152

I don't understand. Why do you think it is necessary to remove the DrawFocusRect call?

user72

2004-05-04 01:27

  ~0004153

Last edited: 2004-05-04 01:27

BTW, we can't change code in \Source\VCL\Buttons.pas since it is part of Delphi, not JVCL, so your point is moot

edited on: 05-04-04 01:27

AHUser

2004-07-22 23:33

developer   ~0004810

JVCL is not VCL

Issue History

Date Modified Username Field Change
2004-05-01 02:20 anonymous New Issue
2004-05-04 01:10 user72 Note Added: 0004152
2004-05-04 01:10 user72 Status new => feedback
2004-05-04 01:27 user72 Note Added: 0004153
2004-05-04 01:27 user72 Note Edited: 0004153
2004-07-22 23:33 AHUser Status feedback => closed
2004-07-22 23:33 AHUser Note Added: 0004810