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
 Coverflow background color

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
jed Posted - Jul 12 2011 : 23:12:26
How do you change the background color for the cover flow animation? I tried changing the Background property on the ImageENMView component, but it is still black.

At the moment I am just modifying the demo.
3   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jul 14 2011 : 00:32:17
>Are there plans to encapsulate all of this behaviour into a simple drop on the form
> component, or is that an exercise left up to the user?

This is already done. The TImageEnMView encapsulates all animation details (like mouse and keyboard handling, background color handling, etc...).

>Any plans on adding a display like the initial start screen of the Safari webbrowser?

No, at the moment. However please consider that all animations derive from TIEAnimation class, so you can create a custom presentation to attach to TImageEnMView, just subclassing TIEAnimation and implementing the specific behavior.
jed Posted - Jul 13 2011 : 17:51:06
Thanks.

Are there plans to encapsulate all of this behaviour into a simple drop on the form component, or is that an exercise left up to the user?

Any plans on adding a display like the initial start screen of the Safari webbrowser?
fab Posted - Jul 13 2011 : 11:56:58
The background of mviewFlow example is a wallpaper. If you clear the property ImageEnMView1.WallPaper the background will be gray (because the property Background is clBtnFace).
You can set ImageEnMView1.Background property to change the background color.

If you speak about the manualFlow example, then go to the TMainForm.Timer1Timer method in umain unit, then change this line:

ImageEnView1.IEBitmap.Fill(clBlack);