T O P I C R E V I E W |
Saeid2019 |
Posted - Feb 16 2019 : 07:00:50 Hello, I have three questions about TImageEnMView:
1. When we add a button to thumbnails by AddThumbButtons method, How to set the button position to BottomLeft of thumbnail image? (The iecpBottomLeft parameter sets it position to Whole thumbnail box)
2. Is it possible to enable hot tracking for thumbnails? I mean that change background color of thumbnail that under the mouse without selecting it and return it back after mouse leave.
3. After Calculating columns number, TImageEnMView shows a white space on right of thumbnails. In RightToLeft BidiMode it should Calculate and show the white space on left of thumbnails but now shows it on right of them like LeftToRight mode. Is it possible to fix it? |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Feb 19 2019 : 01:34:04 Hi
In 8.3.0, which will be ready shortly, you can just use:
ImageEnMView1.ThumbnailsBackgroundHover := cl3DLight;
Nigel Xequte Software www.imageen.com
|
Saeid2019 |
Posted - Feb 18 2019 : 05:30:13 Thank you for your help. 2. How should I change background color of a specified thumbnail? (The ThumbnailsBackground property changes background color of all thumbnails) |
xequte |
Posted - Feb 17 2019 : 17:33:48 Hi
1. I cannot reproduce that. Does it happen for you in the Multi\ThumbButtons\ demo?
2. There is not a built in option for that. But you can custom draw the thumbnail using the draw events (in combination with MouseOver and MouseLeave
3. This is fixed in the upcoming 8.3.0 version. You might want to use the option:
ImageEnMView1.ThumbnailOptionsEx := ImageEnMView1.ThumbnailOptionsEx + [ietxCenterThumbnailColumn];
Nigel Xequte Software www.imageen.com
|