Click here to Skip to main content
15,881,709 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Can't find System.ServiceModel.Syndication Pin
Pete O'Hanlon26-Jul-09 22:38
mvePete O'Hanlon26-Jul-09 22:38 
AnswerRe: Can't find System.ServiceModel.Syndication Pin
Pete O'Hanlon27-Jul-09 1:50
mvePete O'Hanlon27-Jul-09 1:50 
Questionselecting iterms from Listbox and displaying in ListView using C#, XAML Pin
Krishna Aditya26-Jul-09 21:01
Krishna Aditya26-Jul-09 21:01 
AnswerRe: selecting iterms from Listbox and displaying in ListView using C#, XAML Pin
Christian Graus26-Jul-09 21:52
protectorChristian Graus26-Jul-09 21:52 
QuestionWPF: Window 7 CustomWindowManager for UserControl [Help] Pin
Kunal Chowdhury «IN»26-Jul-09 20:16
professionalKunal Chowdhury «IN»26-Jul-09 20:16 
AnswerRe: WPF: Window 7 CustomWindowManager for UserControl [Solved] Pin
Kunal Chowdhury «IN»26-Jul-09 21:16
professionalKunal Chowdhury «IN»26-Jul-09 21:16 
QuestionListView selecteditem Pin
Jacob Dixon26-Jul-09 15:23
Jacob Dixon26-Jul-09 15:23 
QuestionProblems Merging a MediaPlayer SL2Gallery Template into an Existing SL 2 App Pin
SBJ26-Jul-09 7:50
SBJ26-Jul-09 7:50 
I created an Expression MediaPlayer app with Encoder 2 using the SL2Gallery template. The app works perfectly stand-alone but I want to put the player on a page in another Silverlight 2 app. The playlist for the original app is supplied to the .xap through initParams. I copied the entire Page.xaml into my page (changed the namspace etc) and added the playlist to the player as follows. It almost works. I have three problems.

1. The playlist listbox acts as though the scroll area is only two items long. It's plenty big to show all of the items. Sometimes when scrolling a third item will show up, but it's intermittent.
2. The Thumbs don't display. I've tried every conceivable Build Action, but nothing seems to work. And yes I can see them added to the compilation during the build.
3. If the first two can be solved, I'd like it to auto start when the page opens.


<ExpressionPlayer:ExpressionPlayer Margin="0,0,0,0"
                                   x:Name="myPlayer"
                                   Style="{StaticResource GalleryTemplate}">
    <ExpressionPlayer:ExpressionPlayer.Playlist>
        <ExpressionMediaPlayer:PlaylistItem  Title="Preparing Your Home"
                                             MediaUrl="Properties/video1.wmv"
                                             Description="My Description"
                                             ThumbSource= "Properties/video1_Thumb.jpg"
                                             FrameRate="25" />
        <ExpressionMediaPlayer:PlaylistItem  Title="2"
                                             MediaUrl="Properties/video2.wmv"
                                             ThumbSource="Properties/video2_Thumb.jpg"
                                             FrameRate="25" />
        <ExpressionMediaPlayer:PlaylistItem  Title="3"
                                             MediaUrl="Properties/video3.wmv"
                                             ThumbSource="Properties/video3_Thumb.jpg"
                                             FrameRate="25" />
        <ExpressionMediaPlayer:PlaylistItem  Title="4"
                                             MediaUrl="Properties/video4.wmv"
                                             ThumbSource="Properties/video4_Thumb.jpg"
                                             FrameRate="25" />
    </ExpressionPlayer:ExpressionPlayer.Playlist>
</ExpressionPlayer:ExpressionPlayer>


There is very little information on how to use the SL2Gallery template, so if someone could assist I'd appreciate it.

Thanks,
Steve
AnswerRe: Problems Merging a MediaPlayer SL2Gallery Template into an Existing SL 2 App Pin
Michael Sync28-Jul-09 6:04
Michael Sync28-Jul-09 6:04 
GeneralRe: Problems Merging a MediaPlayer SL2Gallery Template into an Existing SL 2 App Pin
SBJ28-Jul-09 12:32
SBJ28-Jul-09 12:32 
GeneralRe: Problems Merging a MediaPlayer SL2Gallery Template into an Existing SL 2 App Pin
Michael Sync29-Jul-09 5:12
Michael Sync29-Jul-09 5:12 
GeneralRe: Problems Merging a MediaPlayer SL2Gallery Template into an Existing SL 2 App Pin
SBJ11-Aug-09 15:31
SBJ11-Aug-09 15:31 
QuestionHow to build a WPF report for WPF application ? Pin
error197926-Jul-09 6:19
error197926-Jul-09 6:19 
AnswerRe: How to build a WPF report for WPF application ? Pin
Sperneder Patrick26-Jul-09 7:46
professionalSperneder Patrick26-Jul-09 7:46 
AnswerRe: How to build a WPF report for WPF application ? Pin
Pete O'Hanlon26-Jul-09 10:25
mvePete O'Hanlon26-Jul-09 10:25 
QuestionBackGroundWorker In WPF Problem Pin
Member 306874125-Jul-09 14:56
Member 306874125-Jul-09 14:56 
AnswerRe: BackGroundWorker In WPF Problem Pin
Mark Salsbery27-Jul-09 5:21
Mark Salsbery27-Jul-09 5:21 
Questionhi,how should i use wpf draw staff gauge ? Pin
KornZhang25-Jul-09 5:23
KornZhang25-Jul-09 5:23 
AnswerRe: hi,how should i use wpf draw staff gauge ? Pin
KornZhang25-Jul-09 5:24
KornZhang25-Jul-09 5:24 
QuestionWPF browser application on MAC browsers Pin
VijayVishwakarma25-Jul-09 2:21
VijayVishwakarma25-Jul-09 2:21 
AnswerRe: WPF browser application on MAC browsers Pin
teejayem25-Jul-09 11:35
teejayem25-Jul-09 11:35 
QuestionWebsite + wpf application Pin
bhavna432124-Jul-09 20:57
bhavna432124-Jul-09 20:57 
QuestionRe: Website + wpf application Pin
Mark Salsbery27-Jul-09 5:23
Mark Salsbery27-Jul-09 5:23 
QuestionCustom property for user control Pin
krishnan.s24-Jul-09 20:32
krishnan.s24-Jul-09 20:32 
AnswerRe: Custom property for user control Pin
BillWoodruff24-Jul-09 22:54
professionalBillWoodruff24-Jul-09 22:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.