Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
GeneralRe: Funny location!! Pin
DaveyM695-Oct-09 13:06
professionalDaveyM695-Oct-09 13:06 
GeneralRe: Funny location!! Pin
DaveyM695-Oct-09 13:55
professionalDaveyM695-Oct-09 13:55 
QuestionA control on the mainform doesn't update when others do Pin
teknolog1235-Oct-09 8:57
teknolog1235-Oct-09 8:57 
AnswerRe: A control on the mainform doesn't update when others do Pin
DaveyM695-Oct-09 10:33
professionalDaveyM695-Oct-09 10:33 
GeneralRe: A control on the mainform doesn't update when others do Pin
teknolog1236-Oct-09 2:45
teknolog1236-Oct-09 2:45 
GeneralRe: A control on the mainform doesn't update when others do Pin
DaveyM696-Oct-09 7:17
professionalDaveyM696-Oct-09 7:17 
GeneralRe: A control on the mainform doesn't update when others do Pin
teknolog1237-Oct-09 6:17
teknolog1237-Oct-09 6:17 
QuestionSilverlight Vertigo.Slideshow problem in C#/XAML Pin
Richard Hudson5-Oct-09 8:55
Richard Hudson5-Oct-09 8:55 
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>
    


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


</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:
AnswerRepost to wrong forum Pin
Not Active5-Oct-09 9:43
mentorNot Active5-Oct-09 9:43 
Questionneed help with excel version problem Pin
jashimu5-Oct-09 7:53
jashimu5-Oct-09 7:53 
AnswerRe: need help with excel version problem Pin
Eddy Vluggen5-Oct-09 8:41
professionalEddy Vluggen5-Oct-09 8:41 
GeneralRe: need help with excel version problem Pin
jashimu5-Oct-09 9:13
jashimu5-Oct-09 9:13 
GeneralRe: need help with excel version problem Pin
Eddy Vluggen5-Oct-09 10:54
professionalEddy Vluggen5-Oct-09 10:54 
GeneralRe: need help with excel version problem Pin
jashimu6-Oct-09 5:28
jashimu6-Oct-09 5:28 
AnswerRe: need help with excel version problem Pin
Dave Kreskowiak5-Oct-09 8:51
mveDave Kreskowiak5-Oct-09 8:51 
Questionfind all possible combinations in a List &lt; List &lt; int &gt; &gt; [modified] Pin
cechode5-Oct-09 7:29
cechode5-Oct-09 7:29 
JokeRe: find all possible combinations in a List &lt; List &lt; int &gt; &gt; Pin
Luc Pattyn5-Oct-09 7:41
sitebuilderLuc Pattyn5-Oct-09 7:41 
GeneralRe: find all possible combinations in a List &lt; List &lt; int &gt; &gt; Pin
cechode5-Oct-09 7:58
cechode5-Oct-09 7:58 
GeneralRe: find all possible combinations in a List &lt; List &lt; int &gt; &gt; Pin
Ian Shlasko5-Oct-09 9:04
Ian Shlasko5-Oct-09 9:04 
QuestionSetup Project help Pin
Etienne_1235-Oct-09 5:43
Etienne_1235-Oct-09 5:43 
AnswerRe: Setup Project help Pin
Etienne_1235-Oct-09 7:15
Etienne_1235-Oct-09 7:15 
QuestionI need to move from google search result soap to search result html parser, any help? Pin
Yasser Ahmad5-Oct-09 4:43
Yasser Ahmad5-Oct-09 4:43 
QuestionClipboard.Clear() cause Excel Crashes at startup Pin
Delven Foo5-Oct-09 4:40
Delven Foo5-Oct-09 4:40 
AnswerRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Luc Pattyn5-Oct-09 6:10
sitebuilderLuc Pattyn5-Oct-09 6:10 
GeneralRe: Clipboard.Clear() cause Excel Crashes at startup Pin
Delven Foo5-Oct-09 6:27
Delven Foo5-Oct-09 6:27 

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.