T O P I C R E V I E W |
giancarlo |
Posted - Nov 17 2014 : 07:31:08 Hello, i have to generate a slideshow with user selected picture by 4 picture on screen (on a second monitor). What is the best solution? I can use 4 TImageEnView components but during loads it flickers too much... so i think is not the appropriate solution :( I have also to place a number on pictures. Some suggestion?
tnx
PS: i do not need to use all transitions... fade is enough.
PPS: the screenshot should be like this demo:  |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 17 2014 : 12:22:46 Hi
This is something we have done a lot in the past for our own product:
http://www.xequte.com/pixplay/
Basically you need to create your display image off-screen and then assign it to a TImageEnView for display. I.e. create a bitmap, apply a background, draw each of the images and any text and then assign it to ImageEnView1.IEBitmap.
An easier option is to use a TImageEnMView with a 2x2 grid, but you would not have transitions.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|