View Issue Details

IDProjectCategoryView StatusLast Update
0003565JEDI VCL00 JVCL Componentspublic2006-03-10 03:24
ReporterykamiAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.10 
Target VersionFixed in Version3.30 
Summary0003565: JvMainMenu - Problem of width measurement(in Japanese locale)
DescriptionThe width of MenuItem shortens more than necessary length
 in a Japanese locale(SysLocale.FarEast = true).
(Only msOwnerDraw style is correct.)

JvMenus.pas Revision: 1.85

It is because the description of Hotkey in Japanese locale is different.

*MenuItem's Caption Property
normal style: &File
Japanese style: File(&F)
(The part of "File" is actually multibyte character.)

*Return Value of StripHotkey().

normal style: File
Japanese style: File

But,The string that should be displayed is as follows.

normal style: File
Japanese style: File(F)
TagsNo tags attached.

Activities

2006-03-08 03:53

 

JvMenu_jp_locale_problem.zip (9,415 bytes)

AHUser

2006-03-10 03:24

developer   ~0008648

Fixed in CVS.

Issue History

Date Modified Username Field Change
2006-03-08 03:53 ykami New Issue
2006-03-08 03:53 ykami File Added: JvMenu_jp_locale_problem.zip
2006-03-10 03:24 AHUser Status new => resolved
2006-03-10 03:24 AHUser Resolution open => fixed
2006-03-10 03:24 AHUser Assigned To => AHUser
2006-03-10 03:24 AHUser Note Added: 0008648