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
 slideshow with multiple images

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
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