Author |
Topic  |
|
imageorganizernx

Australia
15 Posts |
Posted - Aug 13 2023 : 02:21:52
|
I would like to use TImageEnMView to view thumbnails, however I can't make it display video thumbs like TImageEnFolderMView does. It displays the registered file type icon instead. See image attached; test application with each component. The only source is below. IEGlobalSettings().MViewExplorerThumbnailExts includes .MP4 (both files are this type).
What am I missing?
procedure TForm13.FormShow(Sender: TObject); begin ImageEnMView1.FillFromDirectory('J:\My Pictures Sync\Screen recordings', TIEFolderFileTypes.iefAllImagesAndVideos); ImageEnFolderMView1.FileTypes := TIEFolderFileTypes.iefAllImagesAndVideos; ImageEnFolderMView1.Folder := 'J:\My Pictures Sync\Screen recordings'; end;

Image Organizer NX |
|
xequte
    
39098 Posts |
|
imageorganizernx

Australia
15 Posts |
Posted - Aug 13 2023 : 19:44:18
|
Thanks, that did the trick :)
Image Organizer NX |
 |
|
|
Topic  |
|