This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
The Coverflow can have any representation - image, full motion video, even UIElements such as buttons and other controls as specified in product feature. Do you have or could you provide sample demonstrating the use of full motion video as well as UIElements such as buttons and other controls specifically? Thanks! |
|
|
Hello I have attached a sample the demonstrates how to put a video and a button in a cover flow item. As a video is a bit large to send through a forum post, you will need to add a video to the project yourself. I had used the Wildlife.wmv video in the Samples folder of the Windows 7 OS. You can copy this video on your machine to the root directory of the attached project. Or you could add some other video and change the video Source in MainWindow.xaml, line 139. Also, to run the sample, make sure to add a reference to your copy of the Mindscape.WpfElements.dll. The part of this sample that you will be interested in is at the bottom of MainWindow.xaml. Here is a CoverFlow with most of its properties binding to controls in the application. You will see in xaml, the CoverFlow is being populated with Image elements along with the video. The video is hosted in a grid along with a button which when pressed, will play the video. Let me know if you have more questions about this. Jason Fauchelle |
|
|
Thanks Jason, for the very helpful sample app which you have prepared demonstrating the use of Coverflow with video! I have ran it and understand now how to implement it. I appreciate your great efforts very much. Thanks! |
|