ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 SVGs in ImageEn Multi-Image control in Delphi 12

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
PeterPanino Posted - Dec 08 2023 : 12:23:12
\Demos\Multi\FolderMViewPerformance:

Unfortunately, TImageEnFolderMView does not load SVG images in Delphi 12, although Vcl.Skia is in the uses list.

Can SVG images be shown in TImageEnFolderMView or other ImageEn Multi-Image control? I need this urgently.
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 11 2023 : 22:20:14
Hi Peter

Do you have the 7zip plug-in (from our Download page) in your EXE folder?

Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Dec 11 2023 : 07:44:54
At design-time, I've set in ObjectInspector:

IEFolderMView1.Folder to the path of a folder containing a few SVG images
IEFolderMView1.Filter = *.SVG
IEFolderMView1.FileTypes = iefCustom
IEFolderMView1.FileTypesMask = *.SVG

Vcl.Skia was added to the uses list.

But the ObjectInspector settings were overridden by:

IEFolderMView1.Folder := IEFolderTree1.Folder;


Now, it works when commenting out that line.

What amazes (and delights) me is that it even works when a ZIP file is specified as TImageEnFolderMView.Folder. Is this standard behavior, or does a specific setting on my system possibly cause that?
xequte Posted - Dec 09 2023 : 16:50:03
Hi Peter

I'm not seeing that. If I add Vcl.Skia to my uses clause, TImageEnFolderMView show a thumbnail for SVG types and TImageEnView displays them. Can you give me more info?



Nigel
Xequte Software
www.imageen.com