View Issue Details

IDProjectCategoryView StatusLast Update
0001660JEDI VCL00 JVCL Componentspublic2004-04-18 01:59
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001660: TJvDirectoryEdit Glyph property doesn't work
DescriptionHi,

I dropped a TJvDirectoryEdit on an empty form. Then I clicked the Glyph property to change the DirectoryEdit's Icon, choosed and bitmap and confirmed the opendialog with OK.

The Glyph property then still showed 'empty' in ObjectInspector and no image is displayed, even the default image is gone.

File: JvToolEdit.pas
Last Modified: 2004-02-09

Additional InformationI found in JvToolEdit.pas in the class TJvCustomComboEdit:

...
    { (rb) Only used for backwards compatibility; eventually remove: }
    FGlyph: TBitmap;
...

If you don't want to support the glyph thingy anymore, perhaps make an Assertion in SetGlyph that says it doesn't work. This would save lots of headache :)
TagsNo tags attached.

Activities

user72

2004-04-18 01:59

  ~0003927

This has been fixed in CVS. Please get it from there.

Issue History

Date Modified Username Field Change
2004-04-17 23:25 anonymous New Issue
2004-04-18 01:59 user72 Status new => resolved
2004-04-18 01:59 user72 Resolution open => fixed
2004-04-18 01:59 user72 Assigned To => user72
2004-04-18 01:59 user72 Note Added: 0003927