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
 Thumbnail Frame?

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 - Jul 13 2020 : 12:50:30
Is it possible that all thumbnails in ImageEnMView have a thin light-gray-color 1-pixel FRAME including the whole thumbnail together with the TopText and the BottomText?

I have set this in FormCreate:

procedure TForm2.FormCreate(Sender: TObject);
begin
  ImageEnMView1.SetModernStyling();
  ImageEnMView1.UpperGap := 16; // to compensate for the upper space which otherwise would be too narrow.
end;


This makes a nice styling, but a thin light-gray-color 1-pixel frame would also be nice for the eye.
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 15 2020 : 21:10:53
Hi Peter

I'm not sure what is happening when you are dragging, but the options for the thumbnail frame are:

https://www.imageen.com/help/TImageEnMView.ThumbnailsBorderColor.html
https://www.imageen.com/help/TImageEnMView.ThumbnailsBorderWidth.html

Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Jul 13 2020 : 14:52:50
This is very strange:

When I drag the window with the ImageEnMView (which is on a secondary form) on my SECOND monitor, all the thumbnails have a light-gray very thin frame.

When I drag the window with the ImageEnMView on my FIRST monitor, the thumbnails have NO FRAME!

This is even more strange: I tried to make a screenshot to show the difference here, but the screenshot of the thumbnails on the second monitor do NOT show the light-gray very thin frame!! I have tried with two different screenshot programs, none of the screenshots shows the frame!

(The first monitor has a higher DPI than the second monitor).

Are these GHOST frames?