Hi Sybren
Setting ImageEnMView1.DefaultBottomText only changes the default text value, i.e. for thumbnails that don't have text.
However the default behavior for FillFromDirectory() is to fill bottom text with the filename.
You should specify iedtNone for the text props when filling and then assign the default values:
ImageEnMView1.FillFromDirectory( DirectoryListBox1.Directory, iefAllImages, '', True, iedtNone, iedtNone, iedtNone );
ImageEnMView1.DefaultTopText := iedtFilename;
ImageEnMView1.DefaultInfoText := iedtNone;
ImageEnMView1.DefaultBottomText := iedtImageDimAndSize;
Nigel
Xequte Software
www.imageen.com