View Issue Details

IDProjectCategoryView StatusLast Update
0003133JEDI VCL00 JVCL Componentspublic2005-08-07 05:29
ReporteranonymousAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Product Version3.00 
Target VersionFixed in Version 
Summary0003133: JvSaveDialog FilterIndex doesn't change
DescriptionExecuting

  SaveDlg.Filter:= 'Excel|*.xls|HTML|*.htm|XML|*.xml|Tekst|*.txt';
  if SaveDlg.Execute then begin
     ShowMessage(IntToStr(SaveDlg.FilterIndex));
  end;

then no matter what filter is selected, message is always 1.
TagsNo tags attached.

Activities

obones

2005-08-07 05:28

administrator   ~0007673

I've just tested with Delphi 6 and the latest CVS version, I cannot reproduce this. The behaviour is inherited from TOpenDialog and it works just fine.

obones

2005-08-07 05:29

administrator   ~0007674

Furhter to this, I'm closing the issue, please post again with a NON anonymous user.

Issue History

Date Modified Username Field Change
2005-08-05 03:52 anonymous New Issue
2005-08-07 05:28 obones Note Added: 0007673
2005-08-07 05:28 obones Status new => feedback
2005-08-07 05:29 obones Status feedback => closed
2005-08-07 05:29 obones Note Added: 0007674