View Issue Details

IDProjectCategoryView StatusLast Update
0003769JEDI VCL00 JVCL Componentspublic2006-07-29 07:15
ReportermersanyAssigned Toobones 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version3.00 
Target VersionFixed in Version 
Summary0003769: Locazilation error in BCB6
DescriptionTJvgDBGrid component cannot work correctly in translation manager.
Tool Genareted dfn and language dll file.
 
Like that ->
 "dfn and language dll file"
 FixedWidthCols = 0
      Columns = <
        item
          Expanded = False
          FieldName = 'TITLE'
          Title.Caption = 0000220'nvan'
          Title.Font.Font = DEFAULT_CHARSET <---------After Localization
          Title.Font.Font = clWindowText
          ... .Font ....

Orjinaal Resource "DFN file and exe file"
FixedWidthCols = 0
      Columns = <
        item
          Expanded = False
          FieldName = 'TITLE'
          Title.Caption = 0000220'nvan'
          Title.Font.Charset = DEFAULT_CHARSET <---------Orjinal
          Title.Font.Color = clWindowText
          ... .Height ....
          
TagsNo tags attached.

Activities

obones

2006-06-21 02:46

administrator   ~0009614

What?
The two examples are the exact same ones.
And what do you call the translation manager?
And finally, TJvgDBGrid is from the Globus packages, which will be phased out real soon, please use TJvDBGrid.

obones

2006-07-29 07:15

administrator   ~0009886

No answer in a timely manner, the issue could not be reproduced

Issue History

Date Modified Username Field Change
2006-06-20 05:01 mersany New Issue
2006-06-21 02:46 obones Note Added: 0009614
2006-06-21 02:46 obones Status new => feedback
2006-07-29 07:15 obones Status feedback => resolved
2006-07-29 07:15 obones Resolution open => unable to reproduce
2006-07-29 07:15 obones Assigned To => obones
2006-07-29 07:15 obones Note Added: 0009886