Click here to Skip to main content
15,888,984 members
Home / Discussions / WPF
   

WPF

 
Questionscreen saver issue. It will only disply the last image for some reason [modified] Pin
havegunwilltravel6-Oct-09 1:26
havegunwilltravel6-Oct-09 1:26 
AnswerRe: screen saver issue. It will only disply the last image for some reason Pin
Richard MacCutchan6-Oct-09 3:28
mveRichard MacCutchan6-Oct-09 3:28 
AnswerRe: screen saver issue. It will only disply the last image for some reason Pin
Christian Graus6-Oct-09 10:54
protectorChristian Graus6-Oct-09 10:54 
Questionscreen saver issue. It will only disply the last image for some reason Pin
havegunwilltravel6-Oct-09 1:14
havegunwilltravel6-Oct-09 1:14 
QuestionIs it possible to dynamically change font color on a cell by cell basis on the same row? Pin
Jon_Boy5-Oct-09 8:45
Jon_Boy5-Oct-09 8:45 
AnswerRe: Is it possible to dynamically change font color on a cell by cell basis on the same row? Pin
Pete O'Hanlon5-Oct-09 10:50
mvePete O'Hanlon5-Oct-09 10:50 
GeneralRe: Is it possible to dynamically change font color on a cell by cell basis on the same row? Pin
Jon_Boy6-Oct-09 1:19
Jon_Boy6-Oct-09 1:19 
QuestionSilverlight Vertigo.Slideshow problem Pin
Richard Hudson5-Oct-09 8:34
Richard Hudson5-Oct-09 8:34 
Hi to all:

Please could someone help me!
I am new to Silverlight but trying to get my head around the format and structure of it all.
I am experimenting with different ways of designing a web site and encountered the following problem.

What I am trying to do in a nutshell is to host a Silverlight control from a Silverlight application. To be more specific; from a *.Xaml file. My example is below:-

I am using a third party Silverlight control called Vertigo.Slideshow (I'm sure you will have heard of it).
From a website (Html coded page) I just do the following

<head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <title>Gallery</title>

    <script type="text/javascript" src="../Scripts/Release/Silverlight.js"></script>

    <script type="text/javascript" src="../Scripts/Release/SlideShow.js"></script>
</head>
<body>
    <div id="content_container">

        <script type="text/javascript">
            new SlideShow.Control(new SlideShow.XmlConfigProvider());
        </script>

    </div>
</body>


I then just add a Data.Xml file (with refs to all images) and also a Configuration.Xml to my current folder. This all works perfectly fine.

However, I've created a new web site in Visual Studio 2008 using 'Silverlight Navigation Application'.
So all my web pages are in the *.Xaml format.
What I'm trying to do is add this Vertigo.Slideshow.Xap control to my web page (Xaml) but really, really struggling. I know I must be doing something fundamentally wrong but cannot seem to resolve it.

I would really appreciate any help whatsoever to anyone who can shed some light on this (or even a snippet of code which will do this).

I would be eternally grateful to whomever gives me a pointer.

Thanks in advance.

Regards
Richard Confused | :confused:
AnswerRe: Silverlight Vertigo.Slideshow problem Pin
Mark Salsbery6-Oct-09 8:21
Mark Salsbery6-Oct-09 8:21 
GeneralRe: Silverlight Vertigo.Slideshow problem Pin
Richard Hudson13-Oct-09 0:25
Richard Hudson13-Oct-09 0:25 
QuestionSpecify path to Icon file in XAML Pin
Etienne_1235-Oct-09 7:24
Etienne_1235-Oct-09 7:24 
AnswerRe: Specify path to Icon file in XAML Pin
Pete O'Hanlon5-Oct-09 10:49
mvePete O'Hanlon5-Oct-09 10:49 
GeneralRe: Specify path to Icon file in XAML Pin
Etienne_1236-Oct-09 3:42
Etienne_1236-Oct-09 3:42 
GeneralRe: Specify path to Icon file in XAML Pin
Pete O'Hanlon6-Oct-09 4:41
mvePete O'Hanlon6-Oct-09 4:41 
GeneralRe: Specify path to Icon file in XAML Pin
Etienne_1236-Oct-09 5:34
Etienne_1236-Oct-09 5:34 
GeneralRe: Specify path to Icon file in XAML Pin
Pete O'Hanlon6-Oct-09 11:11
mvePete O'Hanlon6-Oct-09 11:11 
GeneralRe: Specify path to Icon file in XAML Pin
Etienne_1236-Oct-09 11:33
Etienne_1236-Oct-09 11:33 
GeneralRe: Specify path to Icon file in XAML Pin
Pete O'Hanlon6-Oct-09 11:38
mvePete O'Hanlon6-Oct-09 11:38 
GeneralRe: Specify path to Icon file in XAML Pin
Etienne_1239-Oct-09 22:44
Etienne_1239-Oct-09 22:44 
QuestionWant code of fee and student management project in wpf Pin
tina sharma5-Oct-09 5:52
tina sharma5-Oct-09 5:52 
AnswerRe: Want code of fee and student management project in wpf Pin
Richard MacCutchan5-Oct-09 7:00
mveRichard MacCutchan5-Oct-09 7:00 
AnswerRe: Want code of fee and student management project in wpf Pin
Christian Graus5-Oct-09 13:00
protectorChristian Graus5-Oct-09 13:00 
GeneralRe: Want code of fee and student management project in wpf Pin
Richard MacCutchan6-Oct-09 0:24
mveRichard MacCutchan6-Oct-09 0:24 
AnswerRe: Want code of fee and student management project in wpf Pin
Anuj Banka6-Oct-09 19:37
Anuj Banka6-Oct-09 19:37 
QuestionGeneric Wrapper Object serialization Pin
Adriaan Davel4-Oct-09 23:59
Adriaan Davel4-Oct-09 23:59 

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.